|
Subject: Re: [xsl] Optimizing XSLT iteration From: Abel Braaksma <abel.online@xxxxxxxxx> Date: Mon, 08 Oct 2007 01:11:15 +0200 |
In order to convert it to SVG format:
<?xml version=' 1.0' encoding='UTF-8'?>
<?xml-stylesheet href="hvm_to_svg.css" type="text/css"? >
....
<xsl:for-each select="component">
<xsl:for-each select="trace">
<path >
<xsl:attribute name="class"> trace</xsl:attribute >
<xsl:attribute name="d">
<xsl:for-each select="locus[position()=1]">
XSLT profiler shows that 80% of the time is spent in enumerating the "locus" elements?
Is there a way to faster iteration of the "locus" elements?
Cheers, -- Abel Braaksma
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] Optimizing XSLT iteration, Abel Braaksma | Thread | RE: [xsl] Optimizing XSLT iteration, Michael Kay |
| Re: [xsl] Optimizing XSLT iteration, Sujata Gohad | Date | Re: [xsl] Optimizing XSLT iteration, David Carlisle |
| Month |