The Artima Developer Community
Sponsored Link

Web Services Forum
Which XML Parser or PHP library I can use...?

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Andy Huang

Posts: 1
Nickname: werdz24
Registered: Apr, 2009

Which XML Parser or PHP library I can use...? Posted: Apr 2, 2009 8:17 AM
Reply to this message Reply
Advertisement
I am receiving an XML response after posting data to a server. I need to parse the XML and then insert it into mysql.
The problem I am encountering is with the parsing of the XML. Once I able to parse the XML I can assign the elements to variables that I can in turn insert into mysql.
The XML elements vary from one to six lines so I have to loop through the tree and capture each element received and then assign the values to variables.
I am looking for a PHP library or which XML parser will be the most lightweight and easiest to implement?

Topic: Whose blog do you read everyday? Previous Topic   Next Topic Topic: Problem in inserting record in Siebel on demand's object thru web service

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use