<!DOCTYPE show [ <!ENTITY home "http://www.xml.com"> <!ENTITY W3C "World Wide Web Consortium"> ]> <show> <p>A commentary on the &W3C;'s XML spec is at <link href="&home;/xml/pub/axml">XML.com</link> </p><p>Check it out!</p></show>
home and W3C are entities
&home; and &W3C; are entity
references
There are four elements, of three element types:
show, link, and p
There is one attribute, whose name is href and whose
value is http://www.xml.com/xml/pub/axml