docbook.xml 1.3 KB

1234567891011121314151617181920212223242526
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <article xml:lang="en" xmlns="http://docbook.org/ns/docbook" version="5.0" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink">
  3. <info>
  4. <title>DocBook</title>
  5. </info>
  6. <section>
  7. <title>Examples</title>
  8. <para>The five boxing wizards jump quickly. A quick movement of the enemy will jeopardize six gunboats. Few black taxis drive up major roads on quiet hazy nights. The quick brown fox jumped over the lazy dogs. Pack my red box with five dozen quality jugs.</para>
  9. <figure xml:id="figure.svg.DEP4E">
  10. <title>Scalable Vector Graphics (SVG)</title>
  11. <mediaobject>
  12. <imageobject>
  13. <imagedata scalefit="1" width="100%" contentdepth="100%" format="svg" fileref="resources/DEP4E.svg"/>
  14. </imageobject>
  15. </mediaobject>
  16. </figure>
  17. <equation xml:id="equation.mml.pq-formula">
  18. <title>Mathematical Markup Language (MathML)</title>
  19. <xi:include href="includes/pq-formula.mml"><xi:fallback><para>XINCLUDE-ERROR</para></xi:fallback></xi:include>
  20. </equation>
  21. <example xml:id="example.java.HelloDocBook">
  22. <title>Java Program</title>
  23. <programlisting language="java"><xi:include parse="text" href="includes/HelloDocBook.java"><xi:fallback><para>XINCLUDE-ERROR</para></xi:fallback></xi:include></programlisting>
  24. </example>
  25. </section>
  26. </article>