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:Jason (gmej@google.com)
Date:06/16/2008 10:52:03 AM
List:com.googlegroups.google-mashup-editor

Can you post your mashup's URL?

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.