I'm looking for data binding techniques for RB. Are there any mechanisms for, say, parsing an XML file like the following:


<database>
        <table name="tblname">
                <field name="name" type="type"/>
                <field name="name" type="type"/>
                <field name="name" type="type"/>
                <field name="name" type="type"/>
        </table>
        <table name="tblname">
                <field name="name" type="type"/>
                <field name="name" type="type"/>
                <field name="name" type="type"/>
                <field name="name" type="type"/>
        </table>
</database>


 . . . and creating objects similar to the following:


database.table.name



I know things like this are possible in, say, Python (Apples and oranges, I know) using Amara(http://uche.ogbuji.net/tech/4suite/ amara/), but it would be EXTREMELY handy in RB. The current mechanisms for parsing/referencing XML in RB, although capable, are excessively tedious.



Regards,
Michael
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to