Revision 3715
Added by Aaron Marcuse-Kubitza over 12 years ago
map | ||
---|---|---|
428 | 428 |
|
429 | 429 |
row_root = root.cloneNode(True) # deep copy so don't modify root |
430 | 430 |
xml_func.process(row_root, on_error, is_rel_func, out_db) |
431 |
if debug: log_debug('Putting processed:\n'+str(row_root)) |
|
432 |
# only calc if debug |
|
431 | 433 |
if not xml_dom.is_empty(row_root): |
432 | 434 |
assert xml_dom.has_one_child(row_root) |
433 | 435 |
try: |
Also available in: Unified diff
bin/map: out_is_db: row-based mode: Debug-log the processed XML tree produced by xml_func.process()