Revision 59
Added by Aaron Marcuse-Kubitza about 13 years ago
simplify_xpath | ||
---|---|---|
1 | 1 |
#!/usr/bin/env python |
2 | 2 |
# Removes duplication from XPath expressions |
3 |
# Filters one XPath per line from stdin to stdout |
|
3 | 4 |
|
4 | 5 |
import re |
5 | 6 |
import sys |
Also available in: Unified diff
map: Added support for custom fkeys to parent in db XML trees. Removed extraneous csv reader/writer config because Excel format is default. Improved documentation.