View Single Post
  #1 (permalink)  
Old November 20th, 2003, 05:42 PM
dbanda dbanda is offline
Registered User
 
Join Date: Nov 2003
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default xslt to xml to xml


<Root>
<tstEle name="sss"/>

<child type="aa" />
<child type="zz"/>
</Root>

I need to write xsl file to translate into as follows

<Root>
 <tstEle name="sss"/>
 <child type="abc:solid" />
 <child type="def:solid"/>
</Root>

Please help me in writing.


Reply With Quote