Those aren't Control-A's you are seeing, they are the UTF-8 encoding of the
non-breaking space character (00A0 in Unicode). The two-character sequence
in UTF-8 encoding is C2 and A0. Most browsers support UTF-8, and the XHTML
output should indicate the encoding with:
<meta http-equiv="Content-Type"
content="text/html; charset=UTF-8" />
That should be enough for the browser to recognize the character as a space
character, not as an unknown character. What browser are you using?
The reason the nonbreaking spaces are output to empty cells is because some
browsers don't properly handle cell border display for truly empty cells.
Bob Stayton
Sagehill Enterprises
DocBook Consulting
----- Original Message -----
From: "Brian McGurk" <>
To: <>
Sent: Thursday, March 04, 2004 9:10 AM
Subject: [docbook-apps] empty table cells
> I've got a document with an informaltable with empty entries and
> the 1.61.2 xhtml stylesheets produce odd results. When I look at the
> resultant html in a browser I see a '^A' in the empty cells.
> The stylesheet seems to output a   for an empty cell.
>
> Any ideas on how to avoid this?
>
> BTW is there a list somewhere of the meaning of the &#xxx; entities?
>
> Thanks,
>
> Brian
>
>
> To unsubscribe from this list, send a post to
, or visit
http://www.oasis-open.org/mlmanage/.
>
>
>