[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>•Bullet one  </funky> as expected.
Oops, changed my code sample while composing that msg. It outputs
<funky>•Bullet  </funky> as expected :-).
More information about the jdom-interest
mailing list