XML : Create XML from XSLT irrespective of input XML

I have just started working on XSLT and have very little experience. I have to generate/output XML as follows.

  <A version="a" createtime="b" xmlns="abc">  <B>asd</B>  <C>gfd</C>  <D>gfrd</D>  </A>    

In this XML all the elements/attributes and its values are hardcoded. It does not matter what is input XML, irrespective of that I have to generate above mentioned XML as output. Kindly help me...thanks in advance

No comments:

Post a Comment