I have a lookup table which contains both description and filed names.
<Codes>
<Code>
<ErrorCodes>Erro1</ErrorCodes>
<Description>Invalid action indicator</Description>
<Field>actionIndicator</Field>
</Code>
<Code>
<ErrorCodes>Error2</ErrorCodes>
<Description>Invalid User</Description>
<Field>userName</Field>
</Code>
....
</Codes>
I process following xml with the above lookup document.
I have already spend several hours trying to figure out groupings but with lookup values I am not getting much luck. Can anyone help me with this please!!!.
Subject:Grouping on lookup values. Author:(Deleted User) Date:20 Sep 2007 06:58 AM
Hi Khalid,
if you want to have the Fields to be written at the end, you shouldn't invoke the apply-templates in the SystemError template; you should instead create a template for ErrorGroup and fill it with a apply-template, then a for-each on SystemError with the call to Codes inside it.