Leaders quwiltw Posted February 27, 2003 Leaders Posted February 27, 2003 I'm getting an xml representation of a dataset to transform against a stylesheet -- it works fine. I want to let people include URLs 'a hrefs' right in the text though. Somewhere in the process, it htmlencodes (or the equivelent) the 'a' tag stuff making it appear as regular text. Anyone know of a way around this? Quote --tim
Leaders quwiltw Posted February 27, 2003 Author Leaders Posted February 27, 2003 Geez.. I'm starting to have a codebase of workarounds:( This time I've found that the System.Web.HTTPUtility has an HTMLDecode method that does the trick. The dataset must automatically encode all of the content so that XML serialization doesn't break. This works, but seems kinda weird to reference System.Web.anything in a WinForms app. Quote --tim
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.