Tag Archives: xml
HOW TO: Delete an XML node using E4X
While creating a sample application for some class content the other day, I ran into an XML/E4X situation that I’d never encountered before. It is pretty basic – deleting a node from XML. How does one do it? With the … Continue reading
E4X XML Namespaces
For XML that looks like the following response from Yahoo’s weather service: < ?xml version=’1.0′ encoding=’UTF-8′?> http://us.rd.yahoo.com/dailynews/rss/weather/Sunnyvale__CA/* http://weather.yahoo.com/forecast/94089_f.html Yahoo! Weather for Sunnyvale, CA en-us Tue, 06 Nov 2007 6:56 pm PST 60 <img alt="" /> 142 18 http://weather.yahoo.com/ http://l.yimg.com/us.yimg.com/i/us/nws/th/main_142b.gif 37.39 … Continue reading
Sending XML in Flash
So you want to send XML in flash? There are some things that you need to watch out for. ONE: We’re working with the XML object. [as] var myXML:XML = new XML(); var theXML:String = “”; myXML.parseXML(theXML); [/as] TWO: If … Continue reading
TranslateXML – AS2 XML to Object Parser
The TranslateXML class translates any XML file into a flash Object. All nodes are turned into Objects. Any duplicate nodes are turned into an array. download: RE_TranslateXML (2.62KB) added: 17/01/2009 clicks: 416 description: RE_TranslateXML class that translates XML structures into … Continue reading









