XSLT for-each issue
Summary
Trying to loop over embedded XML in a mapper element.Content
I have an XML element and I embedded XML in that element and I need to parse over it to load attachments in OM. The oMAttachmentData_t element shows up in the mapper but I need to loop over all the <Attachment> elements embedded in it. I tried writing/reading the data and creating a complex type with the new schema but it doesn't work. I am able to parse them with sub-strings but cannot loop over them. Only 1 attachment gets created in the payload and OM.
XML sample:
Tagged:
0