[XML-SIG] expat namespace_separator in Python 2.1

James Tauber jtauber@jtauber.com
Tue, 24 Apr 2001 21:48:13 -0400


You cut that part out of my email. It's RDF.

In particular see http://www.w3.org/TR/REC-rdf-syntax/ in section 6:

"This expansion is generated by concatenating the namespace name given in
the namespace declaration with the LocalPart of the qualified name"

----- Original Message -----
From: "Rich Salz" <rsalz@zolera.com>
To: "James Tauber" <jtauber@jtauber.com>
Cc: <xml-sig@python.org>
Sent: Tuesday, April 24, 2001 8:56 PM
Subject: Re: [XML-SIG] expat namespace_separator in Python 2.1


> >    <bar xmlns="http://foo.com/">...</bar>
> >    <ar xmlns="http://foo.com/b">...</ar>
> >    <r xmlns="http://foo.com/ba">...</r>
>
> Hunh?  Can you point to a spec that shows this?
> /r$