Creating multiple XML files & folders with XSLT
问题 I am trying to create an stylesheet to transform an XML to other format of an XML and in the process it should create multiple XML files that are placed in separate folders. The XML file I am trying to work with is very large(~50000 lines) and I want to automate it. So I don't have to hardcode every section. For example, if I have a simple XML like the following: <Site> <element run="test1"> <property name="aaa"/> <property name="bbb"/> <property name="ccc"/> <element run="test2"> <property