Hello All, I have just begun to use the xalan-j XSLT filter, I am currently calling it like this:
java org.apache.xalan.xslt.Process -in T0530s-test.xml -xsl workflow.xsl > out.html And it works fine, however I would really like to be able to split up the output file into several files, is there an XSLT extention that allows me to do this, ie produce different trees, and put them in different files. Thanks in advance, Nicholas Waltham
