1Pod::Simple::XMLOutStreaPme(r3lpmP)rogrammers ReferencePoGdu:i:dSeimple::XMLOutStream(3pm)
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 If you actually want to use Pod as a format that you want to render to
35 XML (particularly if to an XML instance with more elements than normal
36 Pod has), please email me ("sburke@cpan.org") and I'll probably have
37 some recommendations.
38
39 For reasons of concision and energetic laziness, some methods and
40 options in this module (and the dozen modules it depends on) are
41 undocumented; but one of those undocumented bits might be just what
42 you're looking for.
43
45 Pod::Simple, Pod::Simple::Text, Pod::Spell
46
48 Questions or discussion about POD and Pod::Simple should be sent to the
49 pod-people@perl.org mail list. Send an empty email to
50 pod-people-subscribe@perl.org to subscribe.
51
52 This module is managed in an open GitHub repository,
53 http://github.com/theory/pod-simple/ <http://github.com/theory/pod-
54 simple/>. Feel free to fork and contribute, or to clone
55 git://github.com/theory/pod-simple.git <git://github.com/theory/pod-
56 simple.git> and send patches!
57
58 Patches against Pod::Simple are welcome. Please send bug reports to
59 <bug-pod-simple@rt.cpan.org>.
60
62 Copyright (c) 2002-2004 Sean M. Burke.
63
64 This library is free software; you can redistribute it and/or modify it
65 under the same terms as Perl itself.
66
67 This program is distributed in the hope that it will be useful, but
68 without any warranty; without even the implied warranty of
69 merchantability or fitness for a particular purpose.
70
72 Pod::Simple was created by Sean M. Burke <sburke@cpan.org>. But don't
73 bother him, he's retired.
74
75 Pod::Simple is maintained by:
76
77 · Allison Randal "allison@perl.org"
78
79 · Hans Dieter Pearcey "hdp@cpan.org"
80
81 · David E. Wheeler "dwheeler@cpan.org"
82
83
84
85perl v5.12.4 2011-06-07 Pod::Simple::XMLOutStream(3pm)