A
Amit
I have a quick question. Given test XML:
<root>
<ns1:sub>1</ns1:sub>
<ns2:sub>2</ns2:sub>
<ns3:sub>3</ns3:sub>
</root>
is there a way to select all nodes that contain the word "sub". (Due
to namespace constraints, I will be getting the subnodes as <ns1:sub>,
<ns2:sub> and so on.)
regards,
Amit.
<root>
<ns1:sub>1</ns1:sub>
<ns2:sub>2</ns2:sub>
<ns3:sub>3</ns3:sub>
</root>
is there a way to select all nodes that contain the word "sub". (Due
to namespace constraints, I will be getting the subnodes as <ns1:sub>,
<ns2:sub> and so on.)
regards,
Amit.