I'm not sure if I'm just doing something wrong or whatnot, but I
cannot get any form of xpath searching to work on a parsed string.
Specifically, here is what is happening:
-> XML generated, sent out to server
<- Server receives XML, sends out response
-- response received, xml = XML::Parser.strin
Bugs item #21424, was opened at 2008-08-03 10:50
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=1971&aid=21424&group_id=494
Category: General
Group: None
Status: Open
Resolution: None
Priority: 3
Submitted By: Nobody (None)
Assigned to: Nobody (None)
Summary: Stringin
Bugs item #21424, was opened at 2008-08-03 11:50
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=1971&aid=21424&group_id=494
Category: General
Group: None
Status: Open
Resolution: None
Priority: 3
Submitted By: Nobody (None)
Assigned to: Nobody (None)
Summary: Stringin
On Jul 31, 11:37 am, "Aaron Patterson" <[EMAIL PROTECTED]>
wrote:
> I guess its a little late to find this, but the expat ruby wrapper is
> using the XML namespace. Just FYI! :-)
>
> http://rubyforge.org/projects/xmlparser/
That okay. We are smarter than average bear ;)
require 'libxml'