XML.com: XML From the Inside Out
oreilly.comSafari Bookshelf.Conferences.

advertisement
 Resource Guide -> Open Source -> OpenSHORE XML Merger

OpenSHORE XML Merger

Inserts/merges XML tags from different sources in text files

Date: Jan. 25, 2004
Link: http://sourceforge.net/project/showfiles.php?group_id=65882&package_id=107887
Source Author or Organization: OpenSHORE.org

OpenSHORE XML Merger (XMLM) is an open source tool to insert XML tags from differnt sources into one or more text files. The Java program reads a very simple file format (*.xmlm files) with one XML command per line. Such a line has the format:

<file name> <begin line> <begin column> <end line> <end column> <tag> [<owner tag>]

XMLM sorts these commands, removes duplicates, ensures correct tag structure and generate XML files from listed files.