part of the iTunes library xml file.
When I try to transform the actual (3.7 meg) file, the program fails
with :
"Error","jrpp-144","06/14/04","05:24:54",," The specific sequence of
files included or processed is:
/Applications/JRun4/servers/cfmx61flex/cfusion/myMusic/
TransformPlaylists.cfm "
java.lang.OutOfMemoryError
Here's the code:
<cfset path = getDirectoryFromPath(getCurrentTemplatePath())/>
<cfset path1 = "/Users/richard/Music/iTunes/iTunes Music Library.xml"/>
<cffile action="" file="#path1#" variable="myxml">
<cfset mydoc = XmlParse(myxml)>
<cffile action="" file="#path#playlists.xsl" variable="xslDoc">
<cfset transformedXML = XmlTransform(mydoc, xslDoc)>
<cfoutput>#transformedXML#</cfoutput>
Is this a bug? .... A limitation?... a Feature?
TIA
Dick
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

