Welcome to the XML Tutorial pages on Softwaresourcer.com - here you can find tutorials, help and information on XMLt from all over the internet. If you have any questions about Javascript or would like XML Development done for your company please complete ourfree IT quotes form. If you are a company who takes on XML projects and would like to receive leads from people looking for XML work please complete our IT suppliers partner form.
XSL Basics (part 2)
In this concluding article, expand your XSLT vocabulary by exploring conditional constructs, loops, variables, and numbering, together with examples and illustrations of how these programming capabilities can substantially simplify your XSLT experience...
Advanced Web-Enabled Applications and Services Architecture Using XML and XSL - Part 2
This article builds on the concepts introduced in Part 1. It will show you an actual implementation in Visual Basic 6 that solves the problems faced by many companies and described in Part 1. This implementation shows you how to serve data up to any clien...
Smart Tags: Dumb Technology?
Need some smarts on Microsoft's latest innovation? Our XML expert Michael Classen discusses the pros and cons of Smart Tag technology and shows you how to use XML to create your own...
XPath Basics
One of the fundamental constructs for XSL transformations and XML links, XPath is nonetheless one of the lesser lights of the XML universe. However, if you're serious about developing your XML skills, you need to know it inside out - and this tutorial has...
Editing XML with XSL and ASP
This article builds upon the Saving HTML Form Data to XML article. Based on the feedback received, it seems many people wanted to know how to edit the XML data. So, without further ado, here it is: Editing XML with XSL and ASP...
Dynamic Web Sites with XML, XSLT and JSP
Your programmers and designers needn't be enemies just because your site uses dynamic data. One way to keep both camps happy is to use an XML based data structure delivered via Java Server Pages...
XSL Basics (part 1)
With a sound foundation in XML theory behind you, it's now time to address the other half of the jigsaw - actually converting all that marked-up data into something useful. This first article in a two-part series examines the need, rationale and basic con...
XML Basics (part 2)
Now that you know the basics, this article explains how to use XML's more advanced constructs to author complex XML documents. Entities, namespaces, CDATA blocks, processing instructions...
Tracking Web Page Visitors with XML
In this article Lai Yuen Kit creates a simple stats tracking program to demonstrate how to deal with records using XML, instead of ADO Object...
Converting DTDs to XML Schemas
Having introduced you to the W3C's tool for converting DTDs to XML Schemas, it's time now to look at a specific example...
A Dynamic Tree Menu System
One of the most intuitive navigation systems for large amounts of related data is the treeview control, a hierarchical structure of related information...
XML Basics (part 1)
Struggling with XML? Can't figure out the difference between an entity and a namespace? Fear not - our XML series has all the answers...
Tutorials: CSS and XSLT Style Sheets
An XML style sheet declaration is used to associate an XML document with a CSS (Cascading Style Sheets) or XSLT (XSL Transformations) style sheet...
What is XML?
XML stands for Extensible Markup Language. Spearheaded by the World Wide Web Consortium (W3C), XML became a formal specification...
Introduction to Cocoon, XML XSL
This tutorial will guide you through setting up Tomcat and Cocoon to serve XML pages, then you will create a DTD, XML file and three XSL stylesheets so that you can view your data in your desktop browser, a cell phone browser and a pdf file...
Saving HTML Form Data to XML
Usually form submissions are written to some sort of text file or database. If you need your form submission data to be more portable, however, it can be written to an XML file. This article will show you how...
Professional XML Databases
In relational database structures, the only way to show a relationship between data kept in different tables is via a foreign key. As we saw in the previous chapter, there are two ways to show this relationship in XML...
So, You Want A Custom Flag, Huh?
A long time ago, on a computer far, far away, I wrote a tutorial on this new thing called eXtensible Markup Language. Natives know it as XML...
SOAP Soup
Simple Object Access Protocol is one of the neatest XML based technologies to be introduced as of late, yet many people are still trying to get a handle on all of the new terms and acronyms that SOAP has uncovered. This article is written to help you dig...
XSL - The Style Sheet of XML?
An introduction to XSL - The style sheet language of XML. What XSL is and what it can do....
What is XML?
The buzz-word "XML" is beginning to pop up all over the Net, and in the Goodies e-mail box. People are wondering what this new language is and how it's going to effect the way people write...
XML Attributes and Entities
Just what exactly do ATTLIST and ENTITY mean? Jay explains these useful components of XML and feels better about himself in the process...
Understanding XSLT
XSL makes it easy to edit, rearrange, and beautify your XML...
Introduction to XML
Join Jay as he explains the basics of this new markup language and why it's so sexy. Delicious recipes also included, no extra charge...
The XML DOM
The DOM is a programming interface for HTML and XML documents. It defines the way a document can be accessed and manipulated...
Introduction to DTD
The purpose of a DTD is to define the legal building blocks of an XML document. It defines the document structure with a list of legal elements. A DTD can be declared inline in your XML document, or as an external reference...