xsl-list
[Top] [All Lists]

<xsl:include> and variables question

2003-11-02 12:00:52
Hi,

I'm having problems with <xsl:include> and variables.
Including a template with a variable in the href-attribut doesn't work in this case.

my xsl:
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform";>
        <xsl:variable name="main">main.xsl</xsl:variable>
        <xsl:template match="/document">
                <html>
                        ...
                        <xsl:call-template name="main"/>
                        ...
                </html>
        </xsl:template>
        <xsl:include href="{$main}"/>
</xsl:stylesheet>

To me everthing seems ok. The main.xsl exists. If I exchange {$main} with main.xsl it works.
So there must be a problem with the variable. Bu what did I do wrong?

Regards
Jonny

_________________________________________________________________
Wußten Sie, daß Sie Ihren Hotmail-Posteingang auch über den MSN Messenger abrufen können? http://messenger.msn.de Jetzt kostenlos downloaden und einfach testen!


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



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