SitePoint Sponsor |
|
User Tag List
Results 1 to 1 of 1
-
Jun 4, 2009, 20:39 #1
- Join Date
- Aug 2007
- Location
- Pennsyltucky
- Posts
- 1,494
- Mentioned
- 3 Post(s)
- Tagged
- 0 Thread(s)
XML sitemap writing with a byte order mark only on one site
I've got two sites that are clones of each other. The only differences between the two are a master page and a css file. They are identical in every other way.
I've got an XDocument writing from a StringBuilderCode Csharp:XDocument googlesiteMap = XDocument.Parse(xmlString.ToString());
Any idea on how to rid the byte order mark from the XML sitemap?
Bookmarks