c14n2.pl |
| xml_write_canonical/3 | Write an XML DOM using the canonical conventions as defined by C14n2. |  |
pwp.pl |
| pwp_files/2 | loads an Xml document from the file named In, transforms it using the PWP attributes, and writes the transformed version to the new file named Out. |  |
| pwp_stream/3 | Loads an Xml document from the given Input stream, transforms it using the PWP attributes, and writes the transformed version to the given Output stream. |  |
| pwp_xml/3 | maps down a list of XML items, acting specially on elements and copying everything else unchanged, including white space. |  |
sgml.pl -- SGML, XML and HTML parser |
sgml_write.pl -- XML/SGML writer module |
xpath.pl |
| xpath/3 | Match an element in a DOM structure. |  |
| xpath_chk/3 | Semi-deterministic version of xpath/3. |  |
xsdp_types.pl -- XML-Schema primitive types |