I wish to get a count of nodes in an xml file in vb.net, so I am using the
following, as a simple example:
MyCount = xmlNodePart.Cur rent.Select.//MyNode/Record[*]).Count
I saw in some xml specs that instead of[*] it should be [@*], but that does
not work. Why would the @ symbol be needed?
Derek
following, as a simple example:
MyCount = xmlNodePart.Cur rent.Select.//MyNode/Record[*]).Count
I saw in some xml specs that instead of[*] it should be [@*], but that does
not work. Why would the @ symbol be needed?
Derek
Comment