Re: [xml-dev] XML Namespaces 1.1

From
John Cowan <>
To
Rick Yorgason <>
Date
2011-05-25T05:13:06Z
ID
<>
Thread
Re: [xml-dev] XML Namespaces 1.1
Rick Yorgason scripsit:

> This proposal can be defined as an alias for xmlns=. xmlns= wouldn't
> go away.  People can still use it if they want to use a namespace that
> isn't also a valid prefix name.  It's just not the recommended as the
> best practise.

When TagSoup sees a prefix it doesn't understand, such as foo, it
invents the namespace name urn:x-prefix:foo for it.

-- 
My confusion is rapidly waxing          John Cowan
For XML Schema's too taxing:            
    I'd use DTDs                        http://www.ccil.org/~cowan
    If they had local trees --
I think I best switch to RELAX NG.