Re: [libxml-devel] Default attributes and DTDs

2008-01-14 Thread Dan Janowski
I'm not sure if this is a missing feature or a bug, but please register a feature request and include attachments, scripts and commands that you expect to work with an explicit illustration of what is missing and what it should look like. I am unfamiliar with the DTD handling, so the illust

[libxml-devel] More wierdness

2008-01-14 Thread Marc Munro
It's beginning to look as though something in one of my xml documents has been removed part-way through my use of it. I am trying to discover exactly what is happening but I have a question about how ruby and C objects interact within libxml. My understanding is that a mapping is maintained betwe

Re: [libxml-devel] xpath searching without specifying namespace?

2008-01-14 Thread Sam M.
I'm also having difficulties with this issue, and while I feel that libxml could be perfect for what I need, the fact that the documentation seems both very minimal, and a bit out of date is making me wonder whether I'll be able to use it for the app I'm working on. To reprise my situation: * sea

Re: [libxml-devel] xpath searching without specifying namespace?

2008-01-14 Thread Steven Parkes
* however I can't get _any_ search results when looking for elements in a document that has specified a namespace, but with the default/ empty prefix. You have to make whatever default namespaces you use explicit, e.g., try something like this example for xhtml: items