On Sat, 14 Feb 2004 20:30:52 -0500, "Thomas DeWeese"
<[EMAIL PROTECTED]> said:
> Fabio Biscaro wrote:
> >
> > Is there a way to check (parse) javascript syntax before executing in SVG?
>
>This is really a rhino question, I believe this possible (I think
> it is phrased as 'compiling').
If
Fabio Biscaro wrote:
Is there a way to check (parse) javascript syntax before executing in SVG?
This is really a rhino question, I believe this possible (I think
it is phrased as 'compiling'). If you really just want to check if
some javascript is failing you can eval it in a try catch block
bu