[jdom-interest] & problems

Laurent Bihanic laurent.bihanic at atosorigin.com
Fri Sep 9 01:45:53 PDT 2005


Hi,

> Wherever there are question marks '?' I want to know
> what I would have to put there.

You should use the unicode character corresponding entity " ", which is \u00a0 :
     p.setText("\u00a0little indented text.");

> The output is what I need. It is a must.

You won't won't get " " in the output but " " instead which is exactly the same as " " is just an entity reference for this unicode character.

Laurent



More information about the jdom-interest mailing list