最近開始使用 Firefox 3.0,上次用 beta 5 與今天用 rc1 的 portable 版本時,都遇到一個問題,當我載入下面網頁
http://www.csie.dyu.edu.tw/~spring/Others/job.xml
很正常,但是我這個網頁放在隨身碟、從 windows 載入時卻出問題,畫面上只出現下面的 error message
Error loading stylesheet: An unknown error has occurred (805303f4)
我從 Tools、Error Console 去看,發現它提到下面的 error message
Security Error: Content at file:///H:/WWW/Others/basic1.xsl may not load data from file:///H:/WWW/basic.xsl.
而且指明我所用到的 xsl 檔
http://www.csie.dyu.edu.tw/~spring/Others/basic1.xsl
的第三行有錯,
Error:
Source File: file:///H:/WWW/Others/basic1.xsl
Line: 3, Column: 35
Source Code:
<xsl:import href="../basic.xsl" />
也就是 <xsl:import href="../basic.xsl" /> 這個寫法會有 security error,可是同樣的檔案從網站上來看就沒有問題,不知是 windows 的問題、還是瀏覽器的問題?
用 firefox 2.0 版就都沒有問題,用 firefox 3.0 rc portable 看前面的網頁也沒有問題,實在是很奇怪。