Concatenating xml files

前端 未结 4 2012
日久生厌
日久生厌 2021-01-05 14:48

I have several xml files, the names of which are stored in another xml file.

I want to use xsl to produce a summary of the combination of the xml files. I remember

4条回答
  •  [愿得一人]
    2021-01-05 15:31

    Thanks for all the answers. Here's the guts of the solution I'm using with msxml.

    
    
      
      
        
          
        
        
      
      
        
          
        
      
      
        
      
    
    

    Now I'm trying to improve performance as each file is around 8 MB and the transformation is taking a very long time, but that's another question.

提交回复
热议问题