Advertisement
Guest User

docbook-xsl

a guest
Jun 15th, 2011
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.53 KB | None | 0 0
  1. $ locale && cat index.xml && xsltproc --catalogs --xinclude --nonet --output index.html lib/docbook-xsl-1.76.1/html/docbook.xsl index.xml && cat index.html
  2. LANG=en_AU.utf-8
  3. LC_CTYPE="en_AU.utf-8"
  4. LC_NUMERIC="en_AU.utf-8"
  5. LC_TIME="en_AU.utf-8"
  6. LC_COLLATE="en_AU.utf-8"
  7. LC_MONETARY="en_AU.utf-8"
  8. LC_MESSAGES="en_AU.utf-8"
  9. LC_PAPER="en_AU.utf-8"
  10. LC_NAME="en_AU.utf-8"
  11. LC_ADDRESS="en_AU.utf-8"
  12. LC_TELEPHONE="en_AU.utf-8"
  13. LC_MEASUREMENT="en_AU.utf-8"
  14. LC_IDENTIFICATION="en_AU.utf-8"
  15. LC_ALL=
  16. <?xml version="1.0" encoding="ISO-8859-1"?>
  17.  
  18. <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
  19. "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
  20.  
  21. <book>
  22. <bookinfo>
  23. <title>Hello</title>
  24. </bookinfo>
  25. <part id="Part1">
  26. <title>Swizzle</title>
  27. <chapter>
  28. <title>Swazzle</title>
  29. <sect1>
  30. <title>Swuzzle</title>
  31. <para>zing</para>
  32. </sect1>
  33. </chapter>
  34. </part>
  35. </book>
  36.  
  37. Variable $SGML_CATALOG_FILES not set
  38. <html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Hello</title><meta name="generator" content="DocBook XSL Stylesheets V1.76.1"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="book" title="Hello"><div class="titlepage"><div><div><h1 class="title"><a name="id541812"></a>Hello</h1></div></div><hr></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="part"><a href="#Part1">I. Swizzle</a></span></dt><dd><dl><dt><span class="chapter"><a href="#id531659">1. Swazzle</a></span></dt><dd><dl><dt><span class="sect1"><a href="#id539534">Swuzzle</a></span></dt></dl></dd></dl></dd></dl></div><div class="part" title="Part�I.�Swizzle"><div class="titlepage"><div><div><h1 class="title"><a name="Part1"></a>Part�I.�Swizzle</h1></div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="chapter"><a href="#id531659">1. Swazzle</a></span></dt><dd><dl><dt><span class="sect1"><a href="#id539534">Swuzzle</a></span></dt></dl></dd></dl></div><div class="chapter" title="Chapter�1.�Swazzle"><div class="titlepage"><div><div><h2 class="title"><a name="id531659"></a>Chapter�1.�Swazzle</h2></div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="sect1"><a href="#id539534">Swuzzle</a></span></dt></dl></div><div class="sect1" title="Swuzzle"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="id539534"></a>Swuzzle</h2></div></div></div><p>zing</p></div></div></div></div></body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement