7. XML tools
7.1 XML parsers
An XML parser is the basic software layer that is indispensable in any IT application that uses XML data representation: it is the parser that enables you to move from the standardized external representation of information, in the form of a tagged text stream, to an internal representation specific to the application.
An XML parser can only process a well-formed document in its entirety, and must report any malformation in the tagged flow as a fatal error. There are also validating parsers, capable of comparing an XML document with its DTD and reporting so-called validity errors. With the emergence of XML schemas, this category of parsers will gradually be supplanted by tools capable of comparing an XML document with its schema.
...
Exclusive to subscribers. 97% yet to be discovered!
Already subscribed? Log in!
XML tools
Article included in this offer
"Digital documents and content management"
(
71 articles
)
Updated and enriched with articles validated by our scientific committees
A set of exclusive tools to complement the resources
The wealth of information available on XML is considerable, whether in the form of books, articles or online information. The books currently available cover the whole spectrum, from introductory works to advanced guides for programmers on standards, tools and APIs.
Among the most interesting websites are the following three, which act as gateways to the XML world.
Exclusive to subscribers. 97% yet to be discovered!
Already subscribed? Log in!