.NET XML KB Articles
HOWTO
Use the Web Service in an ASP.NET Page KB: 302251 |
This article describes how to add and then use a Web service in a Microsoft ASP.NET page in Microsoft Visual Studio .NET. In Visual Studio .NET, you can drag any exposed Web service directly into your application. When you do so, you enable Visual Studio .NET to treat the Web service as a class. To call the Web service, you create a new instance of the Web Service class, and then you call an exposed method.
|
Write a Simple Web Service by Using Visual Basic .NET KB: 301273 |
This article describes how to write a simple Web service, called MathService, that exposes methods for adding, subtracting, dividing, and multiplying two numbers.
|
Save a DataSet Class as XML in .NET Framework SDK KB: 301271 |
This document illustrates how to save relational data that is loaded into a DataSet class to a file as Extensible Markup Language (XML). This demonstrates the transition between relationally mapped data and XML data.
|
Read XML Data from a URL by Using Visual Basic .NET KB: 301232 |
This article demonstrates how to use the XmlTextReader class to read Extensible Markup Language (XML) from a URL. The streamed information can come from a variety of sources, such as a byte stream from a server, a file, or a TextReader class.
|
Read XML Data from a Stream in .NET Framework SDK KB: 301228 |
This article demonstrates how to use the XmlTextReader class to read Extensible Markup Language (XML) from a stream. The stream can come from a variety of sources, such as a byte stream from a server, a file, or a TextReader class
|
Read XML from a File by Using Visual Basic .NET KB: 301225 |
This article demonstrates how to use the XmlTextReader class to read Extensible Markup Language (XML) from a file. XmlTextReader provides direct parsing and tokenizing of XML and implements the XML 1.0 specification as well as the namespaces in XML specification from the World Wide Web Consortium (W3C). This article provides fast, tokenized stream access to XML rather than using an object model such as the XML Document Object Model (DOM).
|
Query XML with an XPath Expression by Using Visual Basic .NET KB: 301220 |
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.
|
Navigate XML with the XPathNavigator Class by Using Visual Basic .NET KB: 301111 |
This step-by-step article illustrates 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.
|
Apply an XSL Transformation to XML for Streaming by Using Visual Basic .NET KB: 300934 |
This article describes how to apply the Extensible Stylesheets Language (XSL) Transformations (XSLT) language to an Extensible Markup Language (XML) document by using the XslTransform class to create a new XML document. XSL is an XML-based language that is designed to transform either an XML document into another XML document or an XML document into any other structured document.
|
Apply an XSL Transformation from an XML Document to an XML Document by Using Visual Basic .NET KB: 300929 |
This article illustrates how to apply an Extensible Stylesheet Language (XSL) Transformation (XSLT) to an Extensible Markup Language (XML) document using the XslTransform class to create a new XML document. XSL is an XML-based language that is designed to transform one XML document into another XML document or an XML document into any other structured document.
|
|
|