DIXML(包括所有的W3C XML标准)

Description:
DIXml is an embedded XML, XSLT, and EXSLT processing library for Delphi (Embarcadero / CodeGear / Borland). It is build on the libxml2, libxslt and libexslt libraries. However, DIXml requires no DLLs or any other external files whatsoever. All required code is compiled completely into the application's executable. DIXml is the most feature-complete XML and XSLT solution for Delphi.

Features
XML and HTML reading and writing, pull and push parser modes.
XML and HTML document tree creation, traversal, load, and save.
S
AX and extended reader interfaces.
DTD and schema validation.
Encoding support for UTF-8, UTF-16, ISO-8859-family, ASCII (all native).
XPATH processing.
NameSpace support.
XSLT transformation and processing.
File, memory, and customized input / output.
Low memory usage, outstanding performance.

Standards Implemented

XML standard: http://www.w3.org/TR/REC-xml.
Namespaces in XML: http://www.w3.org/TR/REC-xml-names/.
XML Base: http://www.w3.org/TR/xmlbase/.
RFC 2396 : Uniform Resource Identifiers http://www.ietf.org/rfc/rfc2396.txt.
XML Path Language (XPath) 1.0: http://www.w3.org/TR/xpath.
HTML4 parser: http://www.w3.org/TR/html401/.
XML Pointer Language (XPointer) Version 1.0: http://www.w3.org/TR/xptr.
XML Inclusions (XInclude) Version 1.0: http://www.w3.org/TR/xinclude/.
ISO-8859-x encodings, as well as rfc2044 [UTF-8] and rfc2781 [UTF-16] Unicode encodings.
Part of SGML Open Technical Resolution TR9401:1997.
XML Catalogs Working Draft 06 August 2001: http://www.oasis-open.org/committees/entity/spec-2001-08-06.html.
Canonical XML Version 1.0: http://www.w3.org/TR/xml-c14n and the Exclusive XML Canonicalization CR draft http://www.w3.org/TR/xml-exc-c14n.
Relax NG, ISO/IEC 19757-2:2003, http://www.oasis-open.org/committees/relax-ng/spec-20011203.html.
W3C XML Schemas Part 2: Datatypes REC 02 May 2001.
W3C xml:id Working Draft 7 April 2004.

https://yunqa.de/delphi/products/xml/index
原文地址:https://www.cnblogs.com/findumars/p/6707008.html