Title: Creating HTML for IE with XMLWriter Post by: Candy M. on July 09, 2009, 08:52:36 pm We are using XMLWriter to produce HTML.
It appears to work however we have an issue for values that have the single quote. The single quote is translated to ' For Internet Explorer it needs ' instead. Any ideas as to how to get it to produce ' ? Thanks, Candy Title: Re: Creating HTML for IE with XMLWriter Post by: Candy M. on July 10, 2009, 12:28:15 am I need to add a little bit more info. The single
quote needs to be in the value for an attribute. So I tried to see if I could use that skippedEntity() but that only works when writing characters. Is there a way for it to accept an & (ampersand), without it generating & ? I Candy |