Pod::PseudoPod::DocBook - format PseudoPod as DocBook


Pod-PseudoPod documentation  | view source Contained in the Pod-PseudoPod distribution.

Index


NAME

Top

Pod::PseudoPod::DocBook -- format PseudoPod as DocBook

SYNOPSIS

Top

  use Pod::PseudoPod::DocBook;

  my $parser = Pod::PseudoPod::DocBook->new();

  ...

  $parser->parse_file('path/to/file.pod');

Before sending in your manuscript, check that the formatter produced a well-formed DocBook file with xmllint:

  $ xmllint --noout --valid book.xml

DESCRIPTION

Top

This class is a formatter that takes PseudoPod and renders it as DocBook 4.4.

This is a subclass of Pod::PseudoPod and inherits all its methods.

SEE ALSO

Top

Pod::PseudoPod, Pod::Simple

COPYRIGHT

Top

AUTHOR

Top

Allison Randal <allison@perl.org>


Pod-PseudoPod documentation  | view source Contained in the Pod-PseudoPod distribution.