[flexcoders] Generate xml file

2010-07-05 Thread Christophe
Hello,

Which library or tools to generate xml files ? E4X ? 

Thank you,
Christophe,



[flexcoders] Generate XML file

2009-10-18 Thread Christophe
Hello, 

I have datas in my Flex application and I want to generates a XML file with 
these datas, on the server. How to do that ? 

Thank you,
Christophe, 




RE: [SPAM] [flexcoders] Generate XML file

2009-10-18 Thread Tracy Spratt
Build the xml structure in Flex, then pass the xml string to the server
using the RPC protocol of your choice.

 

Tracy Spratt,

Lariat Services, development services available

  _  

From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On
Behalf Of Christophe
Sent: Sunday, October 18, 2009 5:12 AM
To: flexcoders@yahoogroups.com
Subject: [SPAM] [flexcoders] Generate XML file

 

  

Hello, 

I have datas in my Flex application and I want to generates a XML file with
these datas, on the server. How to do that ? 

Thank you,
Christophe, 





[flexcoders] Generate XML file

2009-06-02 Thread christophe_jacquelin
Hello, 

How to generate an xml file from a flex application, and then send it by email 
? 

Thank you,
Christophe, 




Re: [flexcoders] Generate XML file

2009-06-02 Thread Paul Andrews
Use a HTTP service and POST to send the XML text to a PHP (or other 
scripting language)  email script on a remote server.

- Original Message - 
From: christophe_jacquelin christophe_jacque...@yahoo.fr
To: flexcoders@yahoogroups.com
Sent: Tuesday, June 02, 2009 3:56 PM
Subject: [flexcoders] Generate XML file


 Hello,

 How to generate an xml file from a flex application, and then send it by 
 email ?

 Thank you,
 Christophe,




 

 --
 Flexcoders Mailing List
 FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
 Alternative FAQ location: 
 https://share.acrobat.com/adc/document.do?docid=942dbdc8-e469-446f-b4cf-1e62079f6847
 Search Archives: 
 http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups 
 Links






Re: [flexcoders] Generate XML file

2009-06-02 Thread claudiu ursica
the generation of the file is quite trivial, however for the email part it 
depends on how you want ot do it... it ionvolves some backend work if you want 
not to use the classic href=mailto ...

http://www.tdotblog.info/?q=node/6

C





From: christophe_jacquelin christophe_jacque...@yahoo.fr
To: flexcoders@yahoogroups.com
Sent: Tuesday, June 2, 2009 5:56:29 PM
Subject: [flexcoders] Generate XML file





Hello, 

How to generate an xml file from a flex application, and then send it by email 
? 

Thank you,
Christophe,