On Wed, 31 Jan 2001, Matt Sergeant wrote: > > My XML::Tree is far faster, much smaller, and doesn't dump core: > > > > http://homepage.mac.com/pauljlucas/software/xml_tree/ > > But its not as simple to use as XML::Simple, which is perfect for these > sorts of things :-) What could be simpler than: $xml = XML::Tree->new( 'foo.xml' ); $ref = $xml->as_array(); ? - Paul
- parsing an apache-like conf-file Jonas Nordström
- Re: parsing an apache-like conf-... Matt Sergeant
- Re: parsing an apache-like c... Steven Cotton
- Re: parsing an apache-like c... Paul J. Lucas
- Re: parsing an apache-li... Matt Sergeant
- Re: parsing an apach... Paul J. Lucas
- Re: parsing an ... Matt Sergeant
- Re: parsing... Paul J. Lucas
- Re: par... Matt Sergeant
- Re: par... Paul J. Lucas
- Re: parsing an apache-like conf-... Gustavo Vieira Goncalves Coelho Rios