私がする時
XPathSelectElement("/root/title").ToString()
たとえば、<title>this is an <strong>example</strong></title>
. <title>
しかし、私はテキストを回避したくありません。
私がする時
XPathSelectElement("/root/title").Value
次に、なしでテキストのみを取得します<strong></strong>
どうすればこれを解決できますか?