Revision 4303
Added by Aaron Marcuse-Kubitza about 12 years ago
xml_func.py | ||
---|---|---|
203 | 203 |
xml_dom.replace(node, then) |
204 | 204 |
simplifying_funcs['_if'] = _if |
205 | 205 |
|
206 |
#### Merging |
|
207 |
|
|
208 |
simplifying_funcs['_alt'] = passthru |
|
209 |
simplifying_funcs['_merge'] = passthru |
|
210 |
|
|
206 | 211 |
##### XML functions |
207 | 212 |
|
208 | 213 |
# Function names must start with _ to avoid collisions with real tags |
Also available in: Unified diff
xml_func.py: Added _alt, _merge simplifying functions