I read somewhere, and it might have been the code comments, that you used
some code from mxmlc or maybe it was an class used in Eclipse MXML class to
parse the MXML and compute the changes for your live MXML PoC. I'm trying
to find the class that had the following functions:

 parseFile();
 computeChanges();
 applyChanges();

The PoC you made works supports computing the changes for adding, modifying
and removing attributes. That make sense. Now I'm trying to figure out how
to tell if an XML element has been added or removed. I have some theories
but would like to confirm them before starting anything.

On Wed, May 11, 2016 at 9:46 PM, Alex Harui <aha...@adobe.com> wrote:

>
>
> On 5/11/16, 5:13 PM, "jude" <flexcapaci...@gmail.com> wrote:
>
> >What is the class that you used that parses the XML? is that in the flex
> >sdk directory as plain text?
>
> Pretty sure we just use XML(String) to parse the XML.  Or am I not
> understanding the question?
>
> -Alex
>
>

Reply via email to