Read XML file using javascript

后端 未结 4 1302
鱼传尺愫
鱼传尺愫 2020-12-10 12:55

My XML file format is as below.


       
          
          
          <         


        
4条回答
  •  独厮守ぢ
    2020-12-10 13:03

    If you get this from a Webserver, check out jQuery. You can load it, using the Ajax load function and select the node or text you want, using Selectors.

    If you don't want to do this in a http environment or avoid using jQuery, please explain in greater detail.

提交回复
热议问题