Project

General

Profile

« Previous | Next » 

Revision 59

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.

View differences:

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