Lire les attributs à partir d’un noeud

{filelink=16415}
/*
 Microsoft Public License (Ms-PL)
 http://dbmlmanager.codeplex.com/license
*/

#region using
using System;
using System.Xml;
#endre

Créer un document XML avec des noeuds

{filelink=16411}
/*
  GNU General Public License version 2 (GPLv2)
  http://cbasetest.codeplex.com/license
 */
nomspace SDFL.Helper
{
    using System;
    usin

Verificateur des caractéristiques DOM

{filelink=16410}
using System;
using System.Xml;

class DomFeatureChecker
{

  private static readonly string [] versions = new string []
  {
    "1.0", "2.0" ,

Convertir la valeur d’un attribut

{filelink=16408}
/*
 http://validationframework.codeplex.com/
 License:  Microsoft Permissive License (Ms-PL) v1.1
 */
using System;
using System.Xml;

namespac