1Pod::Simple::XMLOutStreUasme(r3)Contributed Perl DocumenPtoadt:i:oSnimple::XMLOutStream(3)
2
3
4
6 Pod::Simple::XMLOutStream -- turn Pod into XML
7
9 perl -MPod::Simple::XMLOutStream -e \
10 "exit Pod::Simple::XMLOutStream->filter(shift)->any_errata_seen" \
11 thingy.pod
12
14 Pod::Simple::XMLOutStream is a subclass of Pod::Simple that parses Pod
15 and turns it into XML.
16
17 Pod::Simple::XMLOutStream inherits methods from Pod::Simple.
18
20 Pod::Simple::DumpAsXML is rather like this class; see its documentation
21 for a discussion of the differences.
22
23 Pod::Simple, Pod::Simple::DumpAsXML, Pod::SAX
24
25 Pod::Simple::Subclassing
26
27 The older (and possibly obsolete) libraries Pod::PXML, Pod::XML
28
30 TODO: An example or two of =extend, then point to
31 Pod::Simple::Subclassing
32
34 Pod::Simple, Pod::Simple::Text, Pod::Spell
35
37 Questions or discussion about POD and Pod::Simple should be sent to the
38 pod-people@perl.org mail list. Send an empty email to
39 pod-people-subscribe@perl.org to subscribe.
40
41 This module is managed in an open GitHub repository,
42 <https://github.com/perl-pod/pod-simple/>. Feel free to fork and
43 contribute, or to clone <git://github.com/perl-pod/pod-simple.git> and
44 send patches!
45
46 Patches against Pod::Simple are welcome. Please send bug reports to
47 <bug-pod-simple@rt.cpan.org>.
48
50 Copyright (c) 2002-2004 Sean M. Burke.
51
52 This library is free software; you can redistribute it and/or modify it
53 under the same terms as Perl itself.
54
55 This program is distributed in the hope that it will be useful, but
56 without any warranty; without even the implied warranty of
57 merchantability or fitness for a particular purpose.
58
60 Pod::Simple was created by Sean M. Burke <sburke@cpan.org>. But don't
61 bother him, he's retired.
62
63 Pod::Simple is maintained by:
64
65 · Allison Randal "allison@perl.org"
66
67 · Hans Dieter Pearcey "hdp@cpan.org"
68
69 · David E. Wheeler "dwheeler@cpan.org"
70
71
72
73perl v5.28.0 2016-11-29 Pod::Simple::XMLOutStream(3)