xsl-list
[Top] [All Lists]

Re: Including inc files in xsl

2004-01-27 14:33:13


I tried both the ways 

<!--#include virtual="myinclude.inc"-->

This is just a comment in the stylesheet so has no effect on the result.
 
 and
 
 <xsl:comment>#include
 virtual="myinclude.inc"</xsl:comment>

it did not work for me.


what do you mean by didn't work?
It should create the comment
<!--#include virtual="myinclude.inc"-->
in the result tree, which was your stated requirement.
It will not of course include the file, that would be the job of your
server side inclusion system (ASP or whatever you are\using)

David

-- 
http://www.dcarlisle.demon.co.uk/matthew

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



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