At Friday, 02 February 2001, you wrote:

>Include works like ordinary include :)
>
>You may include one xslt file into another one using
>
><xsl:include href='file://myinclude.xsl'/>

I'd be very wary about using the file: method for this, as it may
make it less portable. Just the filename should be enough, if
that file resides in the same directory.

///Peter






Reply via email to