Help for this page

Select Code to Download


  1. or download this
    <?xml version="1.0"?>
    
  2. or download this
    echo '<arbitrary_tag>' > outpath/combined.xml
    cat inpath/*.xml | fgrep -v '<?xml' >> outpath/combined.xml
    echo '</arbitrary_tag>' >> output/combined.xml