Skip to Content.
Sympa Menu

xom-interest - Re: [XOM-interest] Relative namespace URIs

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: Michael Kay <mike AT saxonica.com>
  • Cc: xom-interest AT lists.ibiblio.org
  • Subject: Re: [XOM-interest] Relative namespace URIs
  • Date: Sun, 03 Oct 2004 06:41:04 -0400

Michael Kay wrote:


As a matter of interest, does XOM accept unescaped URIs (wannabe-URIs,
strings that would be URIs if escaped) as namespace names? The XML Schema
definition of a QName does.

No. XOM's quite strict. It does not accept URIs that contain non-ASCII characters, bad percent escape sequences, mismatched square brackets, or anything else that would make a URI syntactically incorrect.

--
Elliotte Rusty Harold
elharo AT metalab.unc.edu




Archive powered by MHonArc 2.6.24.

Top of Page