xsl-list
[Top] [All Lists]

Applying a template on values in attributes ?

2005-08-03 06:27:17
Hi,

I have an html element as follows:

<input type="hidden" value="{TotalAdultFare}" />

I want to apply a template to TotalAdultFare.

If I do this by <xsl:attribute
name="value"><xsl:call-template></xsl:call-template</xsl:attribute>
then the problem is that the output is as follows:

<input type="hidden" value="1000"></input>

I want to avoid this somehow.. any ideas ?

I'm using MSXML (XSL 1.0). 

Thanks & Regards,

Ahsan

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



<Prev in Thread] Current Thread [Next in Thread>