J
Jim Murray
I'm exporting data to an inflexable XML format. I have 3 nested tables linked
by a primary key. When I use the ExportXML function it sends the primary key
with each table. Is there a way to remove the key (CaseID) from the XML
export of the nested tables? For Example:
- <case>
<CaseID>106618</CaseID>
- <main>
<CaseID>106618</CaseID> - - - (Remove)
<M_AttID1>1389</M_AttID1>
</main>
- <charge>
<CaseID>106618</CaseID> - - - (Remove)
<C_Statute>14:25</C_Statute>
</charge>
</case>
by a primary key. When I use the ExportXML function it sends the primary key
with each table. Is there a way to remove the key (CaseID) from the XML
export of the nested tables? For Example:
- <case>
<CaseID>106618</CaseID>
- <main>
<CaseID>106618</CaseID> - - - (Remove)
<M_AttID1>1389</M_AttID1>
</main>
- <charge>
<CaseID>106618</CaseID> - - - (Remove)
<C_Statute>14:25</C_Statute>
</charge>
</case>