View Single Post
Join Date: Jan 2009
Posts: 3
Reputation: learningxslt is an unknown quantity at this point 
Solved Threads: 0
learningxslt learningxslt is offline Offline
Newbie Poster

Adding New Element using XSLT

 
0
  #1
Jan 12th, 2009
Hi All,
I have a set of elements to be added to an existing XML document. I would like to write a XSLT tranformation for this. My requirement is that I need to check whether the element is already there in the XML file. Only if its non existent, I need to add that element. I have to repeat this step for a set of elements. Also, my XML file is namespace based.

Please advise.

Regards
Ramesh
Reply With Quote