TheJoey Posted April 22, 2010 Share Posted April 22, 2010 i have two xpath functions but the second one seems to copy every matching word and creates to many duplicates <xsl:for-each select="xmlroot/xmldirectory/find[not(.=following::find)]/.."> <xsl:variable name="var1" select="find" /> <xsl:for-each select="//wordEntry/find[./text()=$var1]/../results"> <xsl:value-of select="."/> </xsl:for-each> Link to comment https://forums.phpfreaks.com/topic/199337-this-xsl-issues-with-xpath/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.