Still looking for a sponsor Max Paulousky is looking for a Silverlight/.Net job in the Commonwealth

Share to Facebook Tweet this! Share to MySpace Share to Google Share to Live   Share via AddThis

How to get Xml InnerText in a Silverlight application – 2

There is an easier way to remove all xml tags from the document – regular expressions:

Regex.Replace(text, @"<\/?[^>]*\/?>", string.Empty); 

This work is licensed under a Creative Commons Attribution By license.

Leave a Comment [ RSS ]

Have Your Say »

(will not be published)

XHTML: You can use these tags: <a href="" title=""> <blockquote cite=""> <code> <em> <p> <strike> <strong> <sub> <super> <u>

Please add 4 and 3 and type the answer here:

Please note: Comment moderation is enabled and may delay your comment. There is no need to resubmit your comment.