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] Xref to a paragraph



Use <xref linkend="ID_PARA_dog" xrefstyle="select: nopage"/>:
http://www.sagehill.net/docbookxsl/CustomXrefs.html

David

> -----Original Message-----
> From: Demis Biscaro [mailto:Demis.Biscaro@Cmz.it] 
> Sent: Tuesday, January 13, 2009 1:21 AM
> To: docbook-apps@lists.oasis-open.org
> Subject: [docbook-apps] Xref to a paragraph
> 
> Hi all!
> 
> I've a problem with xref tag.
> This is the part of my source document (document_1.xml) where 
> I use the reference to a paragraph.
> 
> <para>The meaning of the word <xref linkend="ID_PARA_dog"/> 
> is explained in the following paragraph.</para>
> 
> <para id="ID_PARA_dog" xreflabel="dog">
>   Dog is a fuzzy and pretty pet that wags its tail when it 
> sees its owner.
> </para>
> 
> The result in my PDF document is:
> 
> The meaning of the word dog[9] is explained in the following 
> paragraph.
> 
> Dog is a fuzzy and pretty pet that wags its tail when it sees 
> its owner.
> 
> 
> instead of
> 
> 
> The meaning of the word dog is explained in the following paragraph.
> 
> Dog is a fuzzy and pretty pet that wags its tail when it sees 
> its owner.
> 
> 
> as I would expect.
> 
> Have got any suggestions to remove that useless number inside 
> square brackets?
> 
> I use docbook 4.3 and FOP.
> 
> Thanks,
> 
> Demis
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: docbook-apps-unsubscribe@lists.oasis-open.org
> For additional commands, e-mail: 
> docbook-apps-help@lists.oasis-open.org
> 
> 


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