Subject: RE: spaces between all characters in JDom output
From: Nick Vincent <nick@xxxxxxxxxxxx>
Date: Tue, 15 Jul 2003 14:21:21 +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?
Sounds like you may be using UTF-8,UTF-16 or Unicode as your text format as
these can all use a 2 byte representation for a single character. You're
probably encountering Unicode or UTF-16 data if you have a leading space
before _every_ character.
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|