1Pod::Perldoc::ToXml(3)User Contributed Perl DocumentationPod::Perldoc::ToXml(3)
2
3
4
6 Pod::Perldoc::ToXml - let Perldoc render Pod as XML
7
9 perldoc -o xml -d out.xml Some::Modulename
10
12 This is a "plug-in" class that allows Perldoc to use
13 Pod::Simple::XMLOutStream as a formatter class.
14
15 This is actually a Pod::Simple::XMLOutStream subclass, and inherits all
16 its options.
17
18 You have to have installed Pod::Simple::XMLOutStream (from the
19 Pod::Simple dist), or this class won't work.
20
22 Pod::Simple::XMLOutStream, Pod::Simple, Pod::Perldoc
23
25 Copyright (c) 2002 Sean M. Burke. All rights reserved.
26
27 This library is free software; you can redistribute it and/or modify it
28 under the same terms as Perl itself.
29
30 This program is distributed in the hope that it will be useful, but
31 without any warranty; without even the implied warranty of
32 merchantability or fitness for a particular purpose.
33
35 Current maintainer: Mark Allen "<mallen@cpan.org>"
36
37 Past contributions from: brian d foy "<bdfoy@cpan.org>" Adriano R.
38 Ferreira "<ferreira@cpan.org>", Sean M. Burke "<sburke@cpan.org>"
39
40
41
42perl v5.34.0 2021-07-22 Pod::Perldoc::ToXml(3)