Library tutorials & articles tagged with xml

Search filter
Tags
Page 1 of 1
  • 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. xml, vba

  • 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. xml, vba

  • 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. xml, vba

  • 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. vba, xml

  • 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. xml, javascript, internet, ajax

  • 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. c#, vb.net, vba, .net

  • 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. .net, xml

  • 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. asp, php, xml, wap

  • 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. vb.net, .net, xml

  • 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. asp.net, .net, xml

  • 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. .net, xml

  • Extensible Markup Language (XML) Tutorial

    by Gez Lemon

    An introduction to the basics of XML, covering attributes, elements, document type definitions and XSL stylesheets. xml

  • 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. xml

  • 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. c#, asp.net, .net, 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. xml, .net, dataset

  • 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

  • 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. xml

  • 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. c#, .net, ado.net, xml

  • 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, javascript

  • XML SOAP

    by ComponentSource

    SOAP - Simple Object Access Protocol – is the hottest thing in XML development visual basic, asp, xml

Want to stay in touch with what's going on? Follow us on twitter!