1Pod::Simple::DumpAsXML(U3s)er Contributed Perl DocumentatPioodn::Simple::DumpAsXML(3)
2
3
4
6 Pod::Simple::DumpAsXML -- turn Pod into XML
7
9 perl -MPod::Simple::DumpAsXML -e \
10 "exit Pod::Simple::DumpAsXML->filter(shift)->any_errata_seen" \
11 thingy.pod
12
14 Pod::Simple::DumpAsXML is a subclass of Pod::Simple that parses Pod and
15 turns it into indented and wrapped XML. This class is of interest to
16 people writing Pod formatters based on Pod::Simple.
17
18 Pod::Simple::DumpAsXML inherits methods from Pod::Simple.
19
21 Pod::Simple::XMLOutStream is rather like this class.
22 Pod::Simple::XMLOutStream's output is space-padded in a way that's
23 better for sending to an XML processor (that is, it has no ignorable
24 whitespace). But Pod::Simple::DumpAsXML's output is much more human-
25 readable, being (more-or-less) one token per line, with line-wrapping.
26
27 Pod::Simple::DumpAsText is rather like this class, except that it
28 doesn't dump with XML syntax. Try them and see which one you like
29 best!
30
31 Pod::Simple, Pod::Simple::DumpAsXML
32
33 The older libraries Pod::PXML, Pod::XML, Pod::SAX
34
36 Questions or discussion about POD and Pod::Simple should be sent to the
37 pod-people@perl.org mail list. Send an empty email to
38 pod-people-subscribe@perl.org to subscribe.
39
40 This module is managed in an open GitHub repository,
41 <https://github.com/perl-pod/pod-simple/>. Feel free to fork and
42 contribute, or to clone <git://github.com/perl-pod/pod-simple.git> and
43 send patches!
44
45 Patches against Pod::Simple are welcome. Please send bug reports to
46 <bug-pod-simple@rt.cpan.org>.
47
49 Copyright (c) 2002 Sean M. Burke.
50
51 This library is free software; you can redistribute it and/or modify it
52 under the same terms as Perl itself.
53
54 This program is distributed in the hope that it will be useful, but
55 without any warranty; without even the implied warranty of
56 merchantability or fitness for a particular purpose.
57
59 Pod::Simple was created by Sean M. Burke <sburke@cpan.org>. But don't
60 bother him, he's retired.
61
62 Pod::Simple is maintained by:
63
64 · Allison Randal "allison@perl.org"
65
66 · Hans Dieter Pearcey "hdp@cpan.org"
67
68 · David E. Wheeler "dwheeler@cpan.org"
69
70
71
72perl v5.30.1 2020-01-30 Pod::Simple::DumpAsXML(3)