xml xdr transalation
Posted: Tue May 25, 2004 7:54 pm
how would you map each of these elements to their repsective columns in a sql table using an xdr schema, without changing the layout of the xml?
<root>
<fields>
<field name="FirstName">Mike</field>
<field name="LastName">Smith</field>
<field name="Address">123 sesame st</field>
</fields>
</root>
<root>
<fields>
<field name="FirstName">Mike</field>
<field name="LastName">Smith</field>
<field name="Address">123 sesame st</field>
</fields>
</root>