On Thu, Oct 1, 2009 at 12:07 PM, Mark Adamcin <[email protected]> wrote:
> I would assume you are correct on the notation being a shortcut for
> elementStart("line"); elementEnd(); in the same way a <br/> tag in XHTML is
> used. When processed by a standard XML parser like Xerces, "<line></line>"
> and "<line/>" are considered identical, and will produce the same DOM
> Element model.

My point is that there is no way to represent "<line/>" directly in
wave. Only "<line></line>" can be represented. Each
"elementStart("line")" MUST be matched with an "elementEnd()".

-Tad

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Wave 
Protocol" 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/wave-protocol?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to