c14n2.pl -- C14n2 canonical XML documents![Show source Show source](/pldoc/res/source.png) |
iso_639.pl![Show source Show source](/pldoc/res/source.png) |
pwp.pl -- Prolog Well-formed Pages![Show source Show source](/pldoc/res/source.png) |
sgml.pl -- SGML, XML and HTML parser![Show source Show source](/pldoc/res/source.png) |
dtd/2 | DTD is a DTD object created from the file dtd(Type) . | ![Show source Source](/pldoc/res/source.png) |
load_dtd/3 | Load DtdFile into a DTD. | ![Show source Source](/pldoc/res/source.png) |
load_html/3 | Load HTML text from Input and unify the resulting DOM structure with DOM. | ![Show source Source](/pldoc/res/source.png) |
load_html_file/2 | Load HTML from File and unify the resulting DOM structure with DOM. | ![Show source Source](/pldoc/res/source.png) |
load_sgml/3 | Load SGML text from Input and unify the resulting DOM structure with DOM. | ![Show source Source](/pldoc/res/source.png) |
load_sgml_file/2 | Load SGML from File and unify the resulting DOM structure with DOM. | ![Show source Source](/pldoc/res/source.png) |
load_structure/3 | Parse Source and return the resulting structure in ListOfContent. | ![Show source Source](/pldoc/res/source.png) |
load_xml/3 | Load XML text from Input and unify the resulting DOM structure with DOM. | ![Show source Source](/pldoc/res/source.png) |
load_xml_file/2 | Load XML from File and unify the resulting DOM structure with DOM. | ![Show source Source](/pldoc/res/source.png) |
xml_basechar/1 | XML character classification predicates. | ![Show source Source](/pldoc/res/source.png) |
xml_combining_char/1 | XML character classification predicates. | ![Show source Source](/pldoc/res/source.png) |
xml_digit/1 | XML character classification predicates. | ![Show source Source](/pldoc/res/source.png) |
xml_extender/1 | XML character classification predicates. | ![Show source Source](/pldoc/res/source.png) |
xml_ideographic/1 | XML character classification predicates. | ![Show source Source](/pldoc/res/source.png) |
xml_is_dom/1 | True if term statisfies the structure as returned by load_structure/3 and friends. | ![Show source Source](/pldoc/res/source.png) |
xml_name/1 | True if Atom is a valid XML name. | ![Show source Source](/pldoc/res/source.png) |
xml_quote_attribute/2 | Backward compatibility for versions that allow to specify encoding. | ![Show source Source](/pldoc/res/source.png) |
xml_quote_cdata/2 | Backward compatibility for versions that allow to specify encoding. | ![Show source Source](/pldoc/res/source.png) |
sgml_write.pl -- XML/SGML writer module![Show source Show source](/pldoc/res/source.png) |
html_write/2 | Write a term as created by the SGML/XML parser to a stream in SGML or XML format. | ![Show source Source](/pldoc/res/source.png) |
html_write/3 | Write a term as created by the SGML/XML parser to a stream in SGML or XML format. | ![Show source Source](/pldoc/res/source.png) |
sgml_write/2 | Write a term as created by the SGML/XML parser to a stream in SGML or XML format. | ![Show source Source](/pldoc/res/source.png) |
sgml_write/3 | Write a term as created by the SGML/XML parser to a stream in SGML or XML format. | ![Show source Source](/pldoc/res/source.png) |
xml_write/2 | Write a term as created by the SGML/XML parser to a stream in SGML or XML format. | ![Show source Source](/pldoc/res/source.png) |
xml_write/3 | Write a term as created by the SGML/XML parser to a stream in SGML or XML format. | ![Show source Source](/pldoc/res/source.png) |
xmlns/2 | Hook to define human readable abbreviations for XML namespaces. | ![Show source Source](/pldoc/res/source.png) |
xpath.pl -- Select nodes in an XML DOM![Show source Show source](/pldoc/res/source.png) |
xpath/3 | Match an element in a DOM structure. | ![Show source Source](/pldoc/res/source.png) |
xpath_chk/3 | Semi-deterministic version of xpath/3. | ![Show source Source](/pldoc/res/source.png) |
xsdp_types.pl -- XML-Schema primitive types![Show source Show source](/pldoc/res/source.png) |
xsdp_convert/3 | Convert the content model Content to an object of the given XSD type and return the Prolog value in Value. | ![Show source Source](/pldoc/res/source.png) |
xsdp_numeric_uri/2 | Table mapping all XML-Schema numeric URIs into the type they promote to. | ![Show source Source](/pldoc/res/source.png) |
xsdp_subtype_of/2 | True if Type is a (transitive) subtype of Super. | ![Show source Source](/pldoc/res/source.png) |
xsdp_type/1 | Test/generate the names for the XML schema primitive types. | ![Show source Source](/pldoc/res/source.png) |
xsdp_uri_type/2 | True if URI is the URI for the the XML-Schema primitive Type. | ![Show source Source](/pldoc/res/source.png) |