[
Lists Home |
Date Index |
Thread Index
]
>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
|