I'm using the v1.74 DocBook XSL package to generate HTML with xsltproc.
I recently noticed that the generated HTML files contain a non-ASCII
character: 0240 (0xa0).  

I gather that some programs use this character to represent a
non-breaking space, but for HTML my understanding is that " "
should be used instead.  If nothing else, the opensolaris.org web portal
does not like HTML that has 0240 in it.

Is there some configuration or command-line option that will cause
xsltproc to generate " " instead of 0x240, or do I have to do some
post-processing?

mike

Reply via email to