11 messages in com.googlegroups.google-mashup-editor[gme] Re: Very Strange Error| From | Sent On | Attachments |
|---|---|---|
| newcomer | 15 Jun 2008 08:33 | |
| Ray | 15 Jun 2008 14:05 | |
| Ray | 15 Jun 2008 15:16 | |
| Christian Muise | 15 Jun 2008 15:22 | |
| Frankie Roberto | 16 Jun 2008 02:22 | |
| Jason | 16 Jun 2008 10:52 | |
| newcomer | 16 Jun 2008 20:59 | |
| Jason | 17 Jun 2008 11:28 | |
| frankie roberto | 17 Jun 2008 14:04 | |
| newcomer | 20 Jun 2008 22:18 | |
| newcomer | 20 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 -
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Mashup Editor" group.
To post to this group, send email to goog...@googlegroups.com
To unsubscribe from this group, send email to
goog...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/google-mashup-editor?hl=en
-~----------~----~----~----~------~----~------~--~---




