Revision 4144
Added by Aaron Marcuse-Kubitza over 12 years ago
lib/xml_func.py | ||
---|---|---|
157 | 157 |
##### XML functions |
158 | 158 |
|
159 | 159 |
# Function names must start with _ to avoid collisions with real tags |
160 |
# Functions take arguments (items) |
|
160 |
# Functions take arguments (items, node)
|
|
161 | 161 |
|
162 | 162 |
#### Conditionals |
163 | 163 |
|
Also available in: Unified diff
xml_func.py: XML function specification documentation: Updated parameters