> The import is being interpreted as a relative URI, and combined with the
> document's base URI to determine where to import from.  When we parse the
> files directly from URIs we know this information; if you pass us a stream
> or a DOM you'll want to set it explicitly. I believe  the setSystemID()
> method on the Source interface is what you need.
>

Please send more info if you know it!

I tried setting a file:// url on the XSLSource with setSystemId() but then
got an exception thrown, "stylesheet requires attribute: version;
Missing or incorrect XSLT Namespace." I tried setting it on the
JDOMsource, but get the previous behavior: program exits without an
exception thrown.

btw, I have the latest xalan, xerces and jdom, the jdk is sun 1.3.0 on
solaris 8.


Guy

Reply via email to