[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Plist parser for ruby

Patrick May

1/7/2006 7:23:00 PM

Hello,

I've thrown together a plist.xml parser for ruby:

http://www.narf-lib.org/2006/01/plistxml-parser-for...

The method Plist.parse_xml( filename ) returns a plist file as a tree
of Hash / Array / String / Integer / Float / Boolean values.

Cheers,

Patrick

p.s. Let me know if this already existed, I couldn't find it.