Error with xml:base on Include element
Added by Anonymous over 19 years ago
Legacy ID: #3040458 Legacy Poster: Greg Mellinger (mellingg)
My base uri is: /composition/balt1/ml_prod/xslt_src/lww-nlm/xyv/z79/ and the XSLT include element <xslt:include xml:base="/common/" href="footnote.xsl"/> is interpreted as /common/footnote.xsl vs. /composition/balt1/ml_prod/xslt_src/lww-nlm/xyv/common/footnote.xsl
Replies (3)
Please register to reply
RE: Error with xml:base on Include element - Added by Anonymous over 19 years ago
Legacy ID: #3040480 Legacy Poster: Michael Kay (mhkay)
Which release are you using? I believe this problem was fixed in Saxon 8.3.
RE: Error with xml:base on Include element - Added by Anonymous over 19 years ago
Legacy ID: #3040536 Legacy Poster: Greg Mellinger (mellingg)
We are currently using saxonb8-1-1.
RE: Error with xml:base on Include element - Added by Anonymous over 19 years ago
Legacy ID: #3040595 Legacy Poster: Michael Kay (mhkay)
That figures. I suggest you move forward. Alternatively, if that's a problem, you could try lifting the 8.3 version of net.sf.saxon.om.Navigator#getBaseURI() and dropping it into the 8.1.1 source. No guarantees though! Michael Kay
Please register to reply