c14n2.pl -- C14n2 canonical XML documents![]() | ||
---|---|---|
sgml.pl -- SGML, XML and HTML parser![]() | ||
dtd/2 | DTD is a DTD object created from the file dtd(Type) . | ![]() |
load_dtd/3 | Load DtdFile into a DTD. | ![]() |
load_html/3 | Load HTML text from Input and unify the resulting DOM structure with DOM. | ![]() |
load_html_file/2 | Load HTML from File and unify the resulting DOM structure with DOM. | ![]() |
load_sgml/3 | Load SGML text from Input and unify the resulting DOM structure with DOM. | ![]() |
load_sgml_file/2 | Load SGML from File and unify the resulting DOM structure with DOM. | ![]() |
load_structure/3 | Parse Source and return the resulting structure in ListOfContent. | ![]() |
load_xml/3 | Load XML text from Input and unify the resulting DOM structure with DOM. | ![]() |
load_xml_file/2 | Load XML from File and unify the resulting DOM structure with DOM. | ![]() |
xml_basechar/1 | XML character classification predicates. | ![]() |
xml_combining_char/1 | XML character classification predicates. | ![]() |
xml_digit/1 | XML character classification predicates. | ![]() |
xml_extender/1 | XML character classification predicates. | ![]() |
xml_ideographic/1 | XML character classification predicates. | ![]() |
xml_is_dom/1 | True if term statisfies the structure as returned by load_structure/3 and friends. | ![]() |
xml_name/1 | True if Atom is a valid XML name. | ![]() |
xml_quote_attribute/2 | Backward compatibility for versions that allow to specify encoding. | ![]() |
xml_quote_cdata/2 | Backward compatibility for versions that allow to specify encoding. | ![]() |
sgml_write.pl -- XML/SGML writer module![]() | ||
xpath.pl -- Select nodes in an XML DOM![]() |