SelectSingleNode and Regular Expressions?

  • Thread starter Thread starter Craig Buchanan
  • Start date Start date
C

Craig Buchanan

Is it possible to use regular expressions in an XMLNode.SelectSingleNode
method?

Thanks,

Craig Buchanan
 
SelectSingleNode follows the XPath language rules, which has no provisions
for regular expressions.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top