Tiya Khambadkone wrote:Please check my XSLT syntax and tell me if there are any syntax errors.
Tiya Khambadkone wrote:I am using web browser (Internet explorer) as a transformer. We can use IE to transform right?
Paul Clapham wrote:You mean some software product which allows you to enter the XML and XSLT and try the transformation? As I understand it there's lots of them. (I haven't used any of them.)
Tiya Khambadkone wrote:Do you know any tool to transform XML to another XML using XSLT ?
Please tell me what is worng with my XSLT
I do not understand why I get only the value of usage.
<xsl:value-of select="{concat($name,'$start')}" />
I will try this.
If I want to transform the following xml snippet :
into the following xml
then how will the xslt look like ?
I understand that I need to use a for loop , parse , map and group based on 'loc' value.
But i dont know how can I group these based on loc? here loc maps to zip.
My original XML file :
If I want to transform the above xml file into different xml files based on the '<e>' (meaning for every <e> there should be a different xml file), then how can this be achieved?