Changeset 1894
- Timestamp:
- 10/23/08 18:48:00 (3 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
framework/trunk/src/main/php/net/stubbles/xml/xsl/stubXSLProcessor.php
r1763 r1894 216 216 217 217 $this->parameters[$nameSpace][$paramName] = $paramValue; 218 return $this; ;218 return $this; 219 219 } 220 220
