RE: [xsl] A serious bug in MSXML 4.0

Subject: RE: [xsl] A serious bug in MSXML 4.0
From: Rene de Vries <RdVries@xxxxxxxxxxx>
Date: Wed, 25 Jul 2001 15:03:57 +0200
My mind would have given the same result if I had to do this transformation ;-))

Greetings Rene
   { @   @ }
        ^
      \__/

"You don't need eyes to see, you need vision!"

-----Oorspronkelijk bericht-----
Van:	Alexander Gutman [SMTP:gutman@xxxxxxxxxxxxxxx]
Verzonden:	woensdag 25 juli 2001 14:28
Aan:	xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Onderwerp:	[xsl] A serious bug in MSXML 4.0

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


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread