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

Revision 705, 202 bytes (checked in by manuel, 4 years ago)

Jetzt gehen auch id-referenzierte slots

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