Hi Michael,
On 2006-02-23, at 02:34, [EMAIL PROTECTED]
wrote:
Message: 13
Subject: Data Binding and XML
From: Michael Williams <[EMAIL PROTECTED]>
Date: Wed, 22 Feb 2006 18:43:51 -0500
I'm looking for data binding techniques for RB. Are there any
mechanisms for, say, parsing an XML file like the following:
You mean something like this
<dboSchemaObject objectId="1009">
<idserial valueType="Integer" value="1009" />
<schemaObjectName valueType="String" value="Zip" />
<className valueType="String" value="DDOBasicDataObject" />
<dataName valueType="String" value="zips" />
<serialName valueType="String" value="id" />
<dbContextName valueType="String" value="default" />
<schemaFields valueType="ddoBasicDynamicInterface"
dynamicClassName="DDOXMLSchemaFieldData"
schemaName="DDOXMLSchemaFieldData">
<schemaField objectId="1015">
<idserial valueType="Integer" value="1015" />
<so_serial valueType="Integer" value="1009" />
<fieldName valueType="String" value="id" />
<valueType valueType="String" value="Integer" />
<notNull valueType="Boolean" value="TRUE" />
<primaryKey valueType="Boolean" value="TRUE" />
</schemaField>
<schemaField objectId="1077">
<idserial valueType="Integer" value="1077" />
<so_serial valueType="Integer" value="1009" />
<fieldName valueType="String" value="zip" />
<valueType valueType="String" value="String" />
</schemaField>
Note: THIS is the mapping file for dynamic Database-Object-Mapping,
but it's a XML-Datafile in the view of my framework, too.
. . . and creating objects similar to the following:
and here code like
info = GetValue("teacher.school.school_type")
Then you should get in contact with me off-list. My
"DynamicDataObjects" (DDO) are not ready for primetime at the moment,
but I'm using the different level of development for several projects
during the last years.
ciao
Thorsten Hohage
--
that-Office.de Softwaredesign - Hamburg,Germany
_______________________________________________
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>