Altova Mailing List Archives>Archive Index >microsoft.public.xsl Archive Home >Recent entries [Thread Prev] >Thread Next - Re: repetition through xsl (xml to xml transformation) repetition through xsl (xml to xml transformation)To: NULL Date: 5/1/2007 1:47:00 PM
I m new to xsl, please help me in xml to xml transformation -
Example input xml :
<customers>
<customer>
<name>...</name>
<order>...</order>
<order1>...</order1>
<product>...
<proudct name> .. </proudct name>
</product>
</customer>
<customer>
<name>...</name>
<order>...</order>
<order1>...</order1>
<product>...
<proudct name> .. </proudct name>
</product>
</customer>
</customers>
i want output like, i am able to transform it if there is one party
but if the party tag repeats my xsl doesnot work, please help ;
<parties>
<party>
<party name> ... </party name>
<order>...</order>
<order1>...</order1>
<product>...
<proudct name> .. </proudct name>
</product>
</party>
<party>
<party name> ... </party name>
<order>...</order>
<order1>...</order1>
<product>...
<proudct name> .. </proudct name>
</product>
</party>
</parties>
| ||||||
| Company | Legal | Press | Partners | Careers | Sitemap | Contact Us | Altova Blog | Mobile | Full Site | |||
|
