RE: [xml-dev] more QName madness

From
Rich Salz <>
To
"Simon St.Laurent" <>
Date
2002-11-15T03:44:38Z
ID
<>
Thread
RE: [xml-dev] more QName madness
> Could you explain this piece a bit more?  I'm not sure what you
> were suggesting:
> >    Element names don't matter but it can have multiple xmlns:type
> >    attributes that have URI(s) describing the element?

I'm probably hopelessly confused, but I thought this is what some
folks were suggesting instead of qnames, and that this thing was
called architectural forms.  This kind of thing:

        <p xml:type="http://www.org/http/1.0">an html paragraph</p>

        <signature
          xml:type="http://www.org/dsig/1.0"
          xml:type="urn:oasis.org:wss:ws-security:signature">
            ....something which is both a W3C XML DSIG and
            an OASIS WS-Security signature ...
        </signature>

did i get it right?
        /r$