Re: [flexcoders] Accessing data in a Model

2006-06-04 Thread Xavi Beumala
The following code is working for me. Note the resultFormat attribute in HTTPService tag, as well as the @ in front of name to access an xml node attribute.?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml layout=absolute mx:Script ![CDATA[ public

[flexcoders] Accessing data in a Model

2006-06-03 Thread codeintime
Hi I have an xml file eg: ?xml version=1.0 encoding=utf-8? activity title=Classification categories category name=Category 1 updated / category name=Category 2 / /categories /activity I load xml via a httpservice and place in a model: mx:HTTPService id=srv url="" useProxy=false/ mx:Model