Search found 2 matches

by lsebe2
Wed Mar 04, 2015 9:37 pm
Forum: XML Schemas
Topic: DTD to XML output problem!
Replies: 0
Views: 3279

DTD to XML output problem!

Hi! I have the following DTD file : <!ELEMENT book (bookinfo,chapter*)> <!ELEMENT chapter (title,section*)> <!ELEMENT title (#PCDATA)> <!ELEMENT bookinfo (title,author,copyright)> <!ELEMENT author (firstname,surname)> <!ELEMENT copyright (year,holder)> <!ENTITY % divers "para|programlisting|ite...
by lsebe2
Wed Mar 04, 2015 9:34 pm
Forum: XML Schemas
Topic: DTD to XML
Replies: 1
Views: 9185

DTD to XML

Hi! I have the following DTD file : <!ELEMENT book (bookinfo,chapter*)> <!ELEMENT chapter (title,section*)> <!ELEMENT title (#PCDATA)> <!ELEMENT bookinfo (title,author,copyright)> <!ELEMENT author (firstname,surname)> <!ELEMENT copyright (year,holder)> <!ENTITY % divers "para|programlisting|ite...