RE: [xsl] file_size_affecting_transformation??:manpreet

Subject: RE: [xsl] file_size_affecting_transformation??:manpreet
From: "Suman Kumar" <suman_kumar@xxxxxxxxxxx>
Date: Thu, 5 Aug 2004 16:35:24 +0530
I found the problem.I set -Xmx1000M.

I found Used Memory is increasing in every call.It amy be because of any
of the below jar.

We r using xercesimp.jar ,xalan.jar,sax.jar and dom.jar.Please Let me
know what is the latest and stable version for these jar Files.

Thanks
Suman Kumar

-----Original Message-----
From: Suman Kumar
Sent: Wednesday, August 04, 2004 8:33 PM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: RE: [xsl] file_size_affecting_transformation??:manpreet

Thanks Manpreet.

But we are moving it to different worksheet in the same workbook if the
rows > 60000 in that worksheet.
I know that one worksheet can contain some 60000 rows only.So my XSL is
such that it moves the record to another sheet if it is >60000 Records.

Thanks
Suman Kumar

-----Original Message-----
From: Manpreet Singh [mailto:singhm@xxxxxxxxxxx]
Sent: Wednesday, August 04, 2004 4:30 PM
To: 'xsl-list@xxxxxxxxxxxxxxxxxxxxxx'
Subject: [xsl] file_size_affecting_transformation??
Importance: High


hi,

  If you are talking about MS Excel, then the max number of records that
can be stored in a Ms excel file are little more that 60000. This could
be a reason that the processing stops. Please check.

Regards
Manpreet

-----Original Message-----
From: Suman Kumar [mailto:suman_kumar@xxxxxxxxxxx]
Sent: Wednesday, August 04, 2004 4:19 PM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: RE: [xsl] file_size_affecting_transformation??



Same Happening with me.
I am using XMl as Input File and Excel XML as output File using XSLT.I
am using Xalan.jar for transformation.It works for around 60000 records
and for large number of Records It doesn't give any Error and Transforms
only 60000 records (approx) to Excel XML.

Thnaks
Suman KUmar

-----Original Message-----
From: mankar@xxxxxxxxxxxxxxx [mailto:mankar@xxxxxxxxxxxxxxx]
Sent: Wednesday, August 04, 2004 3:52 PM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: [xsl] file_size_affecting_transformation??






Hallo,

I am generating svg files from xml source files exported from oracle
using xslt and saxon processor.Is there a possibility that the source
file size affects the success of an xsl transformation.I mean the
transformation may appear to have been completeted succesfully whithout
any errors, but the generated output, svg in my case is not rendered
correctly when the source file is considerably large.To be more specific
when i try to transform a source xml file containing geometry of one
polygon, the generated svg is absolutely correct.But when i try to
transform a source xml file containing geometry of the same polygon
along with a lot of other polygons the generated svg is not correct.Does
anyone have any idea if the source file size can affect the processor
performance and degrade the result of a transformation??

Regards
Manousos
Athens

Current Thread