Cluster lib/xml

 

XML is the eXtended Markup Language, defined by the World-Wide Web Consortium.

  ->See description

XML_CALLBACKS

Used by XML_PARSER to implement XML callbacks

CAVEAT: expect those features to always receive the same STRING object with different values.


 
XML_NODE

A node in an XML_TREE


 
XML_PARSER

This parser is still rudimentary


 
XML_TREE

DOM-like representation of an XML tree


 

->

Description

XML is the eXtended Markup Language, defined by the World-Wide Web Consortium.

This cluster currently contains only a minimal XML parser and a very simple XML tree.