> I would like to ask if there's anyone that have the opposite
> problem i.e. for applications to create XML documents
> on-the-fly. Of course the developer could 'hand code' the XML
> structures which is error prone and booring . I am looking for
> something (API, lib) so that we could avoid this.
As far as this goes, try using SAX backwards. There are SAX
applications that produce normalised XML (James Clark's example at
http://www.jclark.com/xml/ might be helpful), and you can just feed
canned SAX events to it.
All the best,
David
-- David Megginson david@megginson.com http://www.megginson.com/