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]
Other format: [Raw text]

msxml3.dll load crash







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


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