Hi, I am using XML4C v3.0.1 for WinNT4 to parse an XML document to convert the resulting DOM tree to another tree with a different class as a node (i.e DOM_Node in the DOM tree corresponds to My_Node in the new tree). I see that DOM_Document has a static method
createTreeWalker(DOM_Node root, short whatToShow, DOM_NodeFilter filter); Can the above be someway useful in my case and how should I go about doing the conversion? Thanks. -- Anand R