3 messages in com.googlegroups.google-gadgets-apiRe: NXSL and newline entities
FromSent OnAttachments
m.re...@prospects.ac.uk11 May 2006 01:57 
Vivian11 May 2006 15:34 
m.re...@prospects.ac.uk12 May 2006 00:59 
Subject:Re: NXSL and newline entities
From:Vivian (zhuo@gmail.com)
Date:05/11/2006 03:34:41 PM
List:com.googlegroups.google-gadgets-api

Mark:

I think I have a similiar problem, see my thread at http://groups.google.com/group/Google-Homepage-API/browse_frm/thread/9e262cb01852c648

what I did is to add this line right after xmlParse, then it seems to fix the problem. It is definitely a bug in the NXSL.js...

response=response.replace(/'/g, "'"); ( for you , you should use 
)