Search - Articles
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Tuesday, March 03, 2009
Dev Articles
Search Directory
ASP.NET
VB.Net
C-Sharp
SQL Server
 

FREE 12 month online training for ASP.NET & MS Expression Studio and a Free copy of MS Expression Web with Windows Server Purchase

Home >Search > Knowledge Base > C-Sharp > C# and XML


Search:
What's New - What's Hot
HOW TO: Navigate XML with the XPathNavigator Class Using Visual C# .NET (Q308343)     
Total Hits: 1180  |  Today: 0Author: MSDN      Rating:  
Read Reviews | Write Review |  Your Rating: 

This step-by-step article describes how to navigate Extensible Markup Language (XML) documents with an XPathNavigator object that is created from an XPathDocument object. This sample loads an XPathDocument object with XML data, creates an XPathNavigator object as a view onto the data, and displays the XML by walking through the document....

HOW TO: Query XML with an XPath Expression Using Visual C# .NET (Q308333)      
Total Hits: 2205  |  Today: 0Author: MSDN      Rating:  
Read Reviews | Write Review |  Your Rating: 

This article demonstrates how to query an XPathDocument object with an XML Path Language (XPath) expression using the XPathNavigator class. XPath is used programmatically to evaluate expressions and select specific nodes in a document....

HOW TO: Transfer XML Data to Microsoft Excel 2002 Using Visual C# .NET (Q307029)      
Total Hits: 557  |  Today: 0Author: MSDN      Rating:  
Read Reviews | Write Review |  Your Rating: 

Excel 2002 introduces functionality for opening files in the Extensible Markup Language (XML) format. An XML file that is well-formed can be opened directly in Excel 2002 by using either the user interface or code....

HOW TO: Do Bulk Updates and Inserts Using OpenXML with .NET Providers in Visual C# .NET (Q315968)      
Total Hits: 529  |  Today: 0Author: MSDN      Rating:  
Read Reviews | Write Review |  Your Rating: 

This step-by-step article describes how to do bulk inserts and updates with different Microsoft .NET data providers by using the OpenXML method. Although the sample in this article uses the SqlClient managed provider, you can also use the OLEDB or the ODBC managed provider....

HOW TO: Modify and Save XML with the XmlDocument Class (Q301233)      
Total Hits: 1660  |  Today: 0Author: MSDN      Rating:  
Read Reviews | Write Review |  Your Rating: 

This sample illustrates how to update and save XML with the XmlDocument class....

HOW TO: Use Extension Objects When You Execute XSL Transformations in Visual C# .NET Applications     
Total Hits: 254  |  Today: 1Author: MSDN      Rating:  
Read Reviews | Write Review |  Your Rating: 

In-line script blocks and external code components can be used to implement custom routines that are invoked during the course of an XSL transformation (XSLT) to perform calculations and process data. Microsoft recommends that you avoid the usage of in-line script blocks, and instead use external code components to implement such custom routines when you design portable XSLT style sheets. External code components that are used by XSLT are referred to as XSLT Extension objects....

HOW TO: Implement and Use Custom Extension Functions When You Execute XPath Queries in Visual C# .NET     
Total Hits: 356  |  Today: 0Author: MSDN      Rating:  
Read Reviews | Write Review |  Your Rating: 

Non-standard user-defined functions that are used in XML Path Language (XPath) query expressions are referred to as XPath extension functions. You may want to implement a custom XPath extension function when the standard XPath functions do not address a specific requirement....

How To Modify and Save XML with the XmlDocument Class in the .NET Framework SDK     
Total Hits: 142  |  Today: 0Author: Microsoft      Rating:  
Read Reviews | Write Review |  Your Rating: 

The following list outlines the recommended hardware, software, network infrastructure, and service packs that you will need:
• Microsoft Windows 2000 Professional, Windows 2000 Server, Windows 2000 Advanced Server, or Windows NT 4.0 Server
• Microsoft Visual Studio .NET
This article assumes that you are familiar with the following topics:
• XML terminology
• Creating and reading an XML file
• The Document Object Model (DOM)...

FIX: The Validation of Keys Does Not Work If You Define More Than One Key     
Total Hits: 215  |  Today: 0Author: MSDN      Rating:  
Read Reviews | Write Review |  Your Rating: 

This problem occurs if the Identity Constraints on elements that are stored in the stack are not reset for later elements....

HOW TO: Modify XML Data by Using DOM in .NET Framework with Visual C# .NET     
Total Hits: 557  |  Today: 1Author: MSDN      Rating:  
Read Reviews | Write Review |  Your Rating: 

XML content can be classified broadly into a collection of nodes and attributes of the nodes. You can modify the content by modifying the nodes or the attributes. The System.Xml.XmlDocument class implements the core XML Document Object Model (DOM) parser of the Microsoft .NET Framework. This class is compliant with the World Wide Web Consortium (W3C) Document Object Model (DOM) Level 1 and Level 2 Core standards. You can use the DOM model implementation to modify the content of XML documents; fo...


1  2  


Disclaimer - Privacy
© 2002-2012 DevASP.net