Re: [xsl] Problem running a 2.0 transformation with JAXP

Subject: Re: [xsl] Problem running a 2.0 transformation with JAXP
From: Owen Rees <owen.rees@xxxxxx>
Date: Thu, 20 Mar 2008 08:56:40 +0000
--On 20 March 2008 07:43 +0000 Colin Adams wrote:

It should fail on all products. The // is a required part of the
hierarchical part according to RFC 3986. So file:/// (or
file://localhost/, but the former is canonical) is correct.

The original question was about invoking a transform via the Java API so we have to live with the long-standing bug in the Java runtime that causes file: URL's to be 'normalised' to "file:/path". This form will work in Java even if it is incorrect and likely to cause problems if the string is passed to something that expects URLs that conform to the specification.


--
Owen Rees; speaking personally, and not on behalf of HP.
========================================================
Hewlett-Packard Limited.   Registered No: 690597 England
Registered Office:  Cain Road, Bracknell, Berks RG12 1HN

Current Thread