Basic HTML version of Foils prepared August 1 99

Foil 24 Example of XML Grammar

From Advanced XML and its applications CPS714 Computational Science Information Track -- July 7 99. by Lukasz Beca


<!ELEMENT doc (publication)*>
<!ELEMENT publication (title,author+,date,keywords?)>
<!ELEMENT title (#PCDATA)>
<!ELEMENT author (lastname, firstname)>
<!ELEMENT date (#PCDATA)>
<!ELEMENT lastname (#PCDATA)>
<!ELEMENT firstname (#PCDATA)>
<!ELEMENT keywords (keyword)+>
<!ELEMENT keyword (#PCDATA)>
<!ATTLIST publication number ID #REQUIRED>



© Northeast Parallel Architectures Center, Syracuse University, npac@npac.syr.edu

If you have any comments about this server, send e-mail to webmaster@npac.syr.edu.

Page produced by wwwfoil on Sun Aug 1 1999