Before making a new release of the library I wanna try to add the support for Xml Base. The problems are described in the final part of the recommendation:
The XPath [XPath] data model preserves neither base URI information nor the boundaries of external entities and thus is insufficient to support resolution of relative URI references within these entities to be resolved correctly. This includes relative URI references in xml:base attributes.
So, since I heavily use XPath I have to think a way to handle it… maybe I could track xml base attributes manually and add their values to compose the absolute uri… I’ll think
UPDATE: xml:base support has been committed into cvs with a lot of bugfixes
Refer to the changelog for the news.

