RE: [xsl] spaces between all characters in JDom output

Subject: RE: [xsl] spaces between all characters in JDom output
From: "Michael Kay" <mhk@xxxxxxxxx>
Date: Tue, 15 Jul 2003 15:51:52 +0100
> I've parsed some html into a JDom document and outputtet it 
> to another 
> String. There is a space between all the characters in the 
> output. How do I 
> solve that?

Most likely they aren't spaces, but the high-order bytes of UTF-16
characters. Either use an enocidng other than UTF-16 for the output, or
display it using something that knows how to display UTF-16.

Where does XSLT fit into this?

Michael Kay


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread