Subject: RE: Variables scope - weird behavior of msxml3 ?
From: "Oleg Tkachenko" <ost@xxxxxxxxxxxxxxxxx>
Date: Mon, 23 Apr 2001 23:30:59 +0200
|
> > So, why the following xsl works in msxml3 ?
> presumably because it's a bug. The msxml3 team do seem quite responsive
Ok, msxml has a bug, but what about the following template:
<xsl:template match="blabla">
<xsl:variable name="var"/>
<html>
<xsl:variable name="var"/>
</html>
</xsl:template>
It must be an error - local variables cannot be overlapped, but why this works in
Xalan (xalan-j 2.0.1) and XT ? Can anybody check it ?
---
Wbr, Oleg Tkachenko,
oleg@xxxxxxxxxxxxx
Multiconn Int.
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|