Revision 2106
Added by Aaron Marcuse-Kubitza over 12 years ago
bin/map | ||
---|---|---|
373 | 373 |
pool.share_vars(locals()) |
374 | 374 |
|
375 | 375 |
row_root = root.cloneNode(True) # deep copy so don't modify root |
376 |
xml_func.process(row_root, on_error) |
|
376 |
xml_func.process(row_root, on_error, out_db)
|
|
377 | 377 |
if not xml_dom.is_empty(row_root): |
378 | 378 |
assert xml_dom.has_one_child(row_root) |
379 | 379 |
try: |
Also available in: Unified diff
bin/map: When calling xml_func.process(), pass DB connection if available