Advertisement
Pooky

XML input

Jan 13th, 2012
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.99 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <book xmlns="http://docbook.org/ns/docbook">
  3.   <title>
  4.     Řešení semestrální úlohy z Teoretické Informatiky
  5.   </title>  
  6.  
  7.   <info>
  8.     <legalnotice>No notice is required.</legalnotice>
  9.     <title>Just title</title>
  10.     <author>Martin</author>
  11.   </info>
  12.  
  13.   <preface>
  14.     <title>Foreword</title>
  15.     <para>
  16.         Teoretická informatika, ZS 2011/2012
  17.     </para>
  18.   </preface>
  19.  
  20.   <chapter>
  21.     <epigraph>
  22.     <attribution>William Safire</attribution>
  23.         <para>
  24.         Knowing how things work is the basis for appreciation, and is
  25.         thus a source of civilized delight.
  26.         </para>
  27.     </epigraph>
  28.     <title>Úvodní slovo o Zend Frameworku</title>
  29.     <para>
  30.     <bold>BOLD</bold>
  31.         Lorem Ipsum is simply dummy text of the printing and typesetting industry.Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type   and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
  32.     </para>
  33.     <sect1>
  34.         <title>Top Level Section</title>
  35.         <para>
  36.         Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type          and scrambled it to make a type specimen book
  37.         </para>
  38.     <bridgehead id="notreal" renderas='sect3'>Not a Real Section</bridgehead>
  39.     <para>
  40.     This paragraph appears to be under a Sect3 heading, but it's really
  41.     in the same Sect1 as the preceding paragraph.
  42.     </para>
  43.     </sect1>
  44.   </chapter>
  45.  
  46.   <appendix>
  47.     <title>Optional Appendix</title>
  48.     <para>
  49.         Appendixes are optional.
  50.     </para>
  51.   </appendix>
  52. </book>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement