Re: DTD Question.

Good question; the answer is that A is excluded from the content
model of A by an "inclusion exception":

<!ELEMENT A     - - %A.content -(A)>
<!ATTLIST A
        HREF %URI #IMPLIED
        NAME %linkName #IMPLIED
        %linkExtraAttributes;
        %SDAPREF; "<Anchor: #AttList>"
        >

(that's the -(A)).

Regards,

-- 
Terry Allen  (terry@ora.com)   O'Reilly & Associates, Inc.
Editor, Digital Media Group    101 Morris St.
			       Sebastopol, Calif., 95472

A Davenport Group sponsor.  For information on the Davenport 
  Group see ftp://ftp.ora.com/pub/davenport/README.html
	or  http://www.ora.com/davenport/README.html

Current HTML 2.0 spec:  
  ftp://ds.internic.net/internet-drafts/draft-ietf-html-spec-04.txt

Received on Wednesday, 9 August 1995 09:26:27 UTC