Поиск в Поддержке

Избегайте мошенников, выдающих себя за службу поддержки. Мы никогда не попросим вас позвонить, отправить текстовое сообщение или поделиться личной информацией. Сообщайте о подозрительной активности, используя функцию «Пожаловаться».

Learn More

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

  • 2 ответа
  • 29 имеют эту проблему
  • 4 просмотра
  • Последний ответ от ž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

Все ответы (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