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]
Other format: [Raw text]

FW: Performance Questions


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


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