Revision 70
Added by Aaron Marcuse-Kubitza about 13 years ago
db_xml.py | ||
---|---|---|
60 | 60 |
row[parent_ptr] = parent_id |
61 | 61 |
|
62 | 62 |
# Insert node |
63 |
for try_num in range(2): |
|
63 |
for try_num in xrange(2):
|
|
64 | 64 |
try: |
65 | 65 |
id_ = sql.get(db, table, row, pkey_, True, row_ct_ref) |
66 | 66 |
if store_ids: xml_dom.set_id(node, id_) |
Also available in: Unified diff
Finished VegX-VegBank mapping and created VegBank joins of mappings to VegX