01-25-06 07:56 AM
Hi,
I have an XML schema of the following order:
<element>
<RepeatingRecords>
<RecType01>
<RecType></RecType>
<RecSubType>A</RecSubType>
<CustomerNumber>102057018</CustomerNumber>
<BillAccountNumber>128770187</BillAccountNumber>
<ReferralGroupNumber>2</ReferralGroupNumber>
<CustomerType>R</CustomerType>
</RecType01>
</RepeatingRecords>
</element>
The XML schema is for a flat file and if the records are not there in the
input file for the schema then the node <RecType01> will not even occur.If
that node doestnt occur then i have to pass "0" to an element in the
Destination schema. please help me in this issue with your valuable inputs.
thanks,
Ram.
[ Post a follow-up to this message ]
|