Man Page: pod::pseudopod::docbook
Operating Environment: debian
Section: 3pm
Pod::PseudoPod::DocBook(3pm) User Contributed Perl Documentation Pod::PseudoPod::DocBook(3pm)NAMEPod::PseudoPod::DocBook -- format PseudoPod as DocBookSYNOPSISuse 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.xmlDESCRIPTIONThis 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 ALSOPod::PseudoPod, Pod::SimpleCOPYRIGHTCopyright (c) 2003-2006 Allison Randal. All rights reserved. This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. The full text of the license can be found in the LICENSE file included with this module. This library is distributed in the hope that it will be useful, but without any warranty; without even the implied warranty of merchantability or fitness for a particular purpose.AUTHORAllison Randal <allison@perl.org> perl v5.12.4 2011-08-10 Pod::PseudoPod::DocBook(3pm)
| Similar Topics in the Unix Linux Community |
|---|
| Adding the individual columns of a matrix. |
| How can I do this in VI editor? |
| Find columns in a file based on header and print to new file |
| Weird 'find' results |