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 Pod::Simple::Sub‐
31 classing
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 undoc‐
41 umented; but one of those undocumented bits might be just what you're
42 looking for.
43
45 Copyright (c) 2002-4 Sean M. Burke. All rights reserved.
46
47 This library is free software; you can redistribute it and/or modify it
48 under the same terms as Perl itself.
49
50 This program is distributed in the hope that it will be useful, but
51 without any warranty; without even the implied warranty of mer‐
52 chantability or fitness for a particular purpose.
53
55 Sean M. Burke "sburke@cpan.org"
56
57
58
59perl v5.8.8 2003-11-02 Pod::Simple::XMLOutStream(3)