<snip>
Of course it would be nice if I had access to all properties of the Element
Descriptor in the file .betwixt:
<element name="foo" property="fooList" wrapCollectionsInElement="false"/>
sorry for being a bit dense - there is actually an easy to do this already.
when you use a betwixt file, none of the loop elements are wrapped in elements. the reason for this is that you can easily add your own wrapping element where ever it's needed.
you do something like:
<element name='bar'>
<element name="foo" property="fooList"/>
</element>- robert
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
