This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]