Pod::Simple::DumpAsXML(3p) Perl Programmers Reference Guide
Pod::Simple::DumpAsXML(3p) Perl Programmers Reference Guide # Pod::Simple::DumpAsXML(3p) Perl Programmers Reference Guide NNAAMMEE # Pod::Simple::DumpAsXML -- turn Pod into XML SSYYNNOOPPSSIISS # perl -MPod::Simple::DumpAsXML -e \ "exit Pod::Simple::DumpAsXML->filter(shift)->any_errata_seen" \ thingy.pod DDEESSCCRRIIPPTTIIOONN # Pod::Simple::DumpAsXML is a subclass of Pod::Simple that parses Pod and turns it into indented and wrapped XML. This class is of interest to people writing Pod formatters based on Pod::Simple. Pod::Simple::DumpAsXML inherits methods from Pod::Simple. SSEEEE AALLSSOO # Pod::Simple::XMLOutStream is rather like this class. ...