<?xml version="1.0" encoding="windows-1252"?>
<node id="738986" title="Re: Array to String" created="2009-01-26 12:40:45" updated="2009-01-26 12:40:45">
<type id="11">
note</type>
<author id="383718">
explorer</author>
<data>
<field name="doctext">
&lt;p&gt;Do you like XML?
&lt;code&gt;use XML::Simple;

my @array = qw(balack white green red);

print XMLout(\@array, RootName =&gt; undef, NoIndent =&gt; 1);

__OUTPUT__
&lt;anon&gt;balack&lt;/anon&gt;&lt;anon&gt;white&lt;/anon&gt;&lt;anon&gt;green&lt;/anon&gt;&lt;anon&gt;red&lt;/anon&gt;

&lt;/code&gt;

</field>
<field name="root_node">
738944</field>
<field name="parent_node">
738944</field>
</data>
</node>
