do unescape with js

Posted by gionnyDeep75 on 21-Sep-2010 04:04

hi all

I 've done a cbr using a js for unescape some text.

Actually the rule function is this:

function rule()

{

try {

XQ_logInformation(" unescape:"+unescape("<?xml version="1.0" encoding="UTF-8"?>"));

return null;

}

catch(exc) {

XQ_logError("Error performing unescaping: " + exc);

}

}

but i still got the result: <?xml version="1.0" encoding="UTF-8"?>
Any idea?
Regards
Giovanni

All Replies

This thread is closed