Subject: RE: Is it possible to call xsl-StyleSheet from a different XSl-StyleSheet
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Wed, 20 Dec 2000 09:49:19 -0000
|
> href="C:/Portal/com/vizional/portal/xsl/head.xsl"
> it returns file not found exception is this right way to give
> path or is there any other way in xsl.
The href attribute to xsl:include must be a URL, not a filename. Prefixing
it with "file:/" should work. (No-one seems to know how many slashes are
correct, but it seems to work anyway).
Mike Kay
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|