If you have to only create a small XML document, you can use string objects
and convert it into XML. But if it is a very large document with several
nested nodes, manipulating strings will be more difficult and performance
intensive. In this case, it is better to create an XML document directly and
use the XML API to modify its contents. Look up the AS3 XML API documents on
the Adobe website, with emphasis on the XML & XMLList classes.

.p

On Sun, Jun 26, 2011 at 1:19 AM, Ashish Bhatia <[email protected]>wrote:

> Hi all,
>
> If I have to create an xml from the value of form fields, how can I do
> that. One option is I create an XML string and latter convert it to Flex 3
> XML object. Can i directly perform add/update/delete tags on it?
>
> Regards,
> Ashish
>
> --
> You received this message because you are subscribed to the Google Groups
> "Flex India Community" 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/flex_india?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups "Flex 
India Community" 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/flex_india?hl=en.

Reply via email to