[jdom-interest] Using Document.getSerialisedForm()

Jason Hunter jhunter at collab.net
Thu Apr 19 21:22:15 PDT 2001


"Robbins, Malcolm" wrote:
> 
> Document.getSerialisedForm() is not yet implemented.

It's not implemented because it's going away, as discussed on this very
list last week.  Use XMLOutputter.outputString() instead.  There are
many knobs to fiddle with on converting from a doc to a String (most
involving whitespace issues), so it's best to use a separate class that
has all the knobs.

-jh-



More information about the jdom-interest mailing list