|
|
|
|
What's new in System.Xml 2.0? It's been a while since I've written on a core XML topic, and I miss it. Now that the Microsoft .NET Framework 2.0 has shipped and is in the hands of countless developers worldwide, it seems like a good time to discuss the improvements found in System ... msdn.microsoft.com · 09/2006
XSL Transformations in .NET 2.0 Having realized the need for efficient built-in support for XSLT processing, Microsoft has included in the .NET Framework 2.0 a set of classes that are highly optimized, robust, and scalable. This article will explore the rich XSLT support provided by ... www.15seconds.com · 06/2006
Verarbeiten von XML-Daten mithilfe des DOM Das XML-DOM (Dokumentobjektmodell) behandelt XML-Daten wie eine Standardgruppe von Objekten und wird zur Verarbeitung von XML-Daten im Speicher verwendet. Der System.Xml-Namespace bietet eine programmgesteuerte Darstellung von XML-Dokumenten, XML-Frag ... msdn2.microsoft.com
Verwenden der "XmlReader"-Klasse Die XmlReader-Klasse liest XML-Daten aus einem Datenstream oder einer Datei. Dabei wird ein nicht zwischengespeicherter schreibgeschützter Vorwärtszugriff auf XML-Daten bereitgestellt. In diesem Abschnitt wird beschrieben, wie eine XmlReader-Instanz m ... msdn2.microsoft.com
Enrich Your XML Serialization With Schema Providers In The .NET Framework msdn.microsoft.com · 06/2006
XML-Schemaobjektmodell (SOM) Ein XML-Schema ist ein leistungsstarkes und komplexes Werkzeug zum Erstellen und Validieren von Strukturen in XML-kompatiblen Dokumenten. Wie bei der Datenmodellierung in einer relationalen Datenbank kann mithilfe eines Schemas die Struktur von XML-Do ... msdn2.microsoft.com
XSLT-Transformationen Mit XSLT (Extensible Stylesheet Language Transformation) können Sie den Inhalt eines XML-Quelldokuments in ein anderes Dokument mit anderem Format oder einer anderen Struktur transformieren. Mit XSLT können Sie beispielsweise XML in HTML für eine Webs ... msdn2.microsoft.com
Reading and Writing XML in .NET Version 2.0 - Part 1 In the first part of his series on reading and writing XML in .NET 2.0, Alex Homer discusses the XmlReader and XmlReaderSettings classes. The XmlReader exposes several useful new features and the all new XmlReaderSettings class makes it easy to genera ... www.15seconds.com · 06/2005
XML.NET www.informit.com · 05/2005
XML mit .NET Wenn es um die portable Hinterlegung von Daten geht, ist XML (eXtensible Markup Language) das Mittel der Wahl. XML eignet sich nicht nur zum Austausch von Daten zwischen Anwendungen oder Services, sondern ermöglicht außerdem den schnellen Austausch üb ... www.dotnet-magazin.de · 10/2004
Improving XML Performance This chapter provides performance guidelines and coding techniques for writing, querying, parsing, and validating XML efficiently with .NET Framework classes. msdn.microsoft.com · 05/2004
XPath Tutorial XPath is a language for finding information in an XML document. XPath is used to navigate through elements and attributes in an XML document. XPath is a major element in the W3C's XSLT standard - and XQuery and XPointer are both built on XPath express ... www.w3schools.com
XSLT Tutorial XSLT stands for XSL Transformations. In this tutorial you will learn how to use XSLT to transform XML documents into other formats, like XHTML. www.w3schools.com
Understanding XSD Schema XSD provides the syntax and defines a way in which elements and attributes can be represented in an XML document. Ramesh Balaji introduces XSD Schema and explains the technology's benefits using a case study. www.15seconds.com · 12/2003
Implementing Paging and XSLT Extensions Using XSLT in .NET - Part 1 Learn how to transform XML data into HTML by using an XSL stylesheet from within a .NET application, and then implement a paging solution by declaring and supplying paging parameters to the stylesheet. www.15seconds.com · 11/2003
|
|
|