Re: [xsl] improving performance in creating ids

Subject: Re: [xsl] improving performance in creating ids
From: "Liam R. E. Quin liam@xxxxxxxxxxxxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Tue, 23 Apr 2019 23:25:21 -0000
On Tue, 2019-04-23 at 12:08 +0000, Pieter Lamers
pieter.lamers@xxxxxxxxxxxx wrote:
> Hi All,
> 
> I need generated-ids on elements in a BITS file

Ibve often used nearby content to generate IDs (e.g. a section title
for the id of a setion); then in XSLT you can use a key to make sure
it's going to be unique (e.g. if there are duplicate section titles)
and in XQuery with a little care the key() will be done natively by the
database index so that should be fast too.

This probably doesnbt work so well if you are giving every element an
ID though.

Liam

-- 
Liam Quin, https://www.delightfulcomputing.com/
Available for XML/Document/Information Architecture/XSLT/
XSL/XQuery/Web/Text Processing/A11Y training, work & consulting.
Web slave for vintage clipart http://www.fromoldbooks.org/

Current Thread