XML教えて教室
レス数が950を超えています。1000を超えると書き込みができなくなります。
0977デフォルトの名無しさん
NGNG<?xml version="1.0" encoding="shift_jis" ?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:output method="xml" />
<xsl:template match="/">
<xsl:apply-templates />
</xsl:template>
<xsl:template match="item/text()">
<xsl:if test="../@no='01'">
<xsl:value-of select="."/>
</xsl:if>
<xsl:apply-templates />
</xsl:template>
</xsl:stylesheet>
レス数が950を超えています。1000を超えると書き込みができなくなります。