You can see from the subject what I'm trying to do. I'm trying to use
Builder to put an entity in a table cell with:
td = Builder.node('td', ' ');
But the entity gets escaped and I see the ampersand et cetera...
inside the table on the web page.
What's the way to do this?
Another Fred
on 2008-07-10 22:41