Hi all,
I'm using MS XSL processor and have a problem. It's like this:
When using newer XSL processors I can write:
...
<xsl:template match="dd">
<xsl:variable name="i">
<xsl:value-of select="@item"/>
</xsl:variable>
<xsl:value-of select="bdml/data/$i"/>
</xsl:template>
....
for the following data:
<bdml>
<dd item="a"/>
<data>
<a>Something</a>
</data>
</bdml>
But in MS XML I cant use the xsl:variable. What can I do?
I have to use MS XSL because it is the only one I can use with ASP which is
a requirement in the project. Is there any other processors that can be used
with ASP?
Sincerely
Nicholaj Broberg
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|