Re: [xml-dev] need a [ in an ATTLIST

From
Richard Tobin <>
To
Date
2002-04-02T15:47:28Z
ID
<>
Thread
Re: [xml-dev] need a [ in an ATTLIST
>I find it interesting that the default value can have the '['
>
><!ATTLIST myelement myattribute1 (value1|value2) "value[">

That's just a validity error, while a [ in the list of allowed values
is a well-formedness error.  So a non-validating parser will not
report it.

-- Richard