Web Log of Aleksey Nudelman: Thoughts on Software Architecture

Analysis and Review of Microsoft Technologies for IT Managers, Architects and Developers

Home » Archives » November 2004 » XML Tutorial: Transoformation Architectures

[Previous entry: "Using Managed Microsoft Message Queue"] [Next entry: "Invisible Browser is released."]

11/24/2004: "XML Tutorial: Transoformation Architectures"


Transformations

One of the single most useful aspects of XML is the capacity to transform it from one form to another based on the tags present in the document.

Transformations of XML (typically done using what are known as XSL Transformations or XSLTs) may be from:

¨ XML to XML

¨ XML to non-XML

In this tutorial, we will focus only on XML to XML transformations. But before we even get there, let us go through an overview of where transformations are used and the architectures that support it.

The most common application of XML transformations fall into two broad categories:

¨ Data Storage to Data Storage Transformations

¨ Data Storage to Device Transformations

http://csharpcomputing.com/XMLTutorial/Lesson12.htm

  Home
  Archives
Phishing Inspector is  available

Copyright© 2006 Aleksey Nudelman