[xsl] xsl include

Subject: [xsl] xsl include
From: "Yolanda Garrido" <ygarrido@xxxxxxxxxxxxx>
Date: Mon, 4 Aug 2003 15:17:06 +0200
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


Current Thread