Revision 2638
Added by Aaron Marcuse-Kubitza over 12 years ago
bin/map | ||
---|---|---|
405 | 405 |
pool.share_vars(locals()) |
406 | 406 |
|
407 | 407 |
row_root = root.cloneNode(True) # deep copy so don't modify root |
408 |
xml_func.process(row_root, on_error, rel_funcs, out_db)
|
|
408 |
xml_func.process(row_root, on_error) |
|
409 | 409 |
if not xml_dom.is_empty(row_root): |
410 | 410 |
assert xml_dom.has_one_child(row_root) |
411 | 411 |
try: |
Also available in: Unified diff
bin/map: out_is_db, row-based mode: Disabled using DB relational functions instead of XML functions because they were causing problems