Appending to an XML document

Don Park donpark at docuverse.com
Fri Dec 10 23:48:38 GMT 1999


Here is another solution that most people overlook:

You can use XML APIs without using XML and still get
most of the benefits.

Store your XML in any format you want but write a
SAX parser for it so that log processing applications
can be XML applications.  This allows you to move up
to XML storage format when and if you need to without
rewriting any software.

Log producers work in reverse, meaning that they fire
SAX events and a special SAX application write out the
information into a file in custom format or send it to
a log server using whatever wire format you want.

You can do something similar with DOM as well.

Best,

Don Park    -   mailto:donpark at docuverse.com
Docuverse   -   http://www.docuverse.com


xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev at ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/ and on CD-ROM/ISBN 981-02-3594-1
To unsubscribe, mailto:majordomo at ic.ac.uk the following message;
unsubscribe xml-dev
To subscribe to the digests, mailto:majordomo at ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa at ic.ac.uk)





More information about the Xml-dev mailing list