How to parse xml with Classic asp?

后端 未结 2 1887
不思量自难忘°
不思量自难忘° 2021-01-27 23:36

Hi I need to parse xml with Classic asp

here is the xml

    


        
2条回答
  •  时光取名叫无心
    2021-01-28 00:25

    ondrejsv is right - XMLDom is easy to learn. It's also a standard, so once you learn it in one language, it's the same in every other language.

    Devguru.com has an excellent reference with lots of examples... I've always found it a lot more useful than MSDN.

提交回复
热议问题