Is There A Standard XML Parser?

I'm just getting started with Ruby and need one of my applications to parse an XML file provided by a client. I've been looking at using REXML, but I have a feeling there might be a XML parser library included in the Ruby 1.8 distribution. Am I mistaken or just blind? I noticed it has a YAML parsing library, which is what makes me think there's probably an XML parsing one too.

Thanks in advance for any advice!

-Mark

Yes.

REXML.

-austin

···

On Sat, 8 Jan 2005 07:49:43 +0900, Mark Bennett <mark@the-bennetts.ca> wrote:

I'm just getting started with Ruby and need one of my applications to
parse an XML file provided by a client. I've been looking at using
REXML, but I have a feeling there might be a XML parser library included
in the Ruby 1.8 distribution. Am I mistaken or just blind? I noticed
it has a YAML parsing library, which is what makes me think there's
probably an XML parsing one too.

Thanks in advance for any advice!

--
Austin Ziegler * halostatue@gmail.com
               * Alternate: austin@halostatue.ca

REXML *is* included in the 1.8 distribution

martin

···

Mark Bennett <mark@the-bennetts.ca> wrote:

I'm just getting started with Ruby and need one of my applications to
parse an XML file provided by a client. I've been looking at using
REXML, but I have a feeling there might be a XML parser library included
in the Ruby 1.8 distribution. Am I mistaken or just blind? I noticed
it has a YAML parsing library, which is what makes me think there's
probably an XML parsing one too.