thanks all works great
> so if you have
>
> class A
> ...
> B getInit()
> B getFinish()
>
> then you should be able to produce the xml you need by creating a .betwixt
> file with mappings for those properties. i think you should be able to do
> something like:
>
> <?xml version='1.0?>
> <info primitiveType='attribute'>
> <element name='a'>
> <element name='init-b' property='init'/>
> <element name='finish-b' property='finish'/>
> </element>
> </info>



Reply via email to