[Home] [By Thread] [By Date] [Recent Entries]
I can not determine the "base URI of the containing element node" as descripte in http://www.w3.org/TR/xslt20/#uri-references. I guess you're using java to run stylesheet like: Templates templates = transformerFactory.newTemplates(source); Transformer transformer = templates.newTransformer(); if source refer to a file system you better create it as source = new StreamSource(new File(stylesheet)); or source = new StreamSource(stylesheet); provided that stylesheet is prefixed with "file:/" -- Vladimir Nesterovsky http://www.nesterovsky-bros.com/
|

Cart



