[kde-doc-english] [Bug 248576] empty entity &David.Sweet.mail; (sonnet handbook)
Burkhard Lueck
lueck at hube-lueck.de
Tue Aug 24 08:40:00 CEST 2010
https://bugs.kde.org/show_bug.cgi?id=248576
Burkhard Lueck <lueck at hube-lueck.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |lueck at hube-lueck.de,
| |luigi.toscano at tiscali.it
--- Comment #2 from Burkhard Lueck <lueck hube-lueck de> 2010-08-24 08:39:58 ---
The entity &David.Sweet.mail; is defined properly in contributors.entities, but
nevertheless it does not appear in the generated html.
Looking at kdelibs/kdoctools/docbook/xsl/html/titlepage.xsl only an email in
this form is processed to html:
<author>
<firstname>Fred</firstname>
<surname>Flintstone</surname>
<affiliation>
<address>
<email>fred at bedrock.org</email>
</address>
</affiliation>
</author>
But according to http://lists.kde.org/?l=kde-docbook&m=122556813815680&w=2 this
form is obsolete and should be replaced by:
<author>
<personname>
<firstname>Fred</firstname>
<surname>Flintstone</surname>
</personname>
<email>fred at stoneage.org</email>
</author>
CC'ing Luigi Toscano, he is working on the XSL stuff afaik.
--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the kde-doc-english
mailing list