in reply to Re^2: xml::xslt xpath bug?in thread xml::xslt xpath bug?
<?xml version="1.0"?> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Tr +ansform"> <xsl:template match="/"> <xsl:for-each select="/PLMXML/Form[@id=id24]"> <xsl:value-of select="@id"/> </xsl:for-each> </xsl:template> </xsl:stylesheet> [download]