Simple AS3 XML question

Hello,

I’m novice what comes to xml. I’m more into visual side of Flash.

As the title says I have a simple question related to the tutorial from kirupa.com
[http://www.kirupa.com/web/xml/examples/simpleeditor.htm](Simple Editor)

In this example there is one input field and one output field. You write your text to input-field and by pressing send it writes the text to the xml-file and shows it output field as well.

I’ve been trying to add more input- and output-fields so I could use this xml-file in my main application. It would work similarly otherwise. You would write the information to the xml-file with pressing the “send”-button.

My main application uses the following xml-structure:

<?xml version="1.0" encoding="UTF-8"?>
<info>
<product>BEEF</product>
<code>078130209</code>
<origin>COUNTRY</origin>
<cut>COUNTRY</cut>
</info>

Simple question so it must be simple anwer, right? :smirk:

Thanks in advance!