Editor's review
XML Duplicate Remover is a XML tool that can find duplicate XML nodes, remove duplicate XML nodes from XML document.
Features: XML Duplicate Remover finds duplicate XML nodes and removes duplicate XML nodes from XML document. It is able to find all the duplicates and retains the first node found, removes the others as duplicates. It resolves XPath from the XML document automatically. It processes XML from file. It also is able to process XML from the internal editor. There is no need for any specialized knowledge, you should be able to click the mouse. It uses XPath to specify which nodes should be compared. The attributes are then compared and child node value to determine if there are duplicates. Compare its attribute or child node value to determine if they are duplicate. For finding duplicates, you need to specify the candidate nodes. You open the XML file in the internal editor first of course. If same key is found then the node is a duplicate one of the one found first. White spaces of key are trimmed first prior to compare. Having found the duplicate nodes, it is equally easy to remove them. Once again no specialized knowledge is required. All you should know is to use the mouse appropriately. First step as usual is to open the file or type in the material content of the XML file.
Specify the candidate nodes, keys, trim white space etc as in the finding duplicates then ask the utility to remove the marked duplicates.
Overall: A useful and handy tool. Beware of the version 1.0 though.
User comments