Re: [xsl] Doubt about xsl:include and/or xsl:import

Subject: Re: [xsl] Doubt about xsl:include and/or xsl:import
From: "J.Pietschmann" <j3322ptm@xxxxxxxx>
Date: Sat, 02 Nov 2002 13:09:12 +0100
Paulo (Shape.Tech) wrote:
Could you tell me if the xsl:include and/or xsl:import can include or import
another kind of files?

like .asp, .html, etc..

or just .xsl, .xslt files?

The file extension does not matter. If you generate some XSLT code with an ASP page, you can use <xsl:import href="http://localhost/foo.asp"/>

The result must be valid according to the XSLT spec, as
already mentioned.

J.Pietschmann


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



Current Thread