RE: [xsl] A serious bug in MSXML 4.0

Subject: RE: [xsl] A serious bug in MSXML 4.0
From: "Joshua Allen" <joshuaa@xxxxxxxxxxxxx>
Date: Wed, 25 Jul 2001 14:36:57 -0700
I just checked and this bug was recently entered in our bug database for
RTM; thanks for reporting!

-----Original Message-----
From: Rene de Vries [mailto:RdVries@xxxxxxxxxxx] 
Sent: Wednesday, July 25, 2001 6:04 AM
To: 'xsl-list@xxxxxxxxxxxxxxxxxxxxxx'
Subject: RE: [xsl] A serious bug in MSXML 4.0

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


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


Current Thread