Library tutorials & articles tagged with xml
-
Inside Open XML
by Matt Nicholson
As Matt Nicholson explains, Open XML is not just a new file format for the latest version of Microsoft Office, but an open standard capable of expressing any Word, Excel or PowerPoint document.
-
Understanding Open XML
by Matt Nicholson
Matt Nicholson introduces a range of articles covering the new Ecma Office Open XML standard, as supported by 2007 Microsoft Office system. Find out how Open XML works, how to use it and what you can do with it.
-
OpenXML - Open for business
by Matt Nicholson
The new file format introduced with the 2007 Microsoft Office System opens up many business opportunities. Matt Nicholson finds out who is doing what.
-
Opening the package in OpenXML
by Tim Anderson
In the second part in this series on OpenXML, Tim Anderson explains how the new Packaging API helps you work with Office Open XML documents.
-
Using Ajax for Web Application Development: What Businesses Need to Know
by Francis Wong
Ajax is a hot topic today when it comes to web application development projects. Because it's become such a buzzword, businesses may be wondering how they can incorporate this form of web programming into their websites and what the benefits could be. This article will help you understand the origins of Ajax as well as the pros and cons of its use.
-
Read and write Open XML files (MS Office 2007)
by Zeljko Svedic
Learn how to read and write Open XML files in the new Microsoft Office 2007, with a particular examination of the Excel file format.
-
What's new in System.Xml 2.0
by Alex Homer
Just as XML itself has evolved, so the XML related classes in .NET Framework 2.0 have changed. Alex Homer finds out what's different.
-
Wireless Markup Language (WML) Tutorial
by Gez Lemon
Gez Lemon introduces WML - the markup language used to make sites suitable for viewing using a WAP (Wireless Application Protocol) device - covering cards, timers, tasks, getting user input and creating dynamic pages.
-
XML transformations in .NET - Part I
by JLogic
An introduction to using XSL transformations on XML documents, and how to perform these in VB .NET using the XslTransform class.
-
Reading, Storing and Transforming XML Data in .NET
by Dimitrios Markatos
This article illustrates a mixture of common .NET methods for formatting and presenting in a readable fashion any XML document you may encounter. The latest hype with XML Web Services and even the .NET Framework itself relies on XML as its backbone, therefore this is no light matter.
-
XML Serialization in .NET
by Anthony Hart
In the past, maintaining the state of an object in ASP often required some very inventive and painstaking code. In the brave new world of .NET, however, Object Serialization offers us a comparatively easy way to do just that, as well as some other useful tasks.
-
Extensible Markup Language (XML) Tutorial
by Gez Lemon
An introduction to the basics of XML, covering attributes, elements, document type definitions and XSL stylesheets.
-
Understanding XML Namespaces
by Yasser Shohoud
Understanding XML namespaces is essential to understanding and building Web services. Unfortunately, most developers do not understand how XML namespaces work and get confused when they see all the colons and URLs. I wrote this article to help you get over the initial hump of understanding XML namespaces, and to show you how they are used in XML documents.
-
Building XML Web Services Using C# and ASP.NET
by James Yang
The term web service has been used quite frequently lately: you hear people saying how good web services are and how they will dominate the future of software development, but what exactly are web services and how can we create them? In this article James shows us how to build two web services and also unravels all of the lingo surrounding web services.
-
Searching XML using a DataSet & DataView
by Chris Scott
Sometimes you need the basic features of a database but don't want the hassle, and possibly cost, of creating one for a small application. With the .NET DataSet object and a simple XML document we can emulate the basic features of a database.
-
XSD Schemas for VB Developers
by Yasser Shohoud
An XSD tutorial targeted at Visual Basic developers. Explains the fundamentals of XSD schemas and shows examples of mapping VB classes to schemas. Also shows you how to validate XML documents using XSD and MSXML 4.0
-
XML Strengths & Weakness’ with DOM, ASP & XSL
by Nakul Goyal
Nakul Goyal introduces the XML technology, and how it can be used in your ASP and Visual Basic programs.
-
Using ADO.NET, XML & XSL to generate HTML
by Bill Burris
Automate you website updates to avoid hours of tedious work with your HTML editor.
-
Simple DOM Access
by David Nishimoto
The Simple DOM Access (SDA) provide a very abstract perspective for interacting with an xml structure. In this tutorial, David demonstrates how to use the Microsoft XMLDOM ActiveX object and JavaScript to provide simple DOM access to an XML document.
-
XML SOAP
by ComponentSource
SOAP - Simple Object Access Protocol – is the hottest thing in XML development