> With Robs help, I can transform a small test xml file that
> represents 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?

That's a lot of data to output to a browser. Where exactly is it failing? On
the CFFILE, the XmlTransform function, or the CFOUTPUT?

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
phone: 202-797-5496
fax: 202-797-5444
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to