<text>this is some text <content><link attr="someattr">text to appear in link</link></content> . this is the end of the text</text>
需要的XML元素轉變成
<p>this is some text <a attr="someattr">text to appear in link</a> . this is the end of the text</p>
我有在「內容」元件採用作爲參數並返回「的方法一個「元素。我無法弄清楚如何同時顯示來自「text」元素和鏈接的文本。
我,你需要變換* *文本 - 也許LINQ到XML是不正確的方式去。您應該查看[RegularExpressions](http://msdn.microsoft.com/en-us/library/ms228595.aspx) – 2014-09-11 06:42:01
這不是文本而是xml。我只分享了xml的片段。 – 2014-09-11 22:36:08