xsl-list
[Top] [All Lists]

Re: Re: Pass a DOM Node to a XSLT

2005-04-08 08:25:49

This should work fine in IE (even via Sarissa) but it's a known bug for FF/Moz, see [1]. You may want to vote for this one.

[1] https://bugzilla.mozilla.org/show_bug.cgi?id=248025

hth,

Manos

António Mota wrote:

I wonder if this reached the list, someone please confirm, sometimes it happens!

On Apr 7, 2005 8:33 PM, António Mota <amsmota(_at_)gmail(_dot_)com> wrote:
Hi:

I'm trying to pass a node to a XSLTProcessor in Javascript (using
Sarissa, actually) but i can't seem to do it. I've tryed the
documentElement, selecNodes, selectSingleNode, but nothing seems to
work. If i only have the declaration

       <xsl:param name="dia"/>

without referencing it there is no error, but if i do something like

                               <xsl:for-each select="$dias/*">
                                       <xsl:value-of select="."/>
                               </xsl:for-each>

the brwser complains.

Any sugestions?

Thanks.


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



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