[XMLSCHEMA-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: Namespace error

From: Jeff Rafter <lists@jeffrafter.com>
Date: Tue, 05 Apr 2005 16:06:08 -0700
Message-ID: <425319E0.6060807@jeffrafter.com>
CC: Farid.Mahini@L-3com.com, xmlschema-dev@w3.org
Re: Namespace error


> Some implementors take that view, but the W3C specs generally cite RFC 2396,
> or more recently RFC 3986, which contain a more formal definition of the
> permitted syntax, and also some semantic rules. Thus c:\abc.xml is not a
> valid URI because the "\" character is disallowed, while c:/abc.xml is not a
> valid URI because no-one has registered a URI scheme named "c".

Agreed. Try any of the following (depends on implementation):

a)  file:/c:/abc.xml
b)  file:/c/abc.xml
c)  file:///c:/abc.xml
d)  file:///c/abc.xml

(a) and (b) have given me the best results, but it really depends.

Cheers,
Jeff Rafter
Received on Tuesday, 5 April 2005 23:06:09 GMT

Subscribe to the Stylus Scoop newsletter for helpful XML tips and tutorials.
Email
First Name
Last Name
Company

Download Stylus Studio 6 XML Enterprise Edition

Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2007 All Rights Reserved.