Can I add an XML declaration to an XSLT output?

后端 未结 1 948
北海茫月
北海茫月 2021-01-19 12:30

Here is my current XML output:

    
    
    

        
1条回答
  •  自闭症患者
    2021-01-19 13:01

    Just use xsl:output.

    Example...

    
      
    
      
        
          
        
      
    
    
    

    0 讨论(0)
提交回复
热议问题