Hi, is anyone out there who is able to convert the following codes to C# equivalent? The key point is that C# doesn't have this builder class.
DocumentBuilder builder = factory.newDocumentBuilder();
document = builder.parse( new File(name) );
Thanks in advance.