teemu_selkala
13 years agoOccasional Contributor
Unable to get selectNode to work =/
Hi,
I have rather large xml file with schema included. I would like to use selectNode to reduce the amount of choises instead of going through each node in the xml file.
in my XML file I have a node group as follows:
<rs:data>
<this and that>
</rs:data>
but when I try to use selectNode as follows...
nodes = Doc.SelectNode("//rs:data")
I get an object calling error always. I tried to follow example from:
http://support.smartbear.com/viewarticle/32705/
Error is
"msxml6.dll
reference to undecleared namespace prefix: 'rs'
any ideas how to fix that?
Cheers
I have rather large xml file with schema included. I would like to use selectNode to reduce the amount of choises instead of going through each node in the xml file.
in my XML file I have a node group as follows:
<rs:data>
<this and that>
</rs:data>
but when I try to use selectNode as follows...
nodes = Doc.SelectNode("//rs:data")
I get an object calling error always. I tried to follow example from:
http://support.smartbear.com/viewarticle/32705/
Error is
"msxml6.dll
reference to undecleared namespace prefix: 'rs'
any ideas how to fix that?
Cheers