Re: [docbook-apps]  

From
Bob Stayton <>
Date
2007-03-07T01:18:57+00:00
ID
035f01c76056$89a4ee90$6400a8c0@totoro
Thread
Re: [docbook-apps] &thinsp;
Actually, that character is recognized by IE6 when 
you use an output encoding of "utf-8".  It just isn't recognized in the 
default output encoding of "iso-8859-1".  

 

You need to use a stylesheet customization layer 
that sets the output encoding to utf-8, as described here:

 

http://www.sagehill.net/docbookxsl/OutputEncoding.html

 

Bob Stayton
Sagehill Enterprises
DocBook Consulting


 

 

  
----- Original Message ----- 

  
From: 
   

  
To:  
  

  
Sent: Monday, March 05, 2007 5:21 
AM

  
Subject: [docbook-apps] 
&thinsp;

  

  

  
Hi all,

  
 

  
I want to write a thin space betweeen two character. 
  For this I found the &thinsp;-Entity.

  
 

  
But if I write in my docbook-File something like 
  this

  
 

  
a&thinsp;b

  
 

  
in order to generate a HTML-File with the standard 
  html/docbook.xsl-File 

  
 

  
I get a html-File with

  
 

  
a&#8201;b

  
 

  
which is obviously a unknown character in the 
  Internet-Explorer 6 :-(

  
 

  
 

  
Any hints?

  
 

  
Best 
  wishes

  
 

  
Robert