Speaking of quote attributes, what else might be included?

>From our previous example (restated and cleaned up below), we have:

<!ELEMENT Quote (ANY)>
<!ATTLIST Quote SPEAKER CDATA #IMPLIED>
<!ATTLIST Quote AUDIENCE CDATA #IMPLIED>
<!ATTLIST Quote HISTORICAL_PRESENT (yes | no) "no">


<Quote SPEAKER="John" AUDIENCE="Jane" HISTORICAL_PRESENT="yes">this is
quoted text</Quote>


http://www.xml101.com/dtd/

Reply via email to