xsl-list
[Top] [All Lists]

Re: [xsl] Processing two documents, which order?

2011-04-08 05:00:25
On Fri, 08 Apr 2011 10:48:40 +0100
David Carlisle <davidc(_at_)nag(_dot_)co(_dot_)uk> wrote:

On 08/04/2011 09:52, Dave Pawson wrote:
Mixed solution.

Bash script


I'd be really surprised if this wasn't much slower than just making a 
single regex of all your words |'d together.

The regex optimiser might struggle a bit to optimise a long or list,
but compared to starting up the JVM and recompiling the stylesheet 
repeatedly for every property.....

David

Efficiency isn't an issue. The alternative is hand editing.
15 minutes run time is good with that sort of comparison!



-- 

regards 

-- 
Dave Pawson
XSLT XSL-FO FAQ.
http://www.dpawson.co.uk

--~------------------------------------------------------------------
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>
--~--