摘要: 有xml片段如下 <test> <mytag title="good" name="kankan"/> <mytag name="xiangxiang"/> </test> 写xsl片段如下 <xsl:for-each select="/test/mytag"> <xsl:if test="@tit 阅读全文
posted @ 2016-02-15 11:27 巴蒂尔 阅读(1047) 评论(0) 推荐(0) 编辑