News

XSL will also format the data returned from the legacy system — once the Java code transforms it back into XML — into a usable structure for the function or application using this API.
I'm struggling with xslt grouping in one case. Now, I have managed to get the grouping working perfectly with a source document like the following. I'm grouping on the id in this case. 1 12 1 34 2 ...
I've got a rather messy XML file and a complex XSLT. The XML file describes several folders and the documents they contain. Unfortunately, I cannot include the document's language directly in the ...