Ticket #3577: 3577_2.patch

File 3577_2.patch, 448 bytes (added by Alfonso Martínez de Lizarrondo, 15 years ago)

Second option. This is executed everytime that we try to parse XML in IE. It might be good in the long run to avoid "mysterious" problems loading data in IE

  • _source/core/xml.js

     
    3939                                baseXml.async = false;
    4040                                baseXml.resolveExternals = false;
    4141                                baseXml.validateOnParse = false;
    42                                 baseXml.loadXML( xmlObjectOrData || '' );
     42                                baseXml.loadXML( (xmlObjectOrData || '').replace(/ /g, '\xA0') );
    4343                        }
    4444                }
    4545        }
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy