[longish] Xerces doesn't build on Solaris? ( was: Generating XML from DOM )

2000-03-23 Thread james . richardson
Cool, thanks for that... I was still using the previous version ( the XML4J_3_0_0EA3 one ). So I got the latest version, and tried to build the jar files ( im running Solaris 2.5.1 ).. and 1) The makefile ( src/Makefile.incl ) is not compatible with sun make [EMAIL PROTECTED]:/home/richja/li

Re: Generating XML from DOM

2000-03-23 Thread Michael Mason
[EMAIL PROTECTED] wrote: > > I apologise if i've missed this in the docs, but once I have parsed my > XML doc into a "Document", is there any way thay I can turn it back into > XML ( say after adding / changing some nodes )... > > I'm looking for a Document.toString() or similar If you're us

Generating XML from DOM

2000-03-23 Thread james . richardson
I apologise if i've missed this in the docs, but once I have parsed my XML doc into a "Document", is there any way thay I can turn it back into XML ( say after adding / changing some nodes )... I'm looking for a Document.toString() or similar TIA Cheers! James Richardson