If I do 2 wavelet.appendDataDocument("append data") I get (in logs):
,"dataDocuments":{"map":{"test":"<body><line><\/line>append data<line><
\/line>append data<\/body>",
If I instead do a wavelet.setDataDocument("set data") first and follow
that with a wavelet.appendDataDocument("append data") I get the
following:
,"dataDocuments":{"map":{"test":"set data<body><line><\/line><line><\/
line>append data<\/body>","
i.e. in the first case all the data is within the body tag, not so in
the second case. Is this by design?
Also, should the data not be within the line tag?
this: <line>append data<\/line>
rather than this: <line><\/line>append data
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Wave API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/google-wave-api?hl=en
-~----------~----~----~----~------~----~------~--~---