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

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook message

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


Subject: Re: [docbook] Need help interpreting an error output


From https://tdg.docbook.org/tdg/5.2/xref.html

Under ordinary circumstances, the xref points to some element with its
linkend attribute and the processing system generates appropriate
cross-reference text. There are three ways for the author to influence
the generated text:

If the endterm attribute is specified on xref, the content of the
element pointed to by endterm will be used as the text of the
cross-reference.

Otherwise, if the object pointed to has a specified xreflabel, the
content of that attribute will be used as the cross-reference text.

Finally, the author may specify a keyword (or other information) in
the xrefstyle attribute. Unlike endterm and xreflabel which have rigid
semantics, the content of the xrefstyle attribute is simply additional
information for the processing system. What effect it has, if any, is
dependent on the processing system.


So the error is saying there is no text to 'make hot', e.g.
<a href='#target'>Hot text</a>


HTH


On Sun, 10 Jun 2018 at 07:54, openhab.doc <openhab.doc@web.de> wrote:
>
> Hi,
>
>
>
> wenn I run the following command for my docbook5 (relaxng) documents:
>
>
>
> xsltproc --xinclude --output Test.html /usr/share/xml/docbook/xsl-ns-stylesheets-1.79.2/html/docbook.xsl darktable.xml
>
> I get following error output:
>
>
>
> ERROR: xref linking to export_selected has no generated link text.
> Error: no ID for constraint linkend: "export_selected".
> ERROR: xref linking to lighttable_chapter has no generated link text.
> Error: no ID for constraint linkend: "lighttable_chapter".
> ERROR: xref linking to import has no generated link text.
> Error: no ID for constraint linkend: "import".
> ERROR: xref linking to export_selected has no generated link text.
> Error: no ID for constraint linkend: "export_selected".
> Error: no ID for constraint linkend: "image_information".
> ERROR: xref linking to collect_images has no generated link text.
> Error: no ID for constraint linkend: "collect_images".
> ERROR: xref linking to recently_used_collections has no generated link text.
> Error: no ID for constraint linkend: "recently_used_collections".
> ERROR: xref linking to selected_images has no generated link text.
>
>
>
> What does it exactly mean?
>
> In the different documents I use for example the following commands:
>
>
>
> ./lighttable/panels/geotagging.xml:    xml:id="geotagging">
> ./lighttable/panels/geotagging.xml:  <sect3 xml:id="geotagging_usage">
>
>
> ./lighttable/panels/panels.xml:  <xi:include href="geotagging.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
>
> ./map/map.xml:      <keyword>geotagging</keyword>
> ./map/map.xml:      (see <xref linkend="geotagging"/>).
>
>
>
> Thanks for your help
>
> Pierre



-- 
Dave Pawson
XSLT XSL-FO FAQ.
Docbook FAQ.


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