/*
* Test of identically named nodes
*/
private static MappingNode createXMLPlan_defect9446() {
MappingDocument doc = new MappingDocument(true);
MappingElement root = doc.addChildElement(new MappingElement("Catalogs")); //$NON-NLS-1$
MappingElement cat = root.addChildElement(new MappingElement("Catalog")); //$NON-NLS-1$
MappingElement items = cat.addChildElement(new MappingElement("Items")); //$NON-NLS-1$
MappingElement item = items.addChildElement(new MappingElement("Item")); //$NON-NLS-1$
item.setSource("xmltest.group.items"); //$NON-NLS-1$