1Pod::PseudoPod::DocBookU(s3e)r Contributed Perl DocumentaPtoido:n:PseudoPod::DocBook(3)
2
3
4
6 Pod::PseudoPod::DocBook -- format PseudoPod as DocBook
7
9 use Pod::PseudoPod::DocBook;
10
11 my $parser = Pod::PseudoPod::DocBook->new();
12
13 ...
14
15 $parser->parse_file('path/to/file.pod');
16
17 Before sending in your manuscript, check that the formatter produced a
18 well-formed DocBook file with xmllint:
19
20 $ xmllint --noout --valid book.xml
21
23 This class is a formatter that takes PseudoPod and renders it as
24 DocBook 4.4.
25
26 This is a subclass of Pod::PseudoPod and inherits all its methods.
27
29 Pod::PseudoPod, Pod::Simple
30
32 Copyright (c) 2003-2006 Allison Randal. All rights reserved.
33
34 This library is free software; you can redistribute it and/or modify it
35 under the same terms as Perl itself. The full text of the license can
36 be found in the LICENSE file included with this module.
37
38 This library is distributed in the hope that it will be useful, but
39 without any warranty; without even the implied warranty of
40 merchantability or fitness for a particular purpose.
41
43 Allison Randal <allison@perl.org>
44
45
46
47perl v5.28.0 2018-07-15 Pod::PseudoPod::DocBook(3)