[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

RE: Docbook

Subject: RE: Docbook
From: Marcel Ruff <ruff@xxxxxxxxxxxxx>
Date: Thu, 17 Feb 2000 16:19:53 +0100
xsl whitepaper
Hi,

i just tried DocBook (XML/XSL dbx106.zip from
http://www.nwalsh.com/docbook/xsl/index.html), the first
results you can see at http://www.xmlBlaster.org -> whitepaper.html

The pdf output (using fop_bin_0_12_0.jar from www.apache.org)
was not very nice (but release 0.12 is also very small :-)

Here is how i used it (Using SUN XML parser and XT XSL parser):

Generate HTML output:
=====================

   java
-Dcom.jclark.xsl.sax.parser=com.jclark.xsl.dom.SunXMLProcessorImpl
com.jclark.xsl.sax.Driver whitepaper.xml /opt/docbook/html/docbook.xsl
whitepaper.html


Generate XHTML output:
======================

   java
-Dcom.jclark.xsl.sax.parser=com.jclark.xsl.dom.SunXMLProcessorImpl
com.jclark.xsl.sax.Driver whitepaper.xml /opt/docbook/xhtml/docbook.xsl
whitepaper.xhtml


Generate fo output:
===================

   java
-Dcom.jclark.xsl.sax.parser=com.jclark.xsl.dom.SunXMLProcessorImpl
com.jclark.xsl.sax.Driver whitepaper.xml /opt/docbook/fo/docbook.xsl
whitepaper.fo


Generate pdf output:
====================
   First create the fo output (previous step).

   Download the fo tools from apache:
http://xml.apache.org/fop/running.html

   FOP is the world's first print formatter driven by XSL formatting
objects

      fop_bin_0_12_0.jar

   export CLASSPATH=$CLASSPATH:/opt/fop_bin_0_12_0.jar

	java -Dorg.xml.sax.parser=com.sun.xml.parser.Parser
org.apache.fop.apps.CommandLine whitepaper.fo whitepaper.pdf


hope this helps,

Marcel

-- 
Marcel Ruff
ruff@xxxxxxxxxxxxx
http://www.xmlBlaster.org


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread
  • RE: Docbook
    • Marcel Ruff - Thu, 17 Feb 2000 16:19:53 +0100 <=

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.