Re: [xml-dev] Invalid attribute names

From
Richard Tobin <>
To
Date
2004-01-01T16:26:14Z
ID
<>
Thread
Re: [xml-dev] Invalid attribute names
In article <> you write:

>Is a parser that assesses well-formedness according to the XML
>Namespaces specification
>still a conforming XML 1.0 parser?

No.  A parser that rejects documents conforming to XML 1.0 but not
Namespaces is an XML + Namespaces parser, just as a C compiler is
not a ASCII verifier, and an HTML browser is not a general SGML
parser.

Many XML parsers have a switch allowing you to specify whether you want
a plain XML 1.0 parser or an XML+Namespaces parser, thus saving you $$$
compared with buying both separately.

-- Richard