Changeset 85
- Timestamp:
- 04/03/02 10:28:05 (7 years ago)
- Files:
-
- trunk/RBFoundation/RBFoundation/XMLObjectify.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/RBFoundation/RBFoundation/XMLObjectify.py
r82 r85 133 133 return result 134 134 135 def _childrenToPrettyXML(self, strSplit='', nsOuter=''): 136 return ''.join(self._childrenToXML(strSplit, nsOuter)) 137 135 138 def _childrenToXML(self, strSplit='', nsOuter=''): 136 139 result = []
