XSLT split output files - muenchian grouping
问题 I have an XSLT file so as to transform large amount of data. I would like to add a "split" functionality, either as a chained XSLT or within the current XSLT that can create multiple output files so as to limit the size of the files under a certain threshold. Let's assume that the input XML is as below: <People> <Person> <name>John</name> <date>June12</date> <workTime taskID="1">34</workTime> <workTime taskID="2">12</workTime> </Person> <Person> <name>John</name> <date>June13</date> <workTime