Closed
Bug 256581
Opened 20 years ago
Closed 20 years ago
Error loading stylesheet: A network error occured loading an XSLT stylesheet:
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: fcassia, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.2) Gecko/20040804 Netscape/7.2 (ax)
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.2) Gecko/20040804
In the page http://www.programmersparadise.com/promo/2004/java/JavaCorner.pasp
Mozilla 1.7.2 displays an error "Error loading stylesheet: A network error
occured loading an XSLT stylesheet:". However, loading the page under MSIE 6.0
SP1 produces no such error.
It can also be reproduced by loading the www.programmersparadise.com page, and
then clicking on "Java Corner".
Reproducible: Always
Steps to Reproduce:
1. Load url http://www.programmersparadise.com/promo/2004/java/JavaCorner.pasp
2. See error message
3.
Actual Results:
Error message: "Error loading stylesheet: A network error occured loading an
XSLT
stylesheet:http://www.programmersparadise.com/promo/2004/java/..%5C..%5C..%5Cinclude%5CUI_layout-IE5.xsl
"
Expected Results:
Display the web page correctly.
Comment 1•20 years ago
|
||
"\" is not a valid character in URLs, so Mozilla encodes it as %5C.
Using "/" will just work fine.
Comment 2•20 years ago
|
||
specifically, in
http://www.programmersparadise.com/promo/2004/java/JavaCorner-IE5.xsl
[...]
<xsl:include href="..\..\..\include\UI_layout-IE5.xsl"/>
[...]
Updated•20 years ago
|
Product: Browser → Seamonkey
Comment 3•20 years ago
|
||
-> invalid ("\" )
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•