Hello,
I want to transform sth. like this:
<input value="My " text"/>
The translation results in this:
<input value="My &quot; text">
As You can probably imagine, this isn't what I want.
I know, the spec says: "The html output method may output a character
using a character entity reference, if one is defined for it in the
version of HTML that the output method is using.", but this doesn't help me.
Is it possible to switch off this behaviour? At least for numerical
entities, like "?
Kind regards
Peter