1XML_MERGE(1) User Contributed Perl Documentation XML_MERGE(1)
2
3
4
6 xml_merge - merge back XML files split with C<xml_split>
7
9 "xml_merge" takes several xml files that have been split using
10 "xml_split" and recreates a single file.
11
13 -o <output_file>
14 unless this option is used the program output goes to STDOUT
15
16 -i the files use XInclude instead of processing instructions (they
17 were created using the "-i" option in "xml_split")
18
19 -v verbose output
20
21 -V outputs version and exit
22
23 -h short help
24
25 -m man (requires pod2text to be in the path)
26
28 xml_merge foo-00.xml # output to stdout
29 xml_merge -o foo.xml foo-00.xml # output to foo.xml
30
32 XML::Twig, xml_split
33
36 Michel Rodriguez <mirod@cpan.org>
37
39 This tool is free software; you can redistribute it and/or modify it
40 under the same terms as Perl itself.
41
42
43
44perl v5.16.3 2012-05-17 XML_MERGE(1)