xpath와 namespace

Hey all,

Simple question, I just want to select the text from the <Template> tag. Here’s what I have, but the Xpath doesn’t match anything.

You need to use an XmlNamespaceManager because the
Template element is in a namespace:

Leave a Reply