But this is an invalid XPath expression. What am I doing wrong?
It's valid Xpath2 but not Xpath1
You can go
<xsl:for-each select="document($jfil,/)">
<xsl:value-of select="id($jid)" />
</xsl:for-each>
in xslt1
David
--~------------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--