"href" attribute and relative path

Jonni Gani <[email protected]> Wed, 1 Dec 2004 21:30:31 +1100
Newsgroups gmane.text.xml.relaxng.general
Message-ID <[email protected]>
Can the "href" attribute refer to a file using a relative path? I
tried the following but a forward slash was always prepended to the
file name:

<externalRef href="foo.rng">

to produce "/foo.rng".