Changeset 2 for reactor/core/abstractObjectFactory.cfc
- Timestamp:
- 10/7/2005 9:31:38 PM (3 years ago)
- Files:
-
- 1 modified
-
reactor/core/abstractObjectFactory.cfc (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
reactor/core/abstractObjectFactory.cfc
r1 r2 78 78 79 79 <!--- read the Record xsl ---> 80 <cffile action="read" file="#expandPath("/reactor/xsl/ #getDbType()#/record.base.xsl")#" variable="xslBase" />81 <cffile action="read" file="#expandPath("/reactor/xsl/ #getDbType()#/record.custom.xsl")#" variable="xslCustom" />80 <cffile action="read" file="#expandPath("/reactor/xsl/record.base.xsl")#" variable="xslBase" /> 81 <cffile action="read" file="#expandPath("/reactor/xsl/record.custom.xsl")#" variable="xslCustom" /> 82 82 83 83 <!--- transform this structure into the base Record object ---> … … 151 151 152 152 <!--- read the to xsl ---> 153 <cffile action="read" file="#expandPath("/reactor/xsl/ #getDbType()#/to.base.xsl")#" variable="xslBase" />154 <cffile action="read" file="#expandPath("/reactor/xsl/ #getDbType()#/to.custom.xsl")#" variable="xslCustom" />153 <cffile action="read" file="#expandPath("/reactor/xsl/to.base.xsl")#" variable="xslBase" /> 154 <cffile action="read" file="#expandPath("/reactor/xsl/to.custom.xsl")#" variable="xslCustom" /> 155 155 156 156 <!--- transform this structure into the base TO object --->

