DOMBuilder icon indicating copy to clipboard operation
DOMBuilder copied to clipboard

Need a better approach to using entities in Strings

Open insin opened this issue 14 years ago • 0 comments

An NBSP variable has plagued DOMBuilder since it was first used to generate tables many moons ago. There are a couple of special cases in the code involving the unicode String representation of a non-breaking space.

As DOMBuilder doesn't do any HTML parsing with innerHTML, how can we make it easier to work with entities in Strings?

insin avatar Feb 05 '11 02:02 insin