Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
XML
How to get an xml subtree using DOM using xerces?
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Anthony Mak, post: 777455"] Hi all, I am using Xerces DOM library. I want to get a subtree (everything including the tags ) from an xml document as a string ( and save this subtree into a xml/text file). Currently I am using the TreeWalkerImpl class and nextSibling() and getCurretnNode() to traverse the xml tree. (The reason why I want to do this is I needed to get the subtree as an xml file to feel it to a Mathml to image converter program.) Much appreciate if you can send me some codes or point me which methods I need to use. Thanks!! Please reply to as well :- [email]anthony.mak@iname.com[/email] ^_^ Anthony Mak [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
XML
How to get an xml subtree using DOM using xerces?
Top