xslt.xml 833 B

12345678910111213141516171819202122232425262728
  1. <?xml version='1.0' encoding="iso-8859-1" ?>
  2. <chapter language="en">
  3. <title language="en">Title</title>
  4. <para language="ge">
  5. <!-- comment -->
  6. <informaltable>
  7. <tgroup cols="3">
  8. <tbody>
  9. <row>
  10. <entry>a1</entry>
  11. <entry morerows="1">b1</entry>
  12. <entry>c1</entry>
  13. </row>
  14. <row>
  15. <entry>a2</entry>
  16. <entry>c2</entry>
  17. </row>
  18. <row>
  19. <entry>ä3</entry>
  20. <entry>b3</entry>
  21. <entry>c3</entry>
  22. </row>
  23. </tbody>
  24. </tgroup>
  25. </informaltable>
  26. </para>
  27. </chapter>