Hi Gertone
The XML sample I included populates a form with address information. The Form does not have an address3 field and the address3 field cannot be added because of business rules. I want to add the address3 info to the address2 info for one field. I have attached the entire XML file for you to view. Hope this helps to understand what I am looking for.
Thanks
Main Topics
Browse All Topics





by: GertonePosted on 2009-09-01 at 06:34:53ID: 25231376
Merging tasks like this are usually done, starting from an identity copy
That is a stylesheet with one template that copies the input exactly to the output.
To that identity copy then a specialisation template is added to do the merging.
Usually a third template is added for removing the merged node from its original location
It is entirely unclear to me what you want. So please give me an example of the output you want.
I have made an example of the three templates mentioned above.
Maybe you can start building from there
Select allOpen in new window