How create XML from XML using XSL?

前端 未结 3 2011
情书的邮戳
情书的邮戳 2020-12-30 06:17

How create XML from XML using XSL ?

I try like this.. but i not get a result

Test.xml

Alex <
3条回答
  •  半阙折子戏
    2020-12-30 06:37

    You might also want to add an output directive in your stylesheet:

    
    
    
    
    
    
      

    This causes the output to have a leading xml declaration:

    
    

提交回复
热议问题