vocab-template.xml 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <?oxygen RNGSchema="http://www.oasis-open.org/docbook/xml/5.0/rng/docbook.rng" type="xml"?>
  3. <article version="5.0" xmlns="http://docbook.org/ns/docbook"
  4. xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:ns5="http://www.w3.org/1999/xhtml"
  5. xmlns:ns4="http://www.w3.org/2000/svg" xmlns:ns3="http://www.w3.org/1998/Math/MathML"
  6. xmlns:ns="http://docbook.org/ns/docbook">
  7. <info>
  8. <title>Article Template Title</title>
  9. <author>
  10. <orgname>Organization Name</orgname>
  11. <address>
  12. <city>City</city>
  13. <street>Street</street>
  14. <postcode>000000</postcode>
  15. <country>Country</country>
  16. </address>
  17. <email>user@example.com</email>
  18. </author>
  19. </info>
  20. <sect1>
  21. <title>Section1 Title</title>
  22. <subtitle>Section1 Subtitle</subtitle>
  23. <para>Text<table frame="all">
  24. <title>Vocabulary</title>
  25. <tgroup cols="3">
  26. <colspec colname="c1" colnum="1" colwidth="1.0*"/>
  27. <colspec colname="c2" colnum="2" colwidth="1.0*"/>
  28. <colspec colname="c3" colnum="3" colwidth="1.0*"/>
  29. <thead>
  30. <row>
  31. <entry align="center">Russian</entry>
  32. <entry align="center">French</entry>
  33. <entry align="center">English</entry>
  34. </row>
  35. </thead>
  36. <tbody>
  37. <row>
  38. <entry align="center">
  39. <link xlink:href="/home/eric/fsi/lesson1.mp3" xlink:show="other">toto </link>
  40. </entry>
  41. <entry align="center">titi</entry>
  42. <entry align="center">tata</entry>
  43. </row>
  44. </tbody>
  45. </tgroup>
  46. </table></para>
  47. </sect1>
  48. </article>