logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

xml_merge - merge back XML files split with C<xml_split>

Author

       Michel Rodriguez <mirod@cpan.org>

Description

       "xml_merge" takes several xml files that have been split using "xml_split" and recreates a single file.

Examples

         xml_merge foo-00.xml             # output to stdout
         xml_merge -o foo.xml foo-00.xml  # output to foo.xml

License

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

perl v5.38.2                                       2024-03-08                                      XML_MERGE(1p)

Name

         xml_merge - merge back XML files split with C<xml_split>

Options

       -o <output_file>
           unless this option is used the program output goes to STDOUT

       -i  the files use XInclude instead of processing instructions (they were created using the "-i" option in
           "xml_split")

       -v  verbose output

       -V  outputs version and exit

       -h  short help

       -m  man (requires pod2text to be in the path)

See Also

       XML::Twig, xml_split

Todo/Bugs

See Also