This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Merging and Quines


Oliver,

Using Xalan on an 800 node xml file (example node below)  I get the
following timings for versions 1.2 & 1.3 of your merge xslt:

V1.2 1688618 millisecs
V1.3 1639537 millisecs

(both ~30 mins)

Example Node:

<CONFIGUREDITEM name="UniqueId.name">
  <GEN>2</GEN>
  <TIMESTAMP>8-SEP-1999 09:37:54</TIMESTAMP>
  <DESCRIPTION>General description if item</DESCRIPTION>
</CONFIGUREDITEM>

Is it because of the large number of string comparisons?

Incidentally, I used both version 1.2 and 1.3 on the version 1.2 and 1.3
files (they are, after all, XML).  Both took about 2 secs but I could not
load the merged xsl from v1.3 into IE5 (I could for v1.2 produced file).  I
get the error:

Reference to undeclared namespace prefix: 'ns1'. Line 29, Position 31 

<ns1:template match="m:merge">

Thanks

Tom


-----------------------------------------------------------------
        Visit our Internet site at http://www.reuters.com

Any views expressed in this message are those of  the  individual
sender,  except  where  the sender specifically states them to be
the views of Reuters Ltd.


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]