Subject:For Each Author:Yvonne de Vries Date:03 Nov 2005 01:58 AM
I have an Excel sheet with Financial entries.
I have transform the Excel sheet to an XML with Stylus Studio.
The structure I want to create is
FinEntries
FinEntry
Unique ID
FinEntryLine
EntryLineID
FinEntryLine
EntryLineID
</FinEntry>
I use For each with FinEntry and a for each with FinEntryLine, but this gives not the result that I want.
Can you please help me to find the solution.