I'm using OutputFormat and Serializer to generate XHTML from a DOM. Some of the generated XHTML looks like this.

<div onclick="func(&apos;label&apos;)">

Unfortuntately, some modern IE version won't handle this.  It does like

<div onclick="func('label')">

Is there anyway to tell OutputFormat to not put out apostrophes as text rather then entities.




--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to