Could someone tell me how I can do a C-program that
reads file :
<?xml>
<doc>
<chapter>Hello, world!</chapter>
</doc>
and displays :
start document
start element: doc
start element: chapter
characters: Hello, world!
end element: chapter
end element: doc
end document
I've been trying to do it, but... 🙁
reads file :
<?xml>
<doc>
<chapter>Hello, world!</chapter>
</doc>
and displays :
start document
start element: doc
start element: chapter
characters: Hello, world!
end element: chapter
end element: doc
end document
I've been trying to do it, but... 🙁