Devis,

The short answer is yes.  Yes Flex can manipulate your XML data in whatever
way you may require.

If you could please describe your overall requirement and architecture?

For instance, where will you XML file be stored?  Are you ultimately storing
the XML file on your server?  Or is your requirement to store it on the
client side?

Also, please also let us know what experience you might have working with
XML.

If you might like to review some of the fundamentals of working with XML in
Flex, you can refer to the following section in the documentation:
Programming ActionScript 3.0:  Working with XML
http://livedocs.macromedia.com/flex/201/html/13_Working_with_XML_169_01.html

Here are also two titles from the Quick Starts that Adobe has published:

Accessing XML data
http://www.adobe.com/devnet/flex/quickstart/accessing_xml_data/

Loading external data with HTTPService
http://www.adobe.com/devnet/flex/quickstart/httpservice/

fwiw, I second Patrick's suggestion about using RemoteObject
over HTTPService.  If you are writing the backend server side code, there
are significant benefits of using RemoteObject over HTTPService.  If you are
locked into using HTTPService, Flex will still work fine.  Again, if you can
describe you overall requirement and architecture we can provide more
intelligent comments.

hth,

g

On 1/7/07, devisbalsemin <[EMAIL PROTECTED]> wrote:

Yes it's correctly,
I have a simple xml file, and i wish to understand if it's possibile
Insert, Selecet update delete "record" into a xml file....
Thanks devis
ps.
Ok if't possibile only with HTTPSERVICE...

--- In [email protected], "greg h" <[EMAIL PROTECTED]> wrote:
>
> devis,
>
> Could you please provide a bit more detail about what you are trying
to do?
>
> CRUD is an acronym usually associated with the database operations
INSERT,
> SELECT, UPDATE and DELETE.
>
> When you ask for "some example how to implement Flex 2 CRUD with xml
> file???" what do you mean?
>
> Have you looked at the Flex 2 documentation sections on:
>
>    - The E4X approach to XML processing
>
>

http://livedocs.macromedia.com/flex/201/html/13_Working_with_XML_169_03.html
>    - Working with XML
>
>

http://livedocs.macromedia.com/flex/201/html/13_Working_with_XML_169_01.html
>
>
> g
>
>
> On 1/6/07, devisbalsemin <[EMAIL PROTECTED]> wrote:
> >
> > Hi,
> > can you help me to find some example how to implment Flex 2 CRUD with
> > xml file???
> > Thanks
> > devis
> >
>




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




Reply via email to