One other issue, when writing map objects, we get XML like
the following:

  <entry>
    <key>6</key>
    <value>
      <itemNo>6</itemNo>
      <itemName>GlobalParameter6</itemName>
      <itemDesc>Global Parameter for Betwixt</itemDesc>
      <parentItemNo>0</parentItemNo>
      <parentItemName/>
      <dataType value="8" valueAsInteger="8" desc="Boolean">
        <valueAsObject>8</valueAsObject>
      </dataType>
      <parameterValue>true</parameterValue>
    </value>
  </entry>

Shouldn't the "value" part have another subelement which represents
the type?  Otherwise, how is a map supposed to be read back in?

Is there something i'm missing?

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to