xsl-list
[Top] [All Lists]

xsl include

2003-08-04 06:17:06
Hello,
I´m trying to include some xsl into one xsl... something like this:

 <xsl:choose>
          <xsl:when test="$MyVariable = 1">
               <xsl:include href="xslinclude.xsl">
          </xsl:when>
          <xsl:otherwise>
              <xsl:include href="xslinclude.xsl">
           </xsl:otherwise>
 </xsl:choose>

I get error with this... anybody knows how to solve this???
Thanks



 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



<Prev in Thread] Current Thread [Next in Thread>