11 messages in com.googlegroups.google-mashup-editor[gme] Re: Very Strange Error
FromSent OnAttachments
newcomer15 Jun 2008 08:33 
Ray15 Jun 2008 14:05 
Ray15 Jun 2008 15:16 
Christian Muise15 Jun 2008 15:22 
Frankie Roberto16 Jun 2008 02:22 
Jason16 Jun 2008 10:52 
newcomer16 Jun 2008 20:59 
Jason17 Jun 2008 11:28 
frankie roberto17 Jun 2008 14:04 
newcomer20 Jun 2008 22:18 
newcomer20 Jun 2008 22:35 
Subject:[gme] Re: Very Strange Error
From:newcomer (RT.D@gmail.com)
Date:06/16/2008 08:59:49 PM
List:com.googlegroups.google-mashup-editor

I think the GME confuse the HTML's "<" with Javascript's "<"

When simple gml,...the problem does not appear. When complicated gml,...more and more <gm:...> tags appears before Javascript,...the GME compiler confuses.

The problems also appear with while...loop,...or whatever involving "<".

I figure out a better workaround.....Avoiding to "<".... changing the statement from i>0 to 0<i,...the problem disappears.

On Jun 17, 1:52 am, Jason <gmej@google.com> wrote:

Can you post your mashup's URL?

- Jason

On Jun 15, 8:33 am, newcomer <RT.D@gmail.com> wrote:

I have a very strange with for loop...below.

<script> function doSomething(){

for(var i=0; i<5; i++){ ...

} }

</script>

Originally, it is very simple...but it returns the compilation error:"The content of the elements must consist of well-formed character data or markup".

The above error consistently exists in one gml,...but not in another.- Hide
quoted text -

- Show quoted text -