2012-09-24 63 views

回答

0

從理論上講,你可以做這樣的事情對兩者的內容,您正在閱讀:

<xsl:template match="img"> 
    <img alt="{@alt}" src="{@src}" /> 
</xsl:template> 

但我不知道你是否會查詢內容將被解析的XML與否。

你也可以嘗試用剃刀並帶上html敏捷包:http://htmlagilitypack.codeplex.com/這可能會更容易一點。