C#Xpath错误内容:已编码

时间:2012-05-14 11:44:40

标签: c# xml xpath windows-runtime xmldocument

如何读取xml元素,例如:  

<content:encoded><![CDATA[<blockquote><p>some data here ]]<content:encoded>

我想在C#中阅读上面的xml节点,但是当我使用...

"content:encoded" 

..因为xpath运行时错误来了:

  IXmlNode node = parent.SelectSingleNode("content:encoded");

我应该如何编写上面xml的xpath?

1 个答案:

答案 0 :(得分:1)

在模块/类的顶部添加名称空间声明。