GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
XML_MERGE(1) User Contributed Perl Documentation XML_MERGE(1)

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

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

-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)

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

XML::Twig, xml_split

Michel Rodriguez <mirod@cpan.org>

This tool is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
2016-06-21 perl v5.32.1

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.