Subject: A serious bug in MSXML 4.0
From: "Alexander Gutman" <gutman@xxxxxxxxxxxxxxx>
Date: Wed, 25 Jul 2001 19:25:49 +0700
|
Hello, friends.
Let's use MSXML 4.0 (July) and transform this:
<root>
<x><a/><b/></x>
<y><a z=""/><b/></y>
</root>
via this:
<xsl:template match="/root">
<result>
<xsl:if test="x/* != y/*[@z]"/>
</result>
</xsl:template>
Then we obtain the following "result":
The instruction at "0x69b808b1" referenced memory at "0x0000000d".
The memory could not be "read".
No comments. :-)
--
Alexander E. Gutman
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|