Relative Content

Tag Archive for xslt

Alternative to XML / XSLT for artifact generation?

The scenario: A system needs to produce a variety of artifacts to present to end-users during the normal course of business. Examples of these artifacts would be permits, invoices, or receipts — imagine any online app that gives you one of those “print this page for your records” pages. I’m working on a system that […]

XSLT to create copy of segment for multiple Items

I am trying to write an XSLT to check if L24/ITEM segment is repeating or not, if its repeating then we need create separate L24 segment with one ITEM segment, remaining segments will be same. which means ITEM is the key to repeat its header node L24. my XSLT is not giving the expected results, can you please assist here.