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] Docbook XSL and RELAX NG documents


Matthew Burgess wrote:
> XRef to nonexistent id: ch-scripts-console
> Error: no ID for constraint linkend: ch-scatter-maillists.
> XRef to nonexistent id: ch-scatter-maillists
> 
> I've a feeling this too is namespace related, as the "id" attribute is 
> now namespace qualified, i.e. it's "xml:id".  Any ideas on solving this 
> one?  I took a quick look at xhtml/xref.xsl but couldn't see an 
> immediate way of fixing/hacking it.

Adding

<xsl:key name="id" match="*" use="@xml:id"/>

or

<xsl:key name="id" match="*" use="@*[local-name() = 'id']"/>

into your customization layer could help.

				Jirka

-- 
------------------------------------------------------------------
   Jirka Kosek     e-mail: jirka@kosek.cz     http://www.kosek.cz
------------------------------------------------------------------
   Profesionální školení a poradenství v oblasti technologií XML.
      Podívejte se na náš nově spuštěný web http://DocBook.cz
        Podrobný přehled školení http://xmlguru.cz/skoleni/
------------------------------------------------------------------

S/MIME Cryptographic Signature



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