xsl-list
[Top] [All Lists]

merging multiple files into multiple files

2003-06-16 07:53:35




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



<Prev in Thread] Current Thread [Next in Thread>
  • merging multiple files into multiple files, RPeterson <=