2010-05-12 5 views
1

Dans mon site Flex 3, j'obtiens une erreur 1090, une erreur d'analyseur XML dans IE seulement. Cela fonctionne dans Safari et Firefox. Quelqu'un voit-il un problème avec ce fichier XML?Pourquoi j'obtiens une erreur 1090, une erreur d'analyseur XML?

<adXMLReturn> 
    <script type="text/javascript"/> 
    <script type="text/javascript" src="http://www.dcscore.com/openx/www/delivery/ajs.php?zoneid=4&amp;cb=82622824804&amp;charset=UTF-8&amp;loc=http%3A//localhost/property-debug/property.html%3Fdebug%3Dtrue"/> 
    <a href="http://www.dcscore.com/openx/www/delivery/ck.php?oaparams=2__bannerid=1__zoneid=4__cb=3ab5c92ee5__oadest=http%3A%2F%2Fwww.dcscore.com" target="_blank"> 
    <img src="http://www.dcscore.com/openx/www/delivery/ai.php?filename=mybanner.png&amp;contenttype=png" alt="" title="" border="0" height="60" width="468"/> 
    </a> 
    <div id="beacon_3ab5c92ee5" style="position: absolute; left: 0px; top: 0px; visibility: hidden;"> 
    <img src="http://www.dcscore.com/openx/www/delivery/lg.php?bannerid=1&amp;campaignid=1&amp;zoneid=4&amp;loc=http%3A%2F%2Flocalhost%2Fproperty-debug%2Fproperty.html%3Fdebug%3Dtrue&amp;cb=3ab5c92ee5" alt="" style="width: 0px; height: 0px;" height="0" width="0"/> 
    </div> 
    <noscript> 
    <a href="http://www.dcscore.com/openx/www/delivery/ck.php?n=a0ea89cb&amp;cb=INSERT_RANDOM_NUMBER_HERE" target="_blank"> 
     <img src="http://www.dcscore.com/openx/www/delivery/avw.php?zoneid=4&amp;cb=INSERT_RANDOM_NUMBER_HERE&amp;n=a0ea89cb" border="0" alt=""/> 
    </a> 
    </noscript> 
</adXMLReturn> 

Merci.

-Laxmidi

+0

Qu'est-ce que cette question a à voir avec flex? – quoo

Répondre

0

Désolé tout le monde. En fait, ce XML valide. J'ai eu un problème dans une autre variable.

-Laxmidi

0
Error #1090: XML parser failure: element is malformed. 

Regardez votre balise XML, il y a quelque chose de mal qui est à l'origine de ce problème. Le problème est que votre XML n'est pas parfait et a des erreurs.

Questions connexes