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

Use microformats API in Firefox 3.0 - XML tutorial


The Firefox 3.0 release has support for microformats in the form of an API that you can access from a Firefox extension. Follow an example of how to use this API from within your extension code. Take a skeleton Hello World extension and give it the ability to store an hCard from a Web page and then use that stored hCard to populate a Web form.
Category: XML tutorials > Development - Difficulty:


More cool XML tutorials:



Pattern Matching
Pattern Matching
Using XPath for pattern matching.
Category: XML tutorials > Style Sheets - Difficulty:
Getting Started with XSL
Getting Started with XSL
XSL is a more complex style sheet technology than CSS, so there is no way to thoroughly cover style sheets without things getting a little messy. Fortunately, as you learn in this tutorial, XSL is a technology that has considerably more to offer than CSS. XSL is designed to do a whole lot more than just format XML content for display purposes; it gives you the ability to completely transform XML documents. You learn in this tutorial how to transform XML documents into HTML documents that can be viewed in web browsers. Additionally, you should realize that the extra complexity in XSL is quite worth the learning curve because of its immense power and flexibility.
Category: XML tutorials > Style Sheets - Difficulty:
XML Namespace, XPath, XPointer, and XLink
XML Namespace, XPath, XPointer, and XLink
In this tutorial we will look at four of the XML specifications: XML Namespaces, XML Path Language (XPath), XML Pointer Language (XPointer), and XML Linking Language (XLink).
Category: XML tutorials > Basics - Difficulty:
Structure of an XML Document
Structure of an XML Document
The structure of an XML document can be defined by two standards. The first standard is the XML specification, which defines the default rules for building all XML documents.
Category: XML tutorials > Basics - Difficulty:
A short tutorial on WSDL
A short tutorial on WSDL
Web Services Description Language is the standard format for describing a web service in XML format.

In this tutorial you will learn what is WSDL and Why and How to use it.

WSDL is very easy to learn and very important for Web Services.


Category: XML tutorials > Web Services - Difficulty: