Thread
:
Read nodes from an XML file
View Single Post
#
8
08-24-2007, 07:51 AM
kinook
Administrator
Join Date: 03-06-2001
Location: Colorado
Posts: 6,049
If you're putting the expression in the XSLT file itself (rather than the Create XSL File step as suggested), use single brackets instead of double:
<xsl:for-each select="//path[not(.=preceding::path)]">
kinook
View Public Profile
Visit kinook's homepage!
Find all posts by kinook