XML : XSLT output child elements with different namespace

I did search in google before posting but i could not find a answer so,I want to post the solution here so it could be helpful for other developers.

Scenario: sample Input

      <CarYard>         <Cars>            <A>honda</A>            <B>BMW</B>            <C>AUDI</C>        </Cars>     </CarYard>$    

How to generate a namespace for elements A, B,C When you are doing dynamic template match.

No comments:

Post a Comment