Query XML file with PHP to return certain bookmarks...

Posted by josh brown on Stack Overflow See other posts from Stack Overflow or by josh brown
Published on 2010-03-08T04:18:52Z Indexed on 2010/03/08 4:21 UTC
Read the original article Hit count: 278

Filed under:
|
|

I have an XML file full of bookmarks from Google Bookmarks. (File: http://gist.github.com/324844) I want to pull the bookmark based on this path: xml_api_reply->bookmarks-bookmark->labels->label.

So, my question is How can I use SimpleXML to grab the bookmarks that have the label Inspiration? Some bookmarks may have more than one bookmark.

© Stack Overflow or respective owner

Related posts about php

Related posts about simplexml