C# indicates you are using the .NET framework but it is not clear what "xml data type" you are using. It could be the DOM implementation in the .NET framework with System.Xml.XmlNode/XmlElement/XmlDocument, it could be the new LINQ to XML framework with System.Xml.Linq.XElement/XDocument, it could be the xml data type in MS SQL Server 2005 in some data base table you are talking about.
So provide some details on what exactly you are using, otherwise we can only guess.
--
Martin Honnen
Microsoft MVP - XML
|