在item.xsl里加入 如下代码:
方法一:
<xsl:for-each select="@*"> P:<xsl:value-of select="name()" /> </xsl:for-each>
方法二:
<xsl:copy-of select="."/>