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> Quote Link to comment https://forums.phpfreaks.com/topic/199337-this-xsl-issues-with-xpath/ Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.