>can anyone suggest an XML creation API?
Generate your own SAX stream or build a DOM, then route that into a serializer. (Are we still waiting for someone to donate a decent serializer package for Xerces-C? I suppose you could run the data through Xalan-C and an identity stylesheet, but that's a bit more code than you probably want for this simple case.) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
