PDF output
Egon Willighagen
egonw at subdimension.com
Sat Mar 3 21:53:59 CET 2001
Ok, i am one step further:
With the following line LogReport XML is generated:
lr_run lr_log2report -x www apache common < apache.log > apache.xml
This file can be converted to DocBook XML with:
java -classpath xerces.jar:xalan.jar org.apache.xalan.xslt.Process -IN \
apache.xml -XSL \
/somedir/logreport/lib/xml/stylesheet/xsl/logreport/docbook.xsl \
> apache.dbx
jade -E 0 -t tex -d \
/usr/lib/sgml/stylesheet/dsssl/docbook/nwalsh/print/docbook.dsl apache.dbx
pdfjadetex apache.tex
The last command will generate a apache.pdf :)
New todo's:
- see if i can get the autotools to detect Java, jade and pdfjadetex...
- add date of generation to LogReport XML output
Egon
--
To UNSUBSCRIBE, email to development-request at logreport.org with a subject of
"unsubscribe". Trouble? Send an email with subject "help" to
development-request at logreport.org
More information about the Development
mailing list