What or which plugin in jquery shall i use to populate a html table with a xml file content?

后端 未结 3 601
囚心锁ツ
囚心锁ツ 2021-01-27 13:47

I have a requirement to display data from a xml file from server (path to file something like files/client.xml) into a html table or datagrid, which plugin or rathe

3条回答
  •  时光说笑
    2021-01-27 14:19

    You probably want to use XSLT - it will let you take the XML response and directly apply an XSL transform, which can then be inserted into the DOM.

提交回复
热议问题