[jdom-interest] Document.getSerializedForm()
Jason Hunter
jhunter at acm.org
Fri Aug 11 11:58:31 PDT 2000
> XMLOutputter does not seem
> to be applicable for this operation and
> HttpMessage.sendPostMessage(serializable object) does not seem to
> work right when I pass a Document object.
It works with the CVS code.
BTW, you can easily capture a doc as a string by wrapping a Writer
around a buffer then writing to memory. More people should read
Elliotte's Java IO book. :-)
-jh-
More information about the jdom-interest
mailing list