资讯

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 ...
However, a few tricks using XML, XSL, and Java can make it easier than you think. XML describes the structure of the data you are sending. Add XSL to complete some simple transformations.
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 ...