Hi,

I want to generate XML like:

<Configuration>
   <Merchant>
       <name>defaultMerchantName</name>
      <id>someIdValue</id>
   </Merchant>
   <Properties>
       <Property name="prop1">value1</Property>
       <Property name="prop2">value2</Property>
   </Properties>
</Configuration>

But I have some problems with betwixt while trying to get <Properties>
set of <Property> tags, that are binded with attribute inside
<Property> tag and with literal between <Property> and </Property>
tags.

What kind of class structure should I prepare for that or what
non-standard classes (strategies, mappers...) for betwixt should I
implement?

Regards,

--
Piotr Kiraga

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

Reply via email to