Email Formatting

Hi,

There are lot of useful threads on this forum on email formatting and those really help me to develop email formating but in one scenario i need some help from all you WM experts.

I have one document list and i am looping thro it using %loop%. In this document list i have another document list and i don’t know how best i can loop thro this document list. I tried following option but not able to display any of the key of child document list

%loop Exceptions% // Main document list

Error=%value $index% Line Number:%value errorPosition% [B]%loop -struct childErrors% //Child Document list[/b] %loop –struct #$key% Reference:%value reference% %end% %end%

%end%