home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / share / doc / docbook-xml / examples / 3.1.7 / tblcals.xml next >
Encoding:
Extensible Markup Language  |  1999-11-10  |  485 b   |  27 lines

  1. <?xml version='1.0'?>
  2. <!DOCTYPE article SYSTEM "dbtblcals.dtd">
  3. <article><title>Table Test</title>
  4.  
  5. <!-- This table is valid in both models; this is just to exercise the DTD. -->
  6.  
  7. <informaltable id="foo" role="test">
  8. <tgroup cols="1">
  9. <tbody>
  10. <row>
  11. <entry>foo</entry></row>
  12. <row><entry>bar</entry></row>
  13. </tbody>
  14. </tgroup>
  15. </informaltable>
  16.  
  17. <table id="bar" role="test"><title>bar</title>
  18. <tgroup cols="1">
  19. <tbody>
  20. <row><entry>bar</entry></row>
  21. </tbody>
  22. </tgroup>
  23. </table>
  24.  
  25. </article>
  26.  
  27.