Revision 2435
Added by Aaron Marcuse-Kubitza almost 13 years ago
bin/map | ||
---|---|---|
305 | 305 |
|
306 | 306 |
if by_col: |
307 | 307 |
map_table(col_names, []) # just create the template |
308 |
xml_func.strip(root) |
|
308 |
xml_func.strip(root, ['_simplifyPath'])
|
|
309 | 309 |
if debug: log_debug('Putting stripped:\n'+str(root)) |
310 | 310 |
# only calc if debug |
311 | 311 |
in_row_ct_ref = [0] |
Also available in: Unified diff
bin/map: by_col: xml_func.strip(): Don't remove _simplifyPath because it is now handled by db_xml.put_table()