S
Saurabh Sharma
Hi,
I am using Dom Parsing in Xml. I am the parent node and it has many children
and each children has many children.
I want to select children with a given name .
Is there any method by which we select them with not going to each child
node .. something like
node.selectnodes (* + "/ABC");
I have time constraint and also i have to do changes so have to use DOM
Regards
Saurabh
I am using Dom Parsing in Xml. I am the parent node and it has many children
and each children has many children.
I want to select children with a given name .
Is there any method by which we select them with not going to each child
node .. something like
node.selectnodes (* + "/ABC");
I have time constraint and also i have to do changes so have to use DOM
Regards
Saurabh