RE: RE: [xsl] JavaScript problem again!

Subject: RE: RE: [xsl] JavaScript problem again!
From: Jarno.Elovirta@xxxxxxxxx
Date: Tue, 5 Nov 2002 13:30:14 +0200
Hi,

> it gives an error on this part:
> ....
> <xsl:for-each select
> ="/portalLogin/frameMain/rowsReport/select_service/select_option_1">
>     document.reportFrm.service.options[i++] = new 
> Option('<xsl:value-of
> select="@text"/>','<xsl:value-of select="@value"/>');
> </xsl:for-each>
> ....
> 
> What error I dont know?`

How do you know the error is thrown at that specific location if you can't see the error message? Which processor are you using? Your stylesheet looks ok (I take it that you just copy/pasted parts of it, as the example snipped from below was not well-formed XML). Try a another XSLT processor, e.g. jd.xslt or Saxon and show use the error message you get from them.

Cheers,

Jarno

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread