OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

ubl-lcsc message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: [ubl-lcsc] ERRATA! Processing Efficiency Test WAS Re:PositionPaper on List Containers


IMPORTANT CORRECTION
--------------------------------

Sorry folks but I'll have to quickly retract my previous finding about list containers

Tim pointed out that there was adifference in sizes between my two files (my excuse - trying to do more than time allows again)

***   The results I obtained before were solely due to a editing error ***

When I corrected this  ** There was no difference in the times of processing **


Thanks Tim for a timely correction. 
Sincere apologies for this misleading error. 
I'm glad I included the two test files with the last message.

The erroneous file was the test1.xml file - somehow dragging and dropping the lines into the InvoiceLineList lost all but 167 of the lines.
The output I now get with 1000 line (on a different machine mind) is

Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.

C:\ubltest\test>saxon -t test.xml test.xsl
SAXON 6.5.3 from Michael Kay
Java version 1.1.4
Preparation time: 188 milliseconds
Processing file:/C:/ubltest/test/test.xml
Building tree for file:/C:/ubltest/test/test.xml using class com.icl.saxon.tinyt
ree.TinyBuilder
Tree built in 422 milliseconds
<html>
   <head>
      <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
   </head>
   <body></body>
</html>Execution time: 500 milliseconds

C:\ubltest\test>saxon -t test1.xml test.xsl
SAXON 6.5.3 from Michael Kay
Java version 1.1.4
Preparation time: 187 milliseconds
Processing file:/C:/ubltest/test/test1.xml
Building tree for file:/C:/ubltest/test/test1.xml using class com.icl.saxon.tiny
tree.TinyBuilder
Tree built in 485 milliseconds
<html>
   <head>
      <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
   </head>
   <body></body>
</html>Execution time: 547 milliseconds

C:\ubltest\test>saxon -t test.xml test.xsl
SAXON 6.5.3 from Michael Kay
Java version 1.1.4
Preparation time: 188 milliseconds
Processing file:/C:/ubltest/test/test.xml
Building tree for file:/C:/ubltest/test/test.xml using class com.icl.saxon.tinyt
ree.TinyBuilder
Tree built in 422 milliseconds
<html>
   <head>
      <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
   </head>
   <body></body>
</html>Execution time: 500 milliseconds

C:\ubltest\test>saxon -t test1.xml test.xsl
SAXON 6.5.3 from Michael Kay
Java version 1.1.4
Preparation time: 188 milliseconds
Processing file:/C:/ubltest/test/test1.xml
Building tree for file:/C:/ubltest/test/test1.xml using class com.icl.saxon.tiny
tree.TinyBuilder
Tree built in 437 milliseconds
<html>
   <head>
      <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
   </head>
   <body></body>
</html>Execution time: 500 milliseconds

C:\ubltest\test>



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]