XSLT to generate another XSLT script

后端 未结 3 1642
感动是毒
感动是毒 2021-02-20 13:51

In this thread I refer to my last thread: Convert XML to CSV using XSLT - dynamic columns.

The XSLT script in the refered thread works fine but with a large

3条回答
  •  情深已故
    2021-02-20 14:17

    To write one XSLT that outputs another you either need to generate the output elements using , e.g.

    
    

    or use if you want to use literal result elements. The XSLT spec has an example:

    
    
    
    
    
      
        
      
    
    

    Any elements in the stylesheet will become in the output.

提交回复
热议问题