X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/bfec9cc7ab5a396f7662090b208691ec59a69f1b..2f1753cc3e240fa497a87873ed19fe3f11e22331:/doc/xslt/params/ulink.hyphenate.chars.xml diff --git a/doc/xslt/params/ulink.hyphenate.chars.xml b/doc/xslt/params/ulink.hyphenate.chars.xml new file mode 100644 index 00000000..7fdd771d --- /dev/null +++ b/doc/xslt/params/ulink.hyphenate.chars.xml @@ -0,0 +1,37 @@ + + +ulink.hyphenate.chars +string + + +ulink.hyphenate.chars +List of characters to allow ulink URLs to be automatically hyphenated on + + + + +/ + + + +Description + +If the ulink.hyphenate is not empty, then +hyphenation of ulinks is turned on, and any +character contained in this parameter is treated as an allowable +hyphenation point. + +The default value is /, but the parameter +could be customized +to contain other URL characters, as for example: + +<xsl:param name="ulink.hyphenate.chars">:/@&?.#</xsl:param> + + + +