> I want to transform sth. like this: > <input value="My " text"/> > > The translation results in this: > <input value="My &quot; text">
The former means the value is 'My " text'. The latter means the value is 'My " text'. Since the two really do mean different things, the processor shouldn't be -- and almost certainly isn't -- converting one to the other. Determine where the incorrect value is coming from -- the stylesheet? the input document? -- and fix it there.