root/trunk/bknr/datastore/src/xml-impex/tutorial.dtd

Revision 697, 185 bytes (checked in by manuel, 4 years ago)

Bugfixes...

Anfang des Tutorials

  • Property svn:eol-style set to native
  • Property svn:keywords set to author date id revision
Line 
1 <!ELEMENT books (book)*>
2 <!ELEMENT book (author,title)>
3 <!ELEMENT author (#PCDATA)>
4 <!ELEMENT title (#PCDATA)>
5
6 <!ATTLIST book id   ID    #REQUIRED
7                isbn CDATA #REQUIRED>
Note: See TracBrowser for help on using the browser.