Skip to Content
0
Former Member
Jan 20, 2012 at 09:25 AM

XML transformation

25 Views

Hi All,

I am creating a xml transformation as below

<xsl:element name="ROW">

<xsl:attribute name="TAB">

<xsl:value-of select="0"/> and expecting an output

<ROW TAB="0" LINE="0" NAME="FIRM_EDRPOU">

but actually I am getting output as below

<ROW TAB="0">

Please let me know the xml transformation need to be written in order to get the required output

Thanks

Bala Duvvuri