F
frank
I was wondering if any one had an example of how to take an existing
Document (web services org.wc3.DOM) object that is populated with a XML
doc and get just a section of it (i.e. between some tags) and place it
into another document object? Been trying to do it unsuccessfully.
Example: (just want what between book tags)
<results>
<book>
<author>
<last>Abiteboul</last>
<first>Serge</first>
</author>
<title>Data on the Web</title>
</book>
<otherdata>
......
<\otherdata>
</results>
Thanks,
Frank
Document (web services org.wc3.DOM) object that is populated with a XML
doc and get just a section of it (i.e. between some tags) and place it
into another document object? Been trying to do it unsuccessfully.
Example: (just want what between book tags)
<results>
<book>
<author>
<last>Abiteboul</last>
<first>Serge</first>
</author>
<title>Data on the Web</title>
</book>
<otherdata>
......
<\otherdata>
</results>
Thanks,
Frank