Hi.
We use a XML File to generate a AssemblyInfo.cs file.
We need to take data out of this, and we do so using XmlPeek.
One of the data entries is a string, containing a "&" (Like in: "THONA Software & Consulting Ltd.").
Anyone an idea how to encode this? So that the XML is valid and XmlPeek decodes it?
Thomas