xsl-list
[Top] [All Lists]

[xsl] Re: Will Saxon 9 optimize or cache this so performance doesn't degrade?

2013-02-06 00:40:59
Thanks, Michael, for your reply.

change it to: <xsl:variable name="topicChapters" 
select="$map//*[contains(@class, ' bookmap/chapter ')]
               union $map//*[contains(@class, ' bookmap/appendix ')]
               union $map//*[contains(@class, ' bookmap/preface ')]"/>

I will try that. I have no reason to make a fresh copy each time. This is a 
newbie error.

But if $map is local, no such luck. Your best bet then would be to turn it 
into a memo function.

What's a memo function?

Thx

Steve Fogel | Information Architect, Oracle Database | 650.506.4914
Oracle Server Technologies Information Development
500 Oracle Parkway | M/S 4op1126 | Redwood Shores, CA 94065


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--


<Prev in Thread] Current Thread [Next in Thread>