Re: Multiple reference citations

"Imsieke, Gerrit, le-tex" <[email protected]> Tue, 22 Jan 2019 13:09:13 +0100
Newsgroups gmane.text.docbook.misc
Organization le-tex publishing services GmbH
Message-ID <[email protected]>

On 22.01.2019 12:13, Peter Flynn wrote:
> 
> My localisation shim makes linkend IDREFS so there is no need for
> another attribute. The XSLT then does a for-each on
> tokenize(normalize-space(@linkend),' ')

Hi Peter,

Thanks, also for confirming that this feature doesn’t seem to be 
supported by default.

Your @linkend modification is an alternative approach that we 
considered. We don’t check IDREF constraints in our RNG validations, 
therefore we could use it without any modification. Somewhat hesitant 
though.

Gerrit

> 
> ///Peter