using variable in xsl:include ?2004-02-26 04:10:39Hi,
is it possible to use a variable in xsl:include like e.g.
<xsl:variable name="home_directory"
select="document('../../XML/config.xml')//iese.config:home_directory"/>
<xsl:include
href="concat('file://',$home_directory,'class/Person/XSL/person_short.xs
l')"/>
This example does not work! Does anyone know why? The parser says
something like wrong syntax for pathnames,... Any suggestions?
Best regards,
Nick
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
|
||||||||||||||||