Visual Basic .NET » XML & XSLT

We have 9 XML & XSLT tutorials, you can see below:


From XML to Strong Types in C#


Demonstrates how to create strong types in C# by using the Xsd.exe utility and XML.


Details    Read Tutorial    Views: 178    Rate: 0 (0 votes)    Jun 05 2007 - 07:46

How to convert a database table to an XML file


This article explains how to convert a database table to an XML file.


Details    Read Tutorial    Views: 305    Rate: 0 (0 votes)    Feb 01 2007 - 16:59

Searching multiple XML files


A simple utility to quickly find nodes and attributes inside multiple XML files.


Details    Read Tutorial    Views: 309    Rate: 0 (0 votes)    Feb 01 2007 - 16:58

Serialize custom collections of CollectionBase


Basic demo on how to serialize and deserialize custom collections


Details    Read Tutorial    Views: 723    Rate: 0 (0 votes)    Jan 23 2007 - 14:22

Check if an XmlNode is a child node in an XML DOM tree


A recursive procedure to check if an XML node is a child node of another XML node in an XML DOM tree.


Details    Read Tutorial    Views: 321    Rate: 0 (0 votes)    Jan 23 2007 - 14:22

XML Finite State Machine in VB.NET


This article describes an enhancment of the techniques in the article \'XML Finite State Machine in C#\' by Kevin Stewart. It encapsules the FSM in a \'black box\' using reflection and interfaces.


Details    Read Tutorial    Views: 356    Rate: 0 (0 votes)    Jan 23 2007 - 14:19

Query XML with an XPath Expression by Using Visual Basic .NET


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


Details    Read Tutorial    Views: 327    Rate: 0 (0 votes)    Jan 20 2007 - 15:11

Render DataTable Columns as XML Attributes Instead of Elements


This article demonstrates how to render DataTable columns as Extensible Markup Language (XML) attributes. A DataTable represents one table of in-memory relational data. You can create a DataTable and use it independently, or other Microsoft .NET Framework objects can use the DataTable, most commonly as a member of a DataSet object.


Details    Read Tutorial    Views: 344    Rate: 0 (0 votes)    Jan 20 2007 - 15:09

HOW TO: Read XML Data from a URL


This article discusses a Beta release of a Microsoft product. The information in this article is provided as-is and is subject to change without notice.


Details    Read Tutorial    Views: 285    Rate: 2 (1 votes)    Jan 20 2007 - 15:06