Hi
I find it a bit difficult to understand how to write the .betwixt files
in order to get the output I want.
I have a Map object that Betwixt formats like this:
<errors>
<entry id="2">
<key>startingDate</key>
<value>The starting date cannot be earlier than this moment.</value>
</entry>
</errors>
I would like to get it formatted like this:
<errors>
<entry id="2" key="startingDate">The starting date cannot be earlier
than this moment.
</entry>
</errors>
Unfortunately, I do not understand the 'details' web page on the Betwixt
site and cannot find any reference about how to write the Betwixt file.
Can anyone give me directions?
Best regards
johan
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>