NAME
    pod2xml - Script to convert PYX to XML.
SYNOPSIS
     pyx2xml [-e in_enc] [-h] [-i] [-s no_simple] [--version] [filename] [-]
DESCRIPTION
     pyx2xml script uses PYX::SGML::Tags class to create XML output of PYX.
ARGUMENTS
    *       "-e in_enc"
             Input encoding.
             Default value is 'utf-8'.
    *       "-h"
             Print help.
    *       "-i"
             Indent output.
    *       "-s no_simple"
             List of element, which cannot be a simple like .
             Separator is comma.
    *       "--version"
             Print version of script.
    *       "filename"
             Input file in PYX format.
    *       "-"
             Stdin with PYX input.
EXAMPLE1
     pyx2xml
     # Output:
     # Usage: pyx2xml [-e in_enc] [-h] [-i] [--version] [filename] [-]
     #         -e in_enc       Input encoding (default value is utf-8).
     #         -h              Print help.
     #         -i              Indent output.
     #         --version       Print version.
     #         [filename]      Process on filename
     #         [-]             Process on stdin
EXAMPLE2
     cat <foo
EXAMPLE3
     cat <
REPOSITORY
    
AUTHOR
    Michal Josef Špaček 
    
LICENSE AND COPYRIGHT
    © 2015-2021 Michal Josef Špaček
    BSD 2-Clause License
VERSION
    0.06