Search found 1 match

by akr
Thu Dec 03, 2020 4:27 am
Forum: XSLT and FOP
Topic: XSLT Help
Replies: 1
Views: 1213

XSLT Help

I'm using a for-each loop for items packed in to a box. I may have 5 or 50 items in a box. Each box is assigned an ID. I need to associate the box ID with each item. However, my for-each loop xpath is as follows. xml/order/packages/package/items/item. I need to construct the new XML but also for eac...