开发者

XML parsing in Drupal

开发者 https://www.devze.com 2023-03-05 04:40 出处:网络
I am trying to determine w开发者_Go百科hat the best way to parse XML in Drupal is? Should I use PHP or is there a module that might help? For the most part, I need to recover XML through URL requests.

I am trying to determine w开发者_Go百科hat the best way to parse XML in Drupal is? Should I use PHP or is there a module that might help? For the most part, I need to recover XML through URL requests.

Thanks! Jane


I've used PHP's SimpleXML extension in some Drupal modules to parse XML data returned from a web service.

0

精彩评论

暂无评论...
验证码 换一张
取 消