specifying href dynamically when uising xsl:include

wxdqz

New Member
Gidday,I would like to change the files to include in an xsl template based on acondition. My problem is that i can't seem to specify the href pathdynamically. My test code is,<?xml version="1.0" encoding="ISO-8859-1" ?><xsl:stylesheet version="1.0"xmlns:xsl="http://www.w3.org/1999/XSL/Transform"><xsl:variable name="xslfile1" select="' End Summary Text.xsl'"><xsl:include href=http://forums.devx.com/archive/index.php/"$xslfile" /></xsl:stylesheet>Is there a way to do this??Cheers,Dan.
 
Back
Top