Trees | Indices | Help |
|
---|
|
Recusively process the include elements in an XML Schema file. Produce a single file that contains all included content. Input is read either from a file or from stdin. Output is written either to a file or to stdout.
python process_includes.py [options] [ infile [ outfile ] ]
python process_includes.py infile.xsd python process_includes.py infile.xsd outfile.xsd python process_includes.py infile.xsd > outfile.xsd cat infile.py | python process_includes.py > outfile.xsd
|
|||
|
|||
|
|||
|
|||
|
|||
|
|
|||
WhichElementTree =
|
|||
FORCE = False
|
|||
NAMESPACE_PAT = re.compile(r'\{.
|
|||
USAGE_TEXT =
|
|||
__package__ = None hash(x) |
|
USAGE_TEXT
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri Jun 20 03:53:30 2014 | http://epydoc.sourceforge.net |