Concatenate xml file in ant script

后端 未结 2 433
面向向阳花
面向向阳花 2021-01-25 12:49

I am new to ant script. I am looking for how to concatenate all the xml file in a folder into a single xml file in ant script.

In my project n number of xml files will

2条回答
  •  無奈伤痛
    2021-01-25 13:25

    Well, assuming the XSLT 2.0 processor used is Saxon 9 then you can do it along the lines of e.g.

    
    
    
    
    
      
        
      
    
    

提交回复
热议问题