gwt+xml- can i read through incomplete XML using the GWT XML Parser
Posted
by
Arvind
on Stack Overflow
See other posts from Stack Overflow
or by Arvind
Published on 2012-03-24T05:24:21Z
Indexed on
2012/03/24
5:29 UTC
Read the original article
Hit count: 1288
I have a requirement where a user is typing in XML in a text area, and I want to show the various nodes in a tree...But as the user is typing in the xml, it wont be a complete xml (since he is still typing in the XML)... How do I read an incomplete XML and correctly generate the tree? I understand how to read an xml and generate nodes in the tree, what I want to know is, how to read the incomplete XML as it is being typed in
© Stack Overflow or respective owner