Access the answers to your technology questions today.
Subscribe Now
30-day free trial. Register in 60 seconds.
What Makes Experts Exchange Unique?
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.
Try it out and discover for yourself.
Subscribe Now
30-day free trial. Register in 60 seconds.
Join the Community
Give a Little. Get a Lot.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Join the Community
by: steelheart38Posted on 2005-12-05 at 05:34:52ID: 15419117
im not quite sure about this. but would there be a problem if you use the code below instead (note:without the "buildassistant:" term)? ---------- ---------- - ation", nsmgr); ---------- ---------- -
on") xPath expression syntax if the node concerned is declared as
n name="Dev Build Assistant" version="1.00.000" />
--------------------------
SelectSingleNode("//applic
--------------------------
i don't know what effect will it be to ur expected functionality but it seems that in the XSD the default namespace <xmlns: ...> and the <xmlns:buildassistant ..> declarations refers to the same URI and could be causing the confusion as to what namespace the "application" node belongs. as i said im not sure if that's normal or not but it could be a cause
in the past i only use the "//<namespace>:<nodeTag>" (your case "//builassistant:applicati
<buildassistant:Applicatio
hope that helps somehow
steelheart38