xsl-list
[Top] [All Lists]

Re: Probs using XSLT in browsers

2005-03-08 11:00:21
Ah, a little more IE voodoo...

On Tue, 8 Mar 2005 15:43:02 +0000, António Mota <amsmota(_at_)gmail(_dot_)com> 
wrote:
I just went to some debuging and put it to work like this:

<xsl:for-each select="document('')/*/xsl:variable[(_at_)name='dias']/dia">

at least in FF cause in IE it gives another error i guess it's unrelated...

But i guessed wrong. It seems that using document() like that in IE
returns *not* the xsl document that contains the call but the html
file where i was in the first place!!!!

Since i'm using Sarissa i don't know if the problem is in IE itself or
in the Sarissa implementation of XSLTProcessor.

So i solved the all thing by putting the "dias" variable info in a
separate xml file, it turns to be a better solution cause it's
reusable...

It works perfectly in FF, i still have another problem in IE that this
time i guess again is not related...

--~------------------------------------------------------------------
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>