<xsl:for-each select='/PLMXML/Form[@id='id24']'> <xsl:value-of select="@id"/> </xsl:for-each> returns: id36 <xsl:for-each select="/PLMXML/Form[@id="id24"]"> <xsl:value-of select="@id"/> </xsl:for-each> returns: id36 <xsl:for-each select='/PLMXML/Form[@id="id24"]'> <xsl:value-of select="@id"/> </xsl:for-each> returns: id36 <xsl:for-each select="/PLMXML/Form[@id='id24']"> <xsl:value-of select="@id"/> </xsl:for-each> returns: id36
In reply to Re^2: xml::xslt xpath bug?
by Anonymous Monk
in thread xml::xslt xpath bug?
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |