From: Bob Stayton Date: Mon, 25 Jul 2011 19:51:29 +0000 (+0000) Subject: Remove dated (2002) reference to supported ulink characters. X-Git-Tag: release/1.79.1~6^2~729 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f5fa61eb97c738b5bf9a643165fd0b52165b1cfc;p=docbook-dsssl Remove dated (2002) reference to supported ulink characters. Add caveat about this applying only to empty ulink elements. --- diff --git a/xsl/params/ulink.hyphenate.xml b/xsl/params/ulink.hyphenate.xml index 719e9374c..f80d465e3 100644 --- a/xsl/params/ulink.hyphenate.xml +++ b/xsl/params/ulink.hyphenate.xml @@ -28,8 +28,12 @@ is /). If the character in this parameter is a Unicode soft hyphen (0x00AD) or Unicode zero-width space (0x200B), some FO processors will be able to reasonably hyphenate long URLs. -As of 28 Jan 2002, discretionary hyphens are more widely and correctly -supported than zero-width spaces for this purpose. +Note that this hyphenation process is only applied when +the ulink element is empty and the url attribute is reused as +the link text. It is not applied if the ulink has +literal text content. The same applies in +in DocBook 5, where ulink was replaced with +link with an xlink:href attribute.