http://livedocs.macromedia.com/labs/1/flex/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Parts&file=00002041.html
cheers
-michael
On 12/1/05, Michael Hansen <[EMAIL PROTECTED]> wrote:
try
var myxml:XML = {xmlstring};
Cheers
-michael
On 12/1/05, Ralf Rottmann <[EMAIL PROTECTED] > wrote:Quick question: I have valid XML in a :String variable. How can I create an XML Object from it?
This did NOT work:
1.
var tempXml:XML;
tempXml = XML(s);
2.
var tempXml:XML = new XML(s);
Any idea?
Ralf Rottmann
--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
SPONSORED LINKS
Web site design development Computer software development Software design and development Macromedia flex Software development best practice
YAHOO! GROUPS LINKS
- Visit your group "flexcoders" on the web.
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
YAHOO! GROUPS LINKS
- Visit your group "flexcoders" on the web.
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

