does anyone know which is the correct element to use in defining the xml 
information in the field element?

i've seen the below on:
http://castor.exolab.org/xml-mapping.html#3.2-The-<class>-element--

<field name="_description" type="string" direct="true">
        <bind-xml name="Description" node="element"/>
</field>

but in examples that come bundled with castor, i've seen:

<field name="id" type="integer">
        <sql name="id" type="integer" />
        <xml name="id" node="attribute"/>
</field>


is it "bind-xml" or just "xml"?

thanks. 

----------------------------------------------------------- 
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
        unsubscribe castor-dev

Reply via email to