Changeset 263
- Timestamp:
- 10/24/07 22:26:15 (8 months ago)
- Files:
-
- trunk/classes/phing/filters/XincludeFilter.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/classes/phing/filters/XincludeFilter.php
r147 r263 77 77 } 78 78 79 $this->log("Transforming XML " . $this->in-> __toString() . " using Xinclude ", Project::MSG_VERBOSE);79 $this->log("Transforming XML " . $this->in->getResource() . " using Xinclude ", Project::MSG_VERBOSE); 80 80 81 81 $out = '';
