c14n2.pl -- C14n2 canonical XML documents |
xml_write_canonical/3 | Write an XML DOM using the canonical conventions as defined by C14n2. |  |
iso_639.pl |
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 |
html_write/2 | Write a term as created by the SGML/XML parser to a stream in SGML or XML format. |  |
html_write/3 | Write a term as created by the SGML/XML parser to a stream in SGML or XML format. |  |
sgml_write/2 | Write a term as created by the SGML/XML parser to a stream in SGML or XML format. |  |
sgml_write/3 | Write a term as created by the SGML/XML parser to a stream in SGML or XML format. |  |
xml_write/2 | Write a term as created by the SGML/XML parser to a stream in SGML or XML format. |  |
xml_write/3 | Write a term as created by the SGML/XML parser to a stream in SGML or XML format. |  |
xmlns/2 | Hook to define human readable abbreviations for XML namespaces. |  |
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 |
xsdp_convert/3 | Convert the content model Content to an object of the given XSD type and return the Prolog value in Value. |  |
xsdp_numeric_uri/2 | Table mapping all XML-Schema numeric URIs into the type they promote to. |  |
xsdp_subtype_of/2 | True if Type is a (transitive) subtype of Super. |  |
xsdp_type/1 | Test/generate the names for the XML schema primitive types. |  |
xsdp_uri_type/2 | True if URI is the URI for the the XML-Schema primitive Type. |  |