[
Lists Home |
Date Index |
Thread Index
]
- From: Peter Murray-Rust <peter@ursus.demon.co.uk>
- To: xml-dev@ic.ac.uk
- Date: Sun, 30 Nov 1997 09:10:51
At 17:19 29/11/97 -0800, Mark L. Fussell wrote:
Many thanks Mark.
>
[...]
>
>No solutions, just a couple comments. The 100% Pure tester warns about
>all hardcoded '/' and '\', so these are obviously considered non-WORA.
>For most of these you can use either the functionality within a class
>(File concatenation) or the System.properties:
> * <dt>file.separator <dd>File separator ("/" on Unix)
> * <dt>user.home <dd>User home directory
> * <dt>user.dir <dd>User's current working directory
> * <dt>java.home <dd>Java installation directory
At one stage I *did* use File.separator. However I don't think it's
relevant, except when the system interacts directly with the local file
system. I converted this to SLASH (i.e. '/'), since this is what is
required in URLs.
My problem was/is that I believe some of the class libraries to be buggy on
some implementations (or at least poorly documented).
>
>URL's should generally work with standard URL notation (it is up to the
>implementation to work correctly).
If I come up with what I think is a bug, I'll post it :-)
P.
>
>--Mark
>mark.fussell@chimu.com
>
>
>
>xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev@ic.ac.uk
>Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/
>To (un)subscribe, mailto:majordomo@ic.ac.uk the following message;
>(un)subscribe xml-dev
>To subscribe to the digests, mailto:majordomo@ic.ac.uk the following message;
>subscribe xml-dev-digest
>List coordinator, Henry Rzepa (mailto:rzepa@ic.ac.uk)
>
>
Peter Murray-Rust, Director Virtual School of Molecular Sciences, domestic
net connection
VSMS http://www.nottingham.ac.uk/vsms, Virtual Hyperglossary
http://www.venus.co.uk/vhg
xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev@ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/
To (un)subscribe, mailto:majordomo@ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo@ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa@ic.ac.uk)
|