Crossfire Server, Trunk
|
Functions | |
def | arch2xml (root, filename, xsl_file='cfarches.xsl') |
def | escape (esc_me) |
def | Walk (root, recurse=0, pattern=' *', return_folders=0) |
def arch2xml.arch2xml | ( | root, | |
filename, | |||
xsl_file = 'cfarches.xsl' |
|||
) |
Definition at line 66 of file arch2xml.py.
References escape(), CFBank.open(), split(), and Walk().
def arch2xml.escape | ( | esc_me | ) |
Definition at line 58 of file arch2xml.py.
Referenced by arch2xml(), and inja::Lexer.scan_string().
def arch2xml.Walk | ( | root, | |
recurse = 0 , |
|||
pattern = '*' , |
|||
return_folders = 0 |
|||
) |
Definition at line 9 of file arch2xml.py.
Referenced by arch2xml().