[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] RE: xsl:include - problem setting relative path using
> I am having a problem setting a relative path to xsl:include. > > I have tried using the following xsl:include: > 1st scenario: <xsl:include href="file://globalVar.xsl"/> > 2nd scenario: <xsl:include href="file:globalVar.xsl"/> > In either scenario, the processor does not > recognize that I am looking for a relative path. Nor should it. A URL that begins with "file:" is by definition an absolute URL. > > Is there not a way to use relative path in the href? > > I have tried just using the following code: > <xsl:include href="globalVar.xsl"/> That should work, provided the base URI (system ID) of your stylesheet is known, and is itself an absolute URI. Mike Kay Software AG XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|