Hi Brian,
Thank you for your response.
I am having XML data in OrderItemCustomData column under Com_OrderItem table like:
<CustomData xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Receiver>
<RecipientName>Test Name</RecipientName>
<RecipientEmail>Test Email</RecipientEmail>
<Message>Test</Message>
</Receiver>
</CustomData>
So I want to display this data in order invoice template in tabular format.
What are the way to display above data by applying transformation using Macros or any other way? please suggest.