Previous: POV-Ray export Main Index Next: Gtk


Lib XML

XML is a specification of the W3C (w3 consortium), which aims at replacing HTML and most of the "makup languages". LibXML is an API, develloped by and for the GNOME Project, which make design of XML trees much simpler. The good thing in LibXML is that, though your datas are stored in a tree, many operations are just parsing the tree. Of course, actions on nodes will change depending on the final action you want (saving the tree, diplaying all objects in it, ...).

 


Previous: POV-Ray export Main Index Next: Gtk