After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 170074 - xref @endterm not correctly supported
xref @endterm not correctly supported
Status: RESOLVED FIXED
Product: yelp
Classification: Applications
Component: XSLT
2.9.x
Other All
: Normal major
: ---
Assigned To: Shaun McCance
Yelp maintainers
Depends on:
Blocks:
 
 
Reported: 2005-03-12 15:49 UTC by Sean Wheller
Modified: 2005-06-20 21:46 UTC
See Also:
GNOME target: ---
GNOME version: 2.9/2.10


Attachments
Fixes the xref with @endterm formatting problem (646 bytes, patch)
2005-03-13 00:05 UTC, Sean Wheller
none Details | Review

Description Sean Wheller 2005-03-12 15:49:38 UTC
Create an xref element with an endterm attribute inline of a para.
<para>Some text here, see <xref linkend="foo-id" endterm="foo-id-title"/>. The
next sentence follows.</para>

Create a sect* 

<sect1 id="foo-id">
<title id="foo-id-title">Some Title Here</title>
<para> ...</para>
</sect1>

See the result. The cross-reference is made by formatting is wrong and hyperlink
starts on new line instead of remaining inline to the <para>.
Comment 1 Sean Wheller 2005-03-13 00:03:42 UTC
The attached patch is from Mithrandir over at Ubuntu. I have check it and it works.
Comment 2 Sean Wheller 2005-03-13 00:05:27 UTC
Created attachment 38613 [details] [review]
Fixes the xref with @endterm formatting problem
Comment 3 Sean D. Quinn 2005-06-20 21:34:08 UTC
Bump. As an ubuntu documentation developer, in a project highly reliant on
YELP's xref endterm formatting, please apply this patch.
Comment 4 Shaun McCance 2005-06-20 21:46:18 UTC
This was fixed on May 6