<?xml version="1.0" encoding="windows-1252"?>
<node id="834815" title="Re^4: Nested Data Structures for Dummies?" created="2010-04-14 22:50:43" updated="2010-04-14 22:50:43">
<type id="11">
note</type>
<author id="826783">
jedikaiti</author>
<data>
<field name="doctext">
How about this?
&lt;code&gt;
%hash = {
     'some item'  = &gt; {
          'source' =&gt; 'a source',
          'conversions' =&gt; [
                             {
                              'conversion 1' =&gt; 'value 1',
                              'conversion 2' =&gt; 'value 2'
                             },
                             {
                              'conversion 3' =&gt; 'value 3',
                              'conversion 4' =&gt; 'value 4'
                              'conversion 5' =&gt; 'value 5'
                             }
                            ],
          'whatever' =&gt; 'eh'
         },
     'another item'  = &gt; {
          'source' =&gt; 'another source',
          'conversions' =&gt; [
                            {
                             'conversion 1' =&gt; 'value 1',
                             'conversion 2' =&gt; 'value 2'
                            }
                           ],
          'whatever' =&gt; 'eh'
        },
     'one more item'  = &gt; {
          'source' =&gt; 'another source',
          'whatever' =&gt; 'eh'
        },
}
&lt;/code&gt;
&lt;!-- Node text goes above. Div tags should contain sig only --&gt;
&lt;div class="pmsig"&gt;&lt;div class="pmsig-826783"&gt;
Kaiti&lt;br /&gt;
Swiss Army Nerd
&lt;/div&gt;&lt;/div&gt;</field>
<field name="root_node">
834795</field>
<field name="parent_node">
834807</field>
</data>
</node>
