[bt-devel] Quote ATTRIBUTES (was: Re: [sword-devel] HELP! Need your feedback on XML Markup Language)

Troy A. Griffitts bt-devel@crosswire.org
Fri, 17 Aug 2001 05:02:21 -0700


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/