Re: A note on case sensitivity

At 10:26 AM 10/30/96 -0800, Joe English wrote:
>For tags you can use whatever case you like;
>it's only the markup declarations that are affected.

This isn't true.  Element GIs are names, too, and if you have
NAMECASE GENERAL NO and a declaration like the following (as
DocBook does):

<!ELEMENT FormalPara ...>

...your instance had better look like this:

<FormalPara>
...
</FormalPara>


        Eve

Received on Wednesday, 30 October 1996 14:28:13 UTC