NAME

xyx - convert xml to yaml or vice versa

USAGE

    xyx foo.xml > foo.yml
    xyx foo.yml > foo.xml

DESCRIPTION

This program requires the Perl modules XML::Simple and YAML. It will use one of them to Load a document in the respective format, and use the other to Dump the data structure in the other format. Input content type is autodetected.

This is a trivial program and probably only useful for trivial tasks.

AUTHOR

Brian Ingerson <ingy@cpan.org>

COPYRIGHT

Copyright 2002, Brian Ingerson - All rights reserved

You may use this hack under the same terms as Perl itself.