1Pod::Simple::XMLOutStreUasme(r3)Contributed Perl DocumenPtoadt:i:oSnimple::XMLOutStream(3)
2
3
4

NAME

6       Pod::Simple::XMLOutStream -- turn Pod into XML
7

SYNOPSIS

9         perl -MPod::Simple::XMLOutStream -e \
10          "exit Pod::Simple::XMLOutStream->filter(shift)->any_errata_seen" \
11          thingy.pod
12

DESCRIPTION

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

SEE ALSO

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

ABOUT EXTENDING POD

30       TODO: An example or two of =extend, then point to
31       Pod::Simple::Subclassing
32

ASK ME!

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

SEE ALSO

45       Pod::Simple, Pod::Simple::Text, Pod::Spell
46

SUPPORT

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       <https://github.com/theory/pod-simple/>. Feel free to fork and
54       contribute, or to clone <git://github.com/theory/pod-simple.git> and
55       send patches!
56
57       Patches against Pod::Simple are welcome. Please send bug reports to
58       <bug-pod-simple@rt.cpan.org>.
59
61       Copyright (c) 2002-2004 Sean M. Burke.
62
63       This library is free software; you can redistribute it and/or modify it
64       under the same terms as Perl itself.
65
66       This program is distributed in the hope that it will be useful, but
67       without any warranty; without even the implied warranty of
68       merchantability or fitness for a particular purpose.
69

AUTHOR

71       Pod::Simple was created by Sean M. Burke <sburke@cpan.org>.  But don't
72       bother him, he's retired.
73
74       Pod::Simple is maintained by:
75
76       ·   Allison Randal "allison@perl.org"
77
78       ·   Hans Dieter Pearcey "hdp@cpan.org"
79
80       ·   David E. Wheeler "dwheeler@cpan.org"
81
82
83
84perl v5.16.3                      2013-05-03      Pod::Simple::XMLOutStream(3)
Impressum