Subject: Re: XSL Java (&lt; < <) problem
From: yguaba@xxxxxxxxxxxx
Date: Tue, 06 Jan 2004 14:49:21 -0200
|
On 6 Jan 2004 at 12:12, Robert A. van Ginkel wrote:
> It gives an error cause in javascript i use in the for loop a < sign.
> ok but if I change it in < the javascript would go wrong.
Have you actually run the transformation and looked at the output? I
think you'll find that the < entity in the XSL stylesheet will get
translated into a regular less-than sign in the output. Unless your
JavaScript code has some other bug, it should work just fine.
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|