Actions
Bug #47
closeddoctype and docid attr are needed in xml_index table
Start date:
07/28/2000
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
47
Description
We need to add doctype and docid attr in xml_table to be able to search for
unique paths there by a given doctype(s).
docid is for other kind of queries like for existance of element in a document.
Updated by Jivka Bojilova over 24 years ago
DONE
updateNodeIndex(docid, doctype) in DBSAXNode and other related classes are
changed for storing docid and doctype in xml_index table.
Actions