Tutorial search

Tutorials
Stuff
Affiliates

Cool Stuff




The fastest way to master the basics of Adobe Photoshop

Click here to find out how

Photoshop Templates


Featured Photoshop templates - professional ready to use designs for your next project.

View all templates

Getting to Know XML - XML tutorial


XML's usage is continuing to grow quickly as both individuals and companies realize its potential. However, in many ways XML is still a relatively new technology, and many people, possibly you, are just now learning what it can do for them. Unlike some other software technologies such as HTML or even Java, XML is a little fuzzier in terms of how it is applied in different scenarios. Just as it's difficult to look at a person and grasp how their DNA makes them who they are, it can also be challenging to look at an application and get a grasp for how XML fits into the equation. This tutorial introduces you to XML and gives you some insight as to why it was created and what it can do.
Category: XML tutorials > Basics - Difficulty:


More cool XML tutorials:



Create a maintainable extensible XML format
Create a maintainable extensible XML format
XML is a communication format for exchanging structured documents and data. Too often, an XML format is chosen arbitrarily during development, without much planning or design. Learn how to design a format less likely to require change and agile enough to incorporate new requirements with the simple addition of new extensions instead of full changes.
Category: XML tutorials > Development - Difficulty:
Herong's Tutorial Notes on XSL-FO and XHTML
Herong's Tutorial Notes on XSL-FO and XHTML
This free book is an excellent tutorial book for beginners. It is a collection of notes and sample codes written by the author while he was learning XSL-FO and XHTML. Topics include CSS, HTML, PDF, XHTML, XSL-FO, XSLT
Category: XML tutorials > Basics - Difficulty:
XML Tutorials - XSD (XML Schema Definition) Syntax
XML Tutorials - XSD (XML Schema Definition) Syntax
This tutorial describes:

Simple XML Elements with Pre-defined Data Types
Simple XML Elements with Extended Data Types
Complex XML Elements
Simple Content XML Elements
Empty XML Elements
Anomymous Data Types
Sample XSD File - dictionary.xsd
Category: XML tutorials > Basics - Difficulty:
A Small tutorial on XML-RPC
A Small tutorial on XML-RPC
XML-RPC is the simplest XML-based protocol for exchanging information between computers.

In this tutorial you will learn what is XML-RPC and Why and How to use it.

XML-RPC is very easy to learn and to use.


Category: XML tutorials > Web Services - Difficulty:
Styling XML Content with CSS
Styling XML Content with CSS
Fortunately, due to its relative simplicity, there are no optical illusions associated with CSS (Cascading Style Sheets); all of the visual "trickery" in CSS is made possible with clear and concise style properties. CSS allows you to attach formatting styles to individual elements within an XML document. These styles are then used to determine how the elements in the document are rendered for display within a web browser. Even though the XML language doesn't inherently include any mechanism for defining how a document looks, CSS makes it possible to add a view to XML documents.
In this tutorial, you'll learn
- The basic structure and syntax of CSS
- How to create a basic CSS style sheet for an existing XML document
- How to control the layering of elements with CSS
- How to use margins and padding to control the spacing around and within elements
- How to format text using several different CSS style properties
Category: XML tutorials > Style Sheets - Difficulty: