Re: HTML output and entities

[email protected]
Newsgroups gmane.text.xml.xalan.java.user
Message-ID <OFE9E3E841.F991E25D-ON852575FB.00462F3A-852575FB.00468E99@lotus.com>
> I want to transform sth. like this:
> <input value="My &quot; text"/>
> 
> The translation results in this:
> <input value="My &amp;quot; text">

The former means the value is 'My " text'. The latter means the value is 
'My &quot; 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.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.