[jdom-interest] non-breakable space

rolf.lear at algorithmics.com rolf.lear at algorithmics.com
Wed Dec 3 09:30:59 PST 2008


You can also do...

Element label = new Element("label", xformsnamespace);
label.addContent("Address:");
label.addContent(new EntityRef("nbsp"));

Rolf

-----Original Message-----
From: jdom-interest-bounces at jdom.org
[mailto:jdom-interest-bounces at jdom.org] On Behalf Of Jabba Laci
Sent: Tuesday, December 02, 2008 6:32 PM
To: jdom
Subject: [jdom-interest] non-breakable space

Hi,

I'd like to produce the following XHTML output:

<xforms:label>Address:&nbsp;</xforms:label>

How to prevent that JDOM changes & to &amp; ?

Thanks,

Laszlo
_______________________________________________
To control your jdom-interest membership:
http://www.jdom.org/mailman/options/jdom-interest/youraddr@yourhost.com

 
--------------------------------------------------------------------------
This email and any files transmitted with it are confidential and proprietary to Algorithmics Incorporated and its affiliates ("Algorithmics"). If received in error, use is prohibited. Please destroy, and notify sender. Sender does not waive confidentiality or privilege. Internet communications cannot be guaranteed to be timely, secure, error or virus-free. Algorithmics does not accept liability for any errors or omissions. Any commitment intended to bind Algorithmics must be reduced to writing and signed by an authorized signatory.
--------------------------------------------------------------------------




More information about the jdom-interest mailing list