Update of /cvsroot/tm4j/tm4j/src/org/tm4j/topicmap/dom In directory usw-pr-cvs1:/tmp/cvs-serv10725 Modified Files: DOMBaseNameImpl.java DOMReferenceImpl.java DOMScopeImpl.java DOMTextObjectImpl.java DOMTopicMapImpl.java DOMTopicMapObjectImpl.java Log Message: Fixed several bugs pertaining to XPath evaluations, and implemented the Scope Equality Principle (well, to a certain extent).\n\nThe XPath statements used for selecting child elements, though functional, still look very ugly. This is due to the fact that I'm using a workaround dealing with local element and attribute names rather than selecting child nodes by name directly. I've tried the same with tricks like namespaceNode and PrefixResolver classes, but to no avail. \n\nIf one of you wants to take a look at this and point me in the right direction, please do -- I'll be grateful. |