[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

[xsl] Re: Pass a DOM Node to a XSLT


Subject: [xsl] Re: Pass a DOM Node to a XSLT
From: António Mota <amsmota@xxxxxxxxx>
Date: Fri, 8 Apr 2005 12:16:52 +0100

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

On Apr 7, 2005 8:33 PM, Antsnio Mota <amsmota@xxxxxxxxx> 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.


Current Thread