posted 17 years ago
according to business requirement,
There are two xsl's.
First xsl:
<xsl:template match="op">
<xsl:element name="bus">
<xsl:value-of select="$bus"/>
</xsl:element>
</xsl:template>
Second Xsl:
<xsl:template match="blob">
<xsl:value-of select="$somevariable">
</xsl:template>
Main requirement i should create a variable containing the value $bus in first xsl and then i should use that variable in second xsl.
can you please resolve this issue.
[ May 17, 2007: Message edited by: praveen oruganti ]
Regards,<br />Praveen Oruganti<br />Software Programmer