This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]