Advertisement
Pooky

Untitled

Jan 5th, 2012
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 2.16 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2.  
  3. <book xmlns='http://docbook.org/ns/docbook' lang='cs'>
  4.   <title>Zend Framework</title>
  5.   <titleabbrev>ZF</titleabbrev>
  6.   <info>
  7.     <legalnotice><para>No notice is required.</para></legalnotice>
  8.     <author>
  9.         <personname>
  10.         <firstname>Martin</firstname><surname>Klíma</surname>
  11.         </personname>
  12.     </author>
  13.   </info>
  14.  
  15.   <dedication>
  16.   <para>
  17.     Tuto knihu věnuji svému oblíbenému psíkovi - Ditušce.
  18.   </para>
  19.   </dedication>
  20.  
  21.   <preface>
  22.     <title>Foreword</title>
  23.     <para>
  24.         Some content is always required.
  25.     </para>
  26.   </preface>
  27.  
  28.   <chapter>
  29.     <epigraph>
  30.     <attribution>William Safire</attribution>
  31.         <para>
  32.         Knowing how things work is the basis for appreciation, and is
  33.         thus a source of civilized delight.
  34.         </para>
  35.     </epigraph>
  36.     <title>Úvodní slovo o Zend Frameworku</title>
  37.     <para>
  38.         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.
  39.     </para>
  40.     <sect1>
  41.         <title>Top Level Section</title>
  42.         <para>
  43.         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
  44.         </para>
  45.     <bridgehead id="notreal" renderas='sect3'>Not a Real Section</bridgehead>
  46.     <para>
  47.     This paragraph appears to be under a Sect3 heading, but it's really
  48.     in the same Sect1 as the preceding paragraph.
  49.     </para>
  50.     </sect1>
  51.   </chapter>
  52.  
  53.   <appendix>
  54.     <title>Optional Appendix</title>
  55.     <para>
  56.         Appendixes are optional.
  57.     </para>
  58.   </appendix>
  59. </book>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement