This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: xsl:include in servlet (was untitled)


>  I am using the <xsl:include href="filename"/> statement in
> my stylesheet that references a library. I was able to
> successfully run this from the command line but when I try to
> run this from my servlet, it does find the 'calling'
> stylesheet but does not file

The href is not a filename, it is a URI, which may be absolute or relative.
If it is relative, it is interpreted relative to the resource (i.e. file)
containing the <xsl:include> element. The most common reason for this
failing is that people cache stylesheets in memory where the original
location is unknown.

The details depend on what product you are using, I don't think you said.

Mike Kay


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]