Αναζήτηση στην υποστήριξη

Προσοχή στις απάτες! Δεν θα σας ζητήσουμε ποτέ να καλέσετε ή να στείλετε μήνυμα σε κάποιον αριθμό τηλεφώνου ή να μοιραστείτε προσωπικά δεδομένα. Αναφέρετε τυχόν ύποπτη δραστηριότητα μέσω της επιλογής «Αναφορά κατάχρησης».

Learn More

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

  • 2 απαντήσεις
  • 29 έχουν αυτό το πρόβλημα
  • 14 προβολές
  • Τελευταία απάντηση από ž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