<HTML><BODY>
<DIV style="FONT-SIZE: 10pt; FONT-FAMILY: tahoma; BACKGROUND-COLOR: white">
Hi all!<BR>I have the following xml file:<BR>"<BR>&lt;items&gt;<BR>
&nbsp;&nbsp; &lt;item&gt;hi&lt;/item&gt;<BR>&nbsp;&nbsp; 
&lt;item&gt;hello&lt;/item&gt;<BR>&lt;/items&gt;<BR>"<BR>and need to read 
all the content between &lt;items&gt; and &lt;/items&gt; tags and<BR>saved 
in a string, in this case:<BR>"<BR>&nbsp;&nbsp; 
&lt;item&gt;hi&lt;/item&gt;<BR>&nbsp;&nbsp; 
&lt;item&gt;hello&lt;/item&gt;<BR>"<BR>Working with "xml.dom.minidom" I can 
use the "xml.dom.minidom.Node.toxml()" to obtain the string inside one node. 
But I wish to use 4DOM to load my DOM tree.</DIV>
<DIV style="FONT-SIZE: 10pt; FONT-FAMILY: tahoma; BACKGROUND-COLOR: white">
Someone know a manner to make something like "xml.dom.minidom.Node.toxml()" 
using 4DOM?</DIV>
<DIV style="FONT-SIZE: 10pt; FONT-FAMILY: tahoma; BACKGROUND-COLOR: white">
Why a lightweight implementation like "xml.dom.minidom" have this feature, 
while a 4DOM don't?</DIV>
<DIV style="FONT-SIZE: 10pt; FONT-FAMILY: tahoma; BACKGROUND-COLOR: white">
Thanks</DIV>
<DIV style="FONT-SIZE: 10pt; FONT-FAMILY: tahoma; BACKGROUND-COLOR: white">
Leticia</DIV>
</BODY></HTML>