2009/3/8 vkrejcirik <[email protected]>:
>  syntax error (/apps/servicemix/exchange/html.esp#58) (500)

This means your Javascript has an incorrect syntax, nothing Sling-specific.

> var text = currentNode.In.Content.replace(/</g, "&lt;").replace(/>/g, 
> "&gt;").replace(/$"/g, "&quot;");

I would guess the

replace(/$"/g, "&quot;");

should be

replace(/$\"/g, "&quot;");

Regards,
Alex

-- 
Alexander Klimetschek
[email protected]

Reply via email to