|
Dare to script tree-based XML with Perl Find out how to work with tree-based document models
Certain tasks can be difficult to accomplish in the event-based methodology. For
these cases, the author discusses using Perl, the Document Object Model (DOM)
and tree-based options for parsing XML ...
[Jul. 18, 2000] |
|
DOM XML: An Alternative to Expat
In this article the author explores an alternative to widespread
implementation
of the event driven Simple Application Programming Interface for XML
(SAX) by
PHP coders; using the Document Object ...
[Jan. 15, 2001] |
|
Java API for XML Parsing v1.0.1
This reference update to JAXP version 1.0.1 uses the high performance Java
Project X as its default XML parser. However, the software's pluggable
architecture allows any XML conformant parse...
[May. 5, 2000] |
|
Java, SAX & DOM: Technical Tips
This concise tutorial starts with a quick overview of XML, then covers the use
of the Document Object Model (DOM) Application Programming Interface (API), and
then the Simple API for XML (SAX) API, ...
[Jun. 27, 2000] |
|
Should I use SAX or DOM?
SAX and DOM were both designed to allow programmers to access their information
without having to write a parser. This is a lesson on deciding which to use.
...
[Mar. 27, 2000] |
|
Using the SAX Interface of LibXML
A comparison of using SAX vs. DOM for reading XML documents, geared towards the
user with some understanding of DOM who is curious about SAX. Some examples will
be clearest to those having some ...
[Jul. 9, 1999] |
|
Xerces Java: Quick Start
This tutorial is a quick start guide to using the open source Xerces Java XML
Parser from Apache Software Foundation (also known as Xerces-J, or Xerces). The piece
provides an overview to Xerces pro...
[Dec. 11, 2000] |
|
XML programming in Java
This tutorial by IBM
Senior Programmer and XML Evangelist Doug Tidwell introduces beginners to using
an XML parser to process, manipulate and create XML documents. It also covers
some advanced pars...
[May. 22, 2001] |