asked on
<?xml version="1.0" encoding="utf-8"?>
<IntegrationData xmlns="http://GLTransaction.xsd" xmlns:Vendor="http://C.com/Vendor.xsd">
<ApplicationID>PayrollCS</ApplicationID>
<DateTime>2014-07-21T10:59:06.9540775</DateTime>
<UserID>PayrollCS</UserID>
<GLTransaction>
<Reference>113</Reference>
<Date>2014-07-07</Date>
<Description>Terry Eddington</Description>
<PeriodDate>2014-07-07</PeriodDate>
<Type>Check</Type>
<JournalEntryInformation>
<JournalEntrySubType>Regular</JournalEntrySubType>
</JournalEntryInformation>
<BankTransactionInformation>
<BankAccount>test</BankAccount>
</BankTransactionInformation>
<Journal>General</Journal>
<GLTransactionDistribution>
<Account>999</Account>
<Amount>0.00</Amount>
<Description>Terry Eddington</Description>
<DisplayOrder>1</DisplayOrder>
<IsSummaryAccount>false</IsSummaryAccount>
</GLTransactionDistribution>
<GLTransactionDistribution>
<Account>762</Account>
<Amount>0.00</Amount>
<Description>Terry Eddington</Description>
<DisplayOrder>15</DisplayOrder>
<IsSummaryAccount>false</IsSummaryAccount>
</GLTransactionDistribution>
<BankAccount>test</BankAccount>
</GLTransaction>
<GLTransaction>
<Reference>119</Reference>
<Date>2014-07-10</Date>
<Description>Terry Eddington</Description>
<PeriodDate>2014-07-10</PeriodDate>
<Type>Check</Type>
<JournalEntryInformation>
<JournalEntrySubType>Regular</JournalEntrySubType>
</JournalEntryInformation>
<BankTransactionInformation>
<BankAccount>test</BankAccount>
</BankTransactionInformation>
<Journal>General</Journal>
<GLTransactionDistribution>
<Account>751</Account>
<Amount>2692.31</Amount>
<Description>Terry Eddington</Description>
<DisplayOrder>1</DisplayOrder>
<IsSummaryAccount>false</IsSummaryAccount>
</GLTransactionDistribution>
<GLTransactionDistribution>
<Account>999</Account>
<Amount>0.00</Amount>
<Description>Terry Eddington</Description>
<DisplayOrder>2</DisplayOrder>
<IsSummaryAccount>false</IsSummaryAccount>
</GLTransactionDistribution>
</GLTransaction>
</IntegrationData>
--I am only concerned with extracting five fields and created a table to hold those five fields. I am