Avatar

Level 10

There is no ability to create new nodes in an existing xml structure but you can concatinate two xml structures together . XPath is limiting in that way .....you ar now dealing with how to manipulate the XML through XPath. Remember that it is giving you the structure of XML not teh actual values.

Another option is to write a java program using the Scripting operation. There you coudl load a DataDom if you find that easier.

Paul