[xsl] merging multiple files into multiple files

Subject: [xsl] merging multiple files into multiple files
From: RPeterson@xxxxxxxxxxxxxx
Date: Mon, 16 Jun 2003 09:53:35 -0500



I have an xml file as such:

<masterFile>
      <file name="file1.xml" type="A"/>
      <file name="file2.xml" type="B"/>
      <file name="file3.xml" type="B"/>
      <file name="file4.xml" type="A"/>
      <file name="file5.xml" type="C"/>
      <file name="file6.xml" type="A"/>
</masterFile>

I want to combine  and write out the type A files together, type B files
etc.  I am able to combine all the files together with one stylesheet and
then use another to split them out by type using xalan:write.  Is there a
way to use just one stylesheet and do the process all at once?

Thanks in advance

RJ


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread