xsl-list
[Top] [All Lists]

Re: Getting values from different templates

2006-01-10 03:06:16
I used the value-of to display the values instead of calling in different
template. But i am getting only the value which i got in the last template.

Is that possible values get over written if we use the same attribute for
matching? actually my input file looks like this

<content>statement1 |option1\ statement2</content>
<content>statement1 |option2\ statement2</content>
...


So i will retrieve statement1 from contents attribute in one template and
doing some replacement of that contents. likewise doing for
option1,statement2. while trying to display the 3 final values of the
templates i am getting only the last template (statment2) value alone.

It's harder to debug words than code - please post the XSLT involved....

--~------------------------------------------------------------------
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>
--~--