Hi, I would like to produce a document with the following element using LINQ. This code new XAttribute ( XNamespace .Xmlns + "xsi" , http://www.w3.org/2001/XMLSchema-instance ) creates xsi:noNamespaceSchemaLocation="contracts.xsd" but I also need to create xsi:noNamespaceSchemaLocation="contracts.xsd" . It seems no XNamspace exist for xsi. Has anyone go an idea? Thanks Glenn
Read More...