Skip to Content.
Sympa Menu

xom-interest - Re: [XOM-interest] namespace checking

xom-interest AT lists.ibiblio.org

Subject: XOM API for Processing XML with Java

List archive

Chronological Thread  
  • From: John Cowan <jcowan AT reutershealth.com>
  • To: elharo AT metalab.unc.edu (Elliotte Rusty Harold)
  • Cc: jcowan AT reutershealth.com (John Cowan), mike AT wyeast.net (Michael Fitzgerald), xom-interest AT lists.ibiblio.org (XOM)
  • Subject: Re: [XOM-interest] namespace checking
  • Date: Fri, 11 Oct 2002 19:30:22 -0400 (EDT)

Elliotte Rusty Harold scripsit:

> >A URI is absolute iff it matches this regular expression:
> >
> > ^[A-Za-z][A-Za-z0-9+.-]*:
> >
> >See the productions "absoluteURI" and "scheme" in RFC 2396.
>
> There's a bit more than that. The characters after the colon all have
> to be legal URI characters, and any percent signs have to be followed
> by exactly two hexadecimal digits.

Right. I didn't say "A string is an absolute URI iff" but rather
"A URI [already known to be such] is absolute iff".

--
Only do what only you can do. John Cowan <jcowan AT reutershealth.com>
--Edsger W. Dijkstra, http://www.reutershealth.com
deceased 6 August 2002 http://www.ccil.org/~cowan




Archive powered by MHonArc 2.6.24.

Top of Page