Project

General

Profile

« Previous | Next » 

Revision 176

Added by Matt Jones about 24 years ago

added code to build an index of the paths through the DOM tree to each node in the tree as the node is being inserted

View differences:

xmltables.sql
21 21
DROP SEQUENCE xml_nodes_id_seq;
22 22
DROP SEQUENCE xml_catalog_id_seq;
23 23

  
24
DROP TRIGGER xml_nodes_before_insert;
25 24
DROP TRIGGER xml_catalog_before_insert;
26 25

  
27 26
DROP TABLE xml_index;

Also available in: Unified diff