rug-compling / alpinocorpus

Library for handling Alpino corpora
GNU Lesser General Public License v2.1
8 stars 1 forks source link

Equality of two nodes is not correctly evaluated #7

Open danieldk opened 13 years ago

danieldk commented 13 years ago

Queries such as

//node[node[@cat="np"]/@begin = node[@cat="np"]/@end ]

do not work with the Berkeley DB XML backend. This seems to be a bug in DB XML, since this query evaluates fine using XQilla and regular document. I am discussing this problem upstream:

http://forums.oracle.com/forums/thread.jspa?threadID=2224974