[
Lists Home |
Date Index |
Thread Index
]
On Thu, 1 May 2003, Dave Pawson wrote:
> At 10:34 01/05/2003 -0700, Gregory Murphy wrote:
>
> >The Java class that models both URNs and URLs (java.net.URI) was added only
> >in Java 1.4. Some XSLT processors may still be relying on java.net.URL to
> >interpret URIs in document(), include(), and import(). I don't know what
> >XSLT processor you are using, or what version of the JRE, but perhaps
> >this is the source of the problem that you are encountering.
>
> I doubt it.
> sun java 1.4, saxon 6.5.2
> regards DaveP
Oh, saxon. Take a look at the "standards conformance" page at
http://saxon.sourceforge.net/saxon6.5.2/conformance.html, in particular:
"SAXON supports the <xsl:document> element defined in the draft XSLT 1.1
specification. The implementation is not yet complete: in particular (a)
the href attribute is interpreted as a filename relative to the current
directory (not the base URI), and (b) the provisions relating to use of
while the current output destination is a temporary tree are not yet
implemented."
// Gregory Murphy <Gregory.Murphy@sun.com>
|