how do i merge multiple xslt files and xml files to input as one another to get the final output?
问题 I have three xsl files and one input file: -input.xml process1.xsl output1.xml -output1.xml process2.xsl output3.xml now i want to just have it as: input.xml process.xslt output.xml process1.xsl, process2.xsl and their outputs should passed as the input to the xsl file and generate output.xml in the same process.xsl file. how do i do this in xslt , i have referred to xslt apply imports but i am not getting proper reference for assigning the xml output as input for another xsl file all in one