Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Ethereal-dev: Re: [Ethereal-dev] Improving rendered output of User and Developer Guide

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Ulf Lamping <ulf.lamping@xxxxxx>
Date: Mon, 04 Jul 2005 00:54:09 +0200
Hi Jaap!

Checked in.

I had a look at the changes, comments below.

Jaap Keuter wrote:

>+<!-- include a single TOC -->
>+<xsl:param name="generate.toc" select="'book toc'"/>
>+
>  
>
This seems to be changing the TOC, (use book style TOC, removes the list
of figures etc.) which should be at the end of the doc, good thing

>+<!-- hyphenate URL's after the slash -->
>+<xsl:param name="ulink.hyphenate" select="'&#x200b;'"></xsl:param>
>+
>  
>
What is the  &#x200b; ? Good thing anyway.

>+<!-- don't allow section titles to be hyphenated -->
>+<xsl:attribute-set name="section.title.properties">
>+  <xsl:attribute name="hyphenate">false</xsl:attribute>
>+</xsl:attribute-set>
>+
>  
>
I don't see any difference. What is it doing?

Regards, ULFL