C#和XML

问题描述:

MS C#Express Edition是否可以访问任何用于读取和写入XML文件的方法.我看到了示例,但它们始终使用完整的Visual Studio. :)

Does the MS C# Express Edition have access to any methods for reading and writing XML files. I see examples, but they always use the full Visual Studios. :)

System.XML命名空间在.NET中可用,可以从C#Express访问.
System.XML namespace is available in .NET and can be accessed from C# Express.