[xsl] FW: Performance Questions

Subject: [xsl] FW: Performance Questions
From: Bryan Kearney <bkearney@xxxxxxxxxxx>
Date: Fri, 24 May 2002 12:32:57 -0600
I realize that this is somewhat processor dependent, but I am seeing the
XSLT portion of a site take up a lot of CPU. I was wondering if, and how
much, the following would have on CPU and therefore performance:


- Deep Matches: <xsl:apply-templates match="one/two/three/four"/>
- Deep Selects: <xsl:value-of select="one/two/three/four"/>
- Selects from root, when you are down low. For example, at four and select
<xsl:value-of select="/some/other/deep/path"/>

I am currenly using Xalan 2.3.1. Thanks in advance.

-- bk

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


Current Thread