Mozilla Destek’te Ara

Destek dolandırıcılığından kaçının. Mozilla sizden asla bir telefon numarasını aramanızı, mesaj göndermenizi veya kişisel bilgilerinizi paylaşmanızı istemez. Şüpheli durumları “Kötüye kullanım bildir” seçeneğini kullanarak bildirebilirsiniz.

Learn More

xml file with embedded xsl reports unknow error: An unknown error has occurred (805303f4)

  • 2 yanıt
  • 29 kişi bu sorunu yaşıyor
  • 14 gösterim
  • Son yanıtı yazan: žełvik

more options

Hi,

I have an xml file with embedded xsl link like below :

XML :

<?xml version="1.0" encoding="ISO-8859-1"?>
<?xml-stylesheet type="text/xsl" href="http://abc.com/x.xsl"?>
<catalog>
<cd>
<title>Empire Burlesque</title>
<artist>Bob Dylan</artist>
<country>USA</country>
<company>Columbia</company>
<price>10.90</price>
<year>1985</year>
</cd>
</catalog>

When opening xml file on IE, opera, safary ... it works ok. But when opening it on FireFox, i have an error like :

Error loading stylesheet: An unknown error has occurred (805303f4) http://abc.com/x.xsl

How could i solve this problem ?

Hi, I have an xml file with embedded xsl link like below : XML : <pre><nowiki><?xml version="1.0" encoding="ISO-8859-1"?> <?xml-stylesheet type="text/xsl" href="http://abc.com/x.xsl"?> <catalog> <cd> <title>Empire Burlesque</title> <artist>Bob Dylan</artist> <country>USA</country> <company>Columbia</company> <price>10.90</price> <year>1985</year> </cd> </catalog></nowiki></pre> When opening xml file on IE, opera, safary ... it works ok. But when opening it on FireFox, i have an error like : Error loading stylesheet: An unknown error has occurred (805303f4) http://abc.com/x.xsl How could i solve this problem ?

cor-el tarafından tarihinde düzenlendi

Tüm Yanıtlar (2)

more options

A good place to ask questions and advice about web development is at the mozillaZine Web Development/Standards Evangelism forum.

The helpers at that forum are more knowledgeable about web development issues.

You need to register at the mozillaZine forum site in order to post at that forum.

See http://forums.mozillazine.org/viewforum.php?f=25

more options