[jdom-interest] Yet another TODO (entity escapes)

guru at stinky.com guru at stinky.com
Tue Jun 19 11:04:17 PDT 2001


> 	    ( new Element("funky")
> 	      .addContent( new EntityRef("#x2022") )
> 	      .addContent("Bullet")
> 	      .addContent(" ")
> 	      .addContent( new EntityRef("#160") )
> 
> outputs <funky>&#x2022;Bullet one &#160;</funky> as expected.

Oops, changed my code sample while composing that msg.  It outputs
<funky>&#x2022;Bullet &#160;</funky> as expected :-).



More information about the jdom-interest mailing list