Publican::Builder::DocBook4(3pm) | User Contributed Perl Documentation | Publican::Builder::DocBook4(3pm) |
Publican::Builder::DocBook4 - A module to Convert XML to various output formats
use Publican::Builder::DocBook4; my $builder = Publican::Builder::DocBook4->new(); $builder->clean_ids();
Manipulate DocBook 4 XML and convert to other formats.
Create a new Publican::Builder::DocBook4 object.
Create the proper directory structure for the XML, including copying in Brand files.
Travers over the source XML and update the id's to match the standard format.
Updates all existing PO files with the new xref links.
Ensure the XML validates against the DTD.
To debug the XML catalogs
export XML_DEBUG_CATALOG=1
test...
unset XML_DEBUG_CATALOG
Return the author list for the supplied language.
Publican requires no configuration files or environment variables.
Carp version Publican Publican::XmlClean Publican::Translate File::Path File::pushd File::Find XML::LibXML Cwd Archive::Tar DateTime DateTime::Format::DateParse Syntax::Highlight::Engine::Kate HTML::TreeBuilder HTML::FormatText Term::ANSIColor POSIX
None reported.
No bugs have been reported.
Please report any bugs or feature requests to "publican-list@redhat.com", or through the web interface at <https://bugzilla.redhat.com/bugzilla/enter_bug.cgi?product=Publican&component=publican>.
Jeff Fearn "<jfearn@redhat.com>"
2018-07-08 | perl v5.26.2 |