xsl-list
[Top] [All Lists]

[xsl] the document() in IE

2007-07-11 03:25:33
Hi guru,

there have /path1/xml1
/path2/xml2
/path3/file.xsl

I use /path3/file.xsl to parse /path2/xml2, and also want to load /path1/xml1
but IN IE, document("/path1/xml1") will failed by "can not access".
I tried in FF, it is OK.
IN IE, I only can put xml1 under /path2, and use document("xml1") then it works. It looks like the security of IE forbid to access XML other than the current path.

Any XSLT1.0's suggesstion to solve it? thank you. And I concern that if I use a JSP to create XML, then how can IE load other XML ? In FF, document("xxx.jsp") still work.

_________________________________________________________________
免费下载 MSN Explorer: http://explorer.msn.com/lccn/

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>