pwp.pl -- Prolog Well-formed Pages |
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 -- Select nodes in an XML DOM |