Re: [xsl] First character in a word as capital-letter.

Subject: Re: [xsl] First character in a word as capital-letter.
From: "Joris Gillis" <roac@xxxxxxxxxx>
Date: Tue, 13 Sep 2005 14:58:00 +0200
Tempore 14:43:38, die 09/13/2005 AD, hinc in xsl-list@xxxxxxxxxxxxxxxxxxxxxx scripsit Michael Kay <mike@xxxxxxxxxxxx>:

I too have become a great believer in CSS.

I'm glad to hear that. You nearly gave me a heart attack when I encoutered the following code in your - in all other aspects excellent - XSLT 2.0 book (3rd edition):


<xsl:variable name="table-heading">
	<tr>
		<td><b>Date</b></td>
		<td><b>Home Team</b></td>
		<td><b>Away Team</b></td>
		<td><b>Result</b></td>
	</tr>
</xsl:variable>
(p. 248)

The output produced with the "Numbering the lines of a poem" example (p.371) isn't really orthodox either.

food for (4rd edition)?

regards,
--
Joris Gillis (http://users.telenet.be/root-jg/me.html)
B+Et ipsa scientia potestas estB;  - Francis Bacon , Meditationes sacrae

Current Thread