PHP Classes

Processing XML in jQuery-style

Recommend this page to a friend!

      Generic XML parser class  >  Generic XML parser class package blog  >  Processing XML with a...  >  All threads  >  Processing XML in jQuery-style  >  (Un) Subscribe thread alerts  
Subject:Processing XML in jQuery-style
Summary:FluentDOM
Messages:2
Author:Fabian Grutschus
Date:2012-09-13 10:05:17
Update:2012-09-13 15:32:13
 

  1. Processing XML in jQuery-style   Reply   Report abuse  
Picture of Fabian Grutschus Fabian Grutschus - 2012-09-13 14:42:03
Hi,

if you like the fluent query style that jQuery is using you can have that for PHP too: http://fluentdom.github.com/.

  2. Re: Processing XML in jQuery-style   Reply   Report abuse  
Picture of Manuel Lemos Manuel Lemos - 2012-09-13 15:32:13 - In reply to message 1 from Fabian Grutschus
I understand that some people may enjoy a fluent interface to avoid assigning the objects to temporary variables.

However, you still need to write a lot of custom code to extract all the data you need.