On Wed, Apr 22, 2009 at 9:49 AM, Juhani Connolly <[email protected]> wrote: > When using xmllib to parse an rss feed that includes an unquallified xml > namespace the document will include nothing. > Are we meant to be doing something special before calling xmlParseFile (or > another similar function)?
As per Michael Ludwig's post, you need to register the namespace, since the element "item" is now in the Atom namespace These two links should help: http://bobcat.webappcabaret.net/javachina/faq/xpath_01.htm#xpath_Q16 http://www.xmlsoft.org/examples/index.html#xpath1.c Boz _______________________________________________ xml mailing list, project page http://xmlsoft.org/ [email protected] http://mail.gnome.org/mailman/listinfo/xml
