Hello,

I want to transform sth. like this:
<input value="My &quot; text"/>

The translation results in this:
<input value="My &amp;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 &#x22;?

Kind regards

Peter

Reply via email to