
XML::XPathScript::Stylesheet::DocBook2LaTeX - Transforms DocBook into LaTeX

This module is still in a very beta-ish stage. We heavily recommend to wait till we tell you to to use it. But if you are in an adventurous mode, by all means, go ahead. :-)

use XML::XPathScript;
use XML::XPathScript::Stylesheet::DocBook2LaTeX;
my $latex = $xps->transform(
$docbook => XML::XPathScript::Stylesheet::DocBook2LaTeX::stylesheet
);

This module is a port of Dominique Quatravaux's original docbook2latex.xps stylesheet, also part of the XML::XPathScript's distibution. Yanick Champoux did the porting.