Re: [libxml-devel] XML namespace

2008-08-08 Thread Trans
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'

[libxml-devel] XML namespace

2008-07-31 Thread Aaron Patterson
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/ -- Aaron Patterson http://tenderlovemaking.com/ ___ libxml-devel mailing list libxml-devel@rubyforge

Re: [libxml-devel] XML namespace issues

2008-02-20 Thread Keith Fahlgren
On 2/15/08 6:44 PM, [EMAIL PROTECTED] wrote: > Hey everyone, > I've been working on parsing rss feeds with libxml-ruby, and > everything seemed to be working great until I ran across files without > namespaces defined. For example, if I try to parse this semi-valid > xml file: > > > > > http

[libxml-devel] XML namespace issues

2008-02-20 Thread [EMAIL PROTECTED]
Hey everyone, I've been working on parsing rss feeds with libxml-ruby, and everything seemed to be working great until I ran across files without namespaces defined. For example, if I try to parse this semi-valid xml file: http://nowhere.com/test.jpg"/> libxml strips the media namespace o