# phpman > perldoc > Pod::Simple::DumpAsXML

## NAME
    [Pod::Simple::DumpAsXML](https://www.chedong.com/phpMan.php/perldoc/Pod%3A%3ASimple%3A%3ADumpAsXML/markdown) -- turn Pod into XML

## SYNOPSIS
      perl -[MPod::Simple::DumpAsXML](https://www.chedong.com/phpMan.php/perldoc/MPod%3A%3ASimple%3A%3ADumpAsXML/markdown) -e \
       "exit [Pod::Simple::DumpAsXML](https://www.chedong.com/phpMan.php/perldoc/Pod%3A%3ASimple%3A%3ADumpAsXML/markdown)->filter(shift)->any_errata_seen" \
       thingy.pod

## DESCRIPTION
    [Pod::Simple::DumpAsXML](https://www.chedong.com/phpMan.php/perldoc/Pod%3A%3ASimple%3A%3ADumpAsXML/markdown) is a subclass of [Pod::Simple](https://www.chedong.com/phpMan.php/perldoc/Pod%3A%3ASimple/markdown) that parses Pod and turns it into indented
    and wrapped XML. This class is of interest to people writing Pod formatters based on
    [Pod::Simple](https://www.chedong.com/phpMan.php/perldoc/Pod%3A%3ASimple/markdown).

    [Pod::Simple::DumpAsXML](https://www.chedong.com/phpMan.php/perldoc/Pod%3A%3ASimple%3A%3ADumpAsXML/markdown) inherits methods from [Pod::Simple](https://www.chedong.com/phpMan.php/perldoc/Pod%3A%3ASimple/markdown).

## SEE ALSO
    [Pod::Simple::XMLOutStream](https://www.chedong.com/phpMan.php/perldoc/Pod%3A%3ASimple%3A%3AXMLOutStream/markdown) is rather like this class. [Pod::Simple::XMLOutStream](https://www.chedong.com/phpMan.php/perldoc/Pod%3A%3ASimple%3A%3AXMLOutStream/markdown)'s output is
    space-padded in a way that's better for sending to an XML processor (that is, it has no
    ignorable whitespace). But [Pod::Simple::DumpAsXML](https://www.chedong.com/phpMan.php/perldoc/Pod%3A%3ASimple%3A%3ADumpAsXML/markdown)'s output is much more human-readable, being
    (more-or-less) one token per line, with line-wrapping.

    [Pod::Simple::DumpAsText](https://www.chedong.com/phpMan.php/perldoc/Pod%3A%3ASimple%3A%3ADumpAsText/markdown) is rather like this class, except that it doesn't dump with XML syntax.
    Try them and see which one you like best!

    [Pod::Simple](https://www.chedong.com/phpMan.php/perldoc/Pod%3A%3ASimple/markdown), [Pod::Simple::DumpAsXML](https://www.chedong.com/phpMan.php/perldoc/Pod%3A%3ASimple%3A%3ADumpAsXML/markdown)

    The older libraries [Pod::PXML](https://www.chedong.com/phpMan.php/perldoc/Pod%3A%3APXML/markdown), [Pod::XML](https://www.chedong.com/phpMan.php/perldoc/Pod%3A%3AXML/markdown), [Pod::SAX](https://www.chedong.com/phpMan.php/perldoc/Pod%3A%3ASAX/markdown)

## SUPPORT
    Questions or discussion about POD and [Pod::Simple](https://www.chedong.com/phpMan.php/perldoc/Pod%3A%3ASimple/markdown) should be sent to the <pod-people@perl.org> mail
    list. Send an empty email to <pod-people-subscribe@perl.org> to subscribe.

    This module is managed in an open GitHub repository, <<https://github.com/perl-pod/pod-simple/>>.
    Feel free to fork and contribute, or to clone <git://github.com/perl-pod/pod-simple.git> and
    send patches!

    Patches against [Pod::Simple](https://www.chedong.com/phpMan.php/perldoc/Pod%3A%3ASimple/markdown) are welcome. Please send bug reports to
    <<bug-pod-simple@rt.cpan.org>>.

## COPYRIGHT AND DISCLAIMERS
    Copyright (c) 2002 Sean M. Burke.

    This library is free software; you can redistribute it and/or modify it under the same terms as
    Perl itself.

    This program is distributed in the hope that it will be useful, but without any warranty;
    without even the implied warranty of merchantability or fitness for a particular purpose.

## AUTHOR
    [Pod::Simple](https://www.chedong.com/phpMan.php/perldoc/Pod%3A%3ASimple/markdown) was created by Sean M. Burke <<sburke@cpan.org>>. But don't bother him, he's retired.

    [Pod::Simple](https://www.chedong.com/phpMan.php/perldoc/Pod%3A%3ASimple/markdown) is maintained by:

    *   Allison Randal "<allison@perl.org>"

    *   Hans Dieter Pearcey "<hdp@cpan.org>"

    *   David E. Wheeler "<dwheeler@cpan.org>"

