Skip to Content.
Sympa Menu

xom-interest - Re: [XOM-interest] baseURI / systemID question

xom-interest AT lists.ibiblio.org

Subject: XOM API for Processing XML with Java

List archive

Chronological Thread  
  • From: Elliotte Harold <elharo AT metalab.unc.edu>
  • To: Wolfgang Hoschek <whoschek AT lbl.gov>
  • Cc: xom-interest AT lists.ibiblio.org
  • Subject: Re: [XOM-interest] baseURI / systemID question
  • Date: Mon, 13 Sep 2004 16:21:37 -0400

The basic requirement in XOM is that the system ID be an absolute or relative URL. This is best described in http://gbiv.com/protocols/uri/rev-2002/rfc2396bis.html

The basic rules are no non-ASCII characters, no spaces, and a few characters like : and / are reserved for particular uses and must be percent escaped if they're used in some other way.

--
Elliotte Rusty Harold




Archive powered by MHonArc 2.6.24.

Top of Page