123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- <?xml version="1.0" encoding="UTF-8"?>
- <?oxygen RNGSchema="http://www.oasis-open.org/docbook/xml/5.0/rng/docbook.rng" type="xml"?>
- <article version="5.0" xmlns="http://docbook.org/ns/docbook"
- xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:ns5="http://www.w3.org/1999/xhtml"
- xmlns:ns4="http://www.w3.org/2000/svg" xmlns:ns3="http://www.w3.org/1998/Math/MathML"
- xmlns:ns="http://docbook.org/ns/docbook">
- <info>
- <title>Article Template Title</title>
- <author>
- <orgname>Organization Name</orgname>
- <address>
- <city>City</city>
- <street>Street</street>
- <postcode>000000</postcode>
- <country>Country</country>
- </address>
- <email>user@example.com</email>
- </author>
- </info>
- <sect1>
- <title>Section1 Title</title>
- <subtitle>Section1 Subtitle</subtitle>
- <para>Text<table frame="all">
- <title>Vocabulary</title>
- <tgroup cols="3">
- <colspec colname="c1" colnum="1" colwidth="1.0*"/>
- <colspec colname="c2" colnum="2" colwidth="1.0*"/>
- <colspec colname="c3" colnum="3" colwidth="1.0*"/>
- <thead>
- <row>
- <entry align="center">Russian</entry>
- <entry align="center">French</entry>
- <entry align="center">English</entry>
- </row>
- </thead>
- <tbody>
- <row>
- <entry align="center">
- <link
- xlink:href="/home/eric/fsi/lesson1.mp3"
- xlink:show="other">toto
- </link>
- </entry>
- <entry align="center">titi</entry>
- <entry align="center">tata</entry>
- </row>
- </tbody>
- </tgroup>
- </table></para>
- </sect1>
- </article>
|