XPath-syntax: referencing node with " in attribute-value -
10-26-2007
, 09:48 AM
Hello NG!
Within attribute-values i can use the double quote, which is written
automaticly
as """ into the document by the XML-methods of .NET:
<Node Name="a"b" Att1="true"/>
But how to reference such nodes with an XPath-expression?
=> pXml.SelectSingleNode("//Folder[@Name=??]")
What's the correct Syntax?
Thanks for any help!
Regards, D.Barisch |