Hi all,

    I'm facing some strange issue. I created one XML object and
appended some data on that. Again i append the same XML object to
another XML object. Its not appending. To overcome the issue i used
prependChild, that time its getting added at the beginning of XML,
but its not adding at the end of XML  when using appendchild. Anyone
have idea about this. Please help,

                        xmlChild = XML("<" + strChildRoot + " Type=
\"EntityList\" " + "/>");
                        xmlChild .appendChild(xmlChildRecord); //
xmlChildRecord is also XML
                     //xmlRecord.appendChild(xmlChild); -- not
working
                        xmlRecord.prependChild(xmlChild);


Thanks
Manivannan

-- 
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