How can i easily sanitize the values I pass into the Value property of an XAttribute.
feedback
|
|
Here's an extension method to clean away your trouble. /0 is not allowed in XML. I'm not sure if other chars are also disallowed, but I believe not. Probably best to start at
| ||||
|
feedback
|
|
You could try:
This will escape characters that are invalid as XML attribute values. | |||
|
feedback
|