xsl-list
[Top] [All Lists]

RE: RE: JavaScript problem again!

2002-11-05 04:30:14
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



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