Need to remove <?xml version=“1.0” encoding=“utf-16”?> from the xml

前端 未结 4 1659
你的背包
你的背包 2021-01-01 11:31

Hi i am generating a xml by appying the xsl to a xml input. I need the output without this part \"\"

in

4条回答
  •  感情败类
    2021-01-01 11:58

    Use this XSLT to remove encoding=“UTF-8” from xml Document using XSLT.In Cdaata section You can add encoding as your will. Cheers:)

    
    
        
        
            ]]>
            
        
    
    

提交回复
热议问题