[jdom-interest] Newbie : getSerializedForm()
Neeraja Mohan
nmohan at intersectsoft.com
Tue Jul 25 13:53:41 PDT 2000
Hi,
I have xml which looks like this:
<root>
<abc>
<name>This is a test name</name>
<desc>This is a test description</desc>
</abc>
</root>
for the element representing "abc" I want to get
the content as :
"<name>This is a test name</name>
<desc>This is a test description</desc>"
I saw in the archives that I need to call
element.getSerializedForm() method. This is not
implemented yet. Is there any other way I
can do this with the current version or is there
a proposed date for implementing this?
thanks,
--neeraja
More information about the jdom-interest
mailing list