Something is not quite right in the ruby XPath wrapper.

I have this XHTML with some <div> in the document.
<html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en">

XPath //div should return the <div> but it doesn't find anything.

If I add an alias namespace for foo: then //foo:div returns the correct results.
<html xmlns="http://www.w3.org/1999/xhtml";
xmlns:foo="http://www.w3.org/1999/xhtml"; xml:lang="en">

So something is not set up correctly in the ruby C wrapper for
matching the default namespace.  I'm trying to debug this but any
clues would help.

--
Jon Smirl
[EMAIL PROTECTED]
_______________________________________________
xml mailing list, project page  http://xmlsoft.org/
[email protected]
http://mail.gnome.org/mailman/listinfo/xml

Reply via email to