<xsl:import href... why won't relative path work?
Posted: Mon Aug 08, 2011 6:33 pm
Hi,
I'm still fairly new to XSLT & Oxygen, but I'm not sure what I'm doing wrong here.
I'm writing a customization layer for the DocBook XSL stylesheets. In my layer I import the standard style sheets with this:
The full directory of stylesheets exists in the same folder at the same level as my customization layer. The HREF should be valid.
But I keep getting an error that the file can't be found and the address it is looking for is an old address.
The relative path to the resource is fine, and the file is there. Why is Oxygen insisting on searching for the resource in an old location that doesn't exist anymore? How do I redirect it?
Thanks!
I'm still fairly new to XSLT & Oxygen, but I'm not sure what I'm doing wrong here.
I'm writing a customization layer for the DocBook XSL stylesheets. In my layer I import the standard style sheets with this:
Code: Select all
<xsl:import href="docbook-xsl-ns-1.76.1/html/docbook.xsl"/>
But I keep getting an error that the file can't be found and the address it is looking for is an old address.
Code: Select all
E [Saxon6.5.5] Failure reading file:/C:/Users/zech/Desktop/SVN_WorkingCopies/XML%20Tools/XXXX_ShortTitle/xml_XXXX_ShortTitle/frameworks/docbook/xsl/html/docbook.xsl - C:\Users\zech\Desktop\SVN_WorkingCopies\XML Tools\XXXX_ShortTitle\xml_XXXX_ShortTitle\frameworks\docbook\xsl\html\docbook.xsl (The system cannot find the path specified)
Thanks!