[xsl] msxml3.dll load crash

Subject: [xsl] msxml3.dll load crash
From: siyer@xxxxxxxxx
Date: Mon, 12 Nov 2001 13:02:14 -0500




Hi,
Does anyone have more info on any fixes available for the msxml3.dll crash,
The dll crashes if I try to repeatedly perform transformation on the
browser.
I found this link
http://support.microsoft.com/support/kb/articles/Q247/7/17.ASP   which
speaks about a similar bug in msxml.dll ???

Has anyone encountered a similar problem.
The size of my xml file is also relatively small .....


<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="srch_result.xsl" type="text/xsl"?>
<app-search>
    <app>
        <name>home</name>
        <title>Contact Search</title>

        <field name="aaaa"><label>Company
            Name</label>
            <operator>
            <label>Equal
            to</label>
            <value>=</value>
            </operator>
            <operator>
            <label>Like</label>
            <value>like</value>
            </operator>    <database-key>aaaa</database-key>
        </field>
         <field name="aaaa"><label>Company
            Name</label>
            <operator>
            <label>Equal
            to</label>
            <value>=</value>
            </operator>
            <operator>
            <label>Like</label>
            <value>like</value>
            </operator>    <database-key>aaaa</database-key>
        </field>
    </app>
</app-search>




Thanks
Srini











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


Current Thread