xsl-list
[Top] [All Lists]

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

2002-11-02 05:09:12
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



<Prev in Thread] Current Thread [Next in Thread>
  • Re: Doubt about xsl:include and/or xsl:import, J.Pietschmann <=