> Do you get out of mem on cffile without the xml processing?
>
> Calvin
>
Line 8 -- the XmxTransform
1 <cfset path = getDirectoryFromPath(getCurrentTemplatePath())/>
2 <cfset path1 = "/Users/richard/Music/iTunes/iTunes Music
Library.xml"/>
3 <cffile action="" file="#path1#" variable="myxml">
4 <cfset mydoc = XmlParse(myxml)>
5
6 <cffile action="" file="#path#playlists.xsl" variable="xslDoc">
7
8 <cfset transformedXML = XmlTransform(mydoc, xslDoc)>
9
10 <cfoutput>#transformedXML#</cfoutput>
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

