xsl-list
[Top] [All Lists]

Re: [xsl] generate-id() explanation

2010-05-24 11:51:25
a kusa wrote:

A generate-id() when used within an XML document on multiple
nodes, generates unique id values for each of the nodes.

Is this correct?

  Yes.  And it is guaranteed to generate always the same ID when
called on the same node.  The typical example is the creation of
a table of content: you pass through the entire document in a
first pass, in a mode dedicated to generating the ToC, using
generate-id on say, the section elements, to generate links to
the sections; then you pass through the entire document a second
time, to format the actual content, setting on each section the
same ID used in the ToC (by calling generate-id again on the
section elements).

  Regards,

-- 
Florent Georges
http://fgeorges.org/
























      


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