RE: RE: [xsl] JavaScript problem again!
by other posts by this author
Nov 5 2002 11:30AM messages near this date
RE: [xsl] About and
|
[xsl] how do I add a doctype when I create xsl from xsl?
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 mes
sage? 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 anothe
r 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
|