How can I use JavaScript to transform XML & XSLT?

前端 未结 5 1403
轻奢々
轻奢々 2020-11-29 04:24

I want to use JavaScript to show my XSLT, but on my server nothing is showing up in the browser.



        
5条回答
  •  长情又很酷
    2020-11-29 04:41

    Use this script to transform test.xml using test.xsl and append the output to container.

     

提交回复
热议问题