Try out some examples given in Flex docs.
There are pretty good examples of how you can dynamically generate XMLs.
 
Assembling and transforming XML objects:
http://livedocs.macromedia.com/flex/2/docs/wwhelp/wwhimpl/js/html/wwhelp.htm?href=""
 
There is an example where an XML is created dynamically created using data in an Array. You can relate to that and solve your problem.
 
-P

 
On 10/6/06, perezd324 <[EMAIL PROTECTED]> wrote:

Hey everyone, I did some searching around and didn't find a correct
solution to my problem...so I thought I'd try it here.

Basically, I am creating a program that generates an XML request that
will be passed onto a webservice. the request will look like this:

<request class="foo" type="bar">
<arguments>
<arg name="something">value</arg>
</arguments>
</request>

I have an array of data that has the arg name and value data and I
need it to dynamically create new "arg" tags within the arguments element.

can someone help me out?

Thanks!
- Derek


__._,_.___

--
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
Software development tool Software development Software development services
Home design software Software development company

Your email settings: Individual Email|Traditional
Change settings via the Web (Yahoo! ID required)
Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured
Visit Your Group | Yahoo! Groups Terms of Use | Unsubscribe

__,_._,___

Reply via email to