Changeset 2338
- Timestamp:
- 06/23/09 23:29:45 (9 months ago)
- Files:
-
- 1 modified
-
coldbox/trunk/system/plugins/XMLConverter.cfc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
coldbox/trunk/system/plugins/XMLConverter.cfc
r2337 r2338 29 29 <cfcomponent name="XMLConverter" 30 30 hint="A utility tool that can marshall data to XML" 31 extends="coldbox.system.Plugin" 31 32 output="false" 32 33 cache="true">
