K
Kent Tong
Hi,
Why is it required to specify the encoding pseudo attribute in
a DTD? For example, it is OK to have:
<?xml version="1.0" encoding="ISO-8859-1"?>
<!ELEMENT ...>
But it causes Xerces to report an error of "more pseudo attributes
expected" if it is:
<?xml version="1.0"?>
<!ELEMENT ...>
Where is it mentioned in the W3C XML recommendation? Thanks
for any pointer!
Why is it required to specify the encoding pseudo attribute in
a DTD? For example, it is OK to have:
<?xml version="1.0" encoding="ISO-8859-1"?>
<!ELEMENT ...>
But it causes Xerces to report an error of "more pseudo attributes
expected" if it is:
<?xml version="1.0"?>
<!ELEMENT ...>
Where is it mentioned in the W3C XML recommendation? Thanks
for any pointer!