> I am enjoing the dynamic characteristics of the new Batik and > implemented an own extention of the Ecma Script interpreter. > > The problem I am faced to is: > I want to call an EcmaScript function (which I defined in the > SVG) and pass String parameters to it. If these parameters > contain newlines, then the Ecma Script Interpreter will break. Is > this a known problem ? Is there a way to avoid that without > removing the newlines ?
Have you tried to use a Reader instead of a String? Thierry. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
