In article <[email protected]>, Chris Young <[email protected]> wrote:
> Should I be concerned about this? > Failed creating namespace xml No, that's normal. > Surely hubbub binding shouldn't be resorting to libxml2 calls? We use Hubbub to parse the documents. The binding builds a libxml tree, which we then create the box tree (for layout) from. That's just until we get libdom to a usable state, and then we'll be building a libdom tree instead. Once we get to that stage, we'll be able to make all sorts of improvements. Not least will be much* faster CSS selection (which profiling has shown us spending 2/3 of the time on). -- Michael Drake (tlsa) http://www.netsurf-browser.org/
