xsl-list
[Top] [All Lists]

RE: transforming a stylesheet that has imports and includes

2003-04-04 10:23:12
Hi

-----Original Message-----
From: owner-xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com 
[mailto:owner-xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com] On Behalf Of 
Andrew Welch
Sent: Friday, April 04, 2003 10:20 AM
To: Xsl-List (E-mail)
Subject: [xsl] transforming a stylesheet that has imports and includes



hi all,

I need to do an indentity transform on a stylesheet that has 
imports and includes - but as the stylesheet is treated as 
xml the imports/includes wont be performed.  How can I get 
the full stylesheet and then transform that? (Im using trax)


You only need to do something like:

<xsl:template match="xsl:import|xsl:include">
 <xsl:apply-templates select="document(@href)/xsl:stylesheet/node()"/>
</xsl:template>




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



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