book_with_dtd.xml 379 B

12345678910111213141516
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <!DOCTYPE books SYSTEM "books.dtd">
  3. <books>
  4. <book>
  5. <title>The Grapes of Wrath</title>
  6. <author>John Steinbeck</author>
  7. </book>
  8. <book>
  9. <title>The Pearl</title>
  10. <author>John Steinbeck</author>
  11. </book>
  12. <book>
  13. <title>&entitest;</title>
  14. <author><![CDATA[data for test]]></author>
  15. </book>
  16. </books>