Skip to content Skip to sidebar Skip to footer
Showing posts with the label Linq To Xml

Encoding Problems With Xdocument Xelement When Using Replacewith Method

I have the following code: XDocument doc = XDocument.Load(file); var x = doc.Descendants('span&… Read more Encoding Problems With Xdocument Xelement When Using Replacewith Method

Add Html 5 Doctype To Xdocument (.net)

When creating a doctype for an System.Xml.Linq.XDocument like this: doc.AddFirst(new XDocumentType(… Read more Add Html 5 Doctype To Xdocument (.net)