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

Re: Adding New Element using XSLT

 
0
  #3
Jan 15th, 2009
Thanks for the help. I was trying the same thing with my examples. But it looks like only the identity transformation template is only invoked. The other template is not invoked. There is a namespace associated with the XML file. ( The schema that defines the XML has the targetnamespace). Is this why the other templates are not invoked? How to handle namespace based insertion.

Thanks
Reply With Quote