OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Re: [docbook-apps] add 'id' afterwards automatically


> 
> IMHO generate-id(node-set) will generate a unique id for each given 
> node-set. It always use the context node if no node-set is given.
> so there is no need to run it recursivly. 

generate-id() is not guarantied to generate an identifier unique for the document.
It is only guarantied to produce a different string for each node. If another node already
has the same id as one just generated, there will be duplicate identifiers in the result.

> 
> Just use a stylesheet like this (not tested):
> 
....
> It should do the job.
> 

It won't.

David Tolpin
http://davidashen.net/


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]