xml parser

PHPMaster.com: Bending XML to Your Will

PHPDeveloper.org  Thu, 01/26/2012 - 11:04

PHPMaster.com has a new tutorial posted today about "bending XML to your will" - working with XML data using the XML Parser and SimpleXML functionality already included with PHP.


 

Christian Schaefer's Blog: Simply iterate over XML with plain PH...

PHPDeveloper.org  Thu, 03/10/2011 - 08:11

In a new post to his Test.ical.ly blog Christian Schaefer shows you how to iterate over XML in a more efficient way with the help of the XMLReader and Iterator features that come with PHP.


 

Easy Web Spidering in Ruby with Anemone

Ruby Inside  Thu, 07/02/2009 - 14:40

anemone Anemone is a free, multi-threaded Ruby web spider framework from Chris Kite, which is useful for collecting information about websites.

With Anemone you can write tasks to generate some interesting statistics on a site just by giving it the URL.


 

Feedzirra - A New Ruby Feed Library “Built for Speed”

Ruby Inside  Tue, 02/03/2009 - 22:50

feedzirra.gif Feedzirra is an all-new Ruby feed parsing (it's not a generator) library by Paul Dix.

The choice of feed parsing libraries in Ruby has been reasonably limited so far, so Feedzirra is a most welcome addition to the Ruby ecosystem.


 

Nokogiri: A Faster, Better HTML and XML Parser for Ruby (than Hp...

Ruby Inside  Fri, 10/31/2008 - 11:50

html-xml.pngYesterday, Aaron Patterson (@tenderlove) and Mike Dalessio released Nokogiri (Github repository), a new HTML and XML parser for Ruby.