SPUG: xml parsing

Chris Wilkes cwilkes-spug at ladro.com
Wed Oct 4 10:18:40 PDT 2006


On Wed, Oct 04, 2006 at 10:06:02AM -0700, luis medrano wrote:
> List,
> I trying to grab the content of xml file is under this tag
> <book:isbn>1-56592-243-3</book:isbn> but I tried to do it like this:

[ snip ]

> any idea how I can work around this?

Use a perl module like XML::Simple to handle XML.  You'll save yourself
the trouble of trying to do it yourself.

Chris


More information about the spug-list mailing list