Tutorial search

Tutorials
Stuff
Affiliates

Photoshop Templates


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

View all templates

Styling XML Content with CSS - XML tutorial


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:

More cool XML tutorials:



Schema-aware processing with XSLT 2.0
Schema-aware processing with XSLT 2.0
With the release of version 2.0, XSLT now allows you to design your stylesheets to be schema-aware. In this article, learn more about the concept of schema-aware facilities and follow some examples that illustrate the benefits.
Category: XML tutorials > Development - Difficulty:
Syndicating the Web with RSS News Feeds
Syndicating the Web with RSS News Feeds
RSS is XML-based technology, which simply means that the language used to code news feeds is an XML markup language. There are a variety of different ways that you can use RSS. You can display RSS feeds from other web sites on your web site, you can build your own library of RSS feeds and view them regularly using special software called a news aggregator, or you can syndicate your own site using RSS so that other people can view your feeds. This tutorial touches on all of these uses of RSS.
In this hour, you'll learn
- The historical drama of how RSS came to be
- How to use a news aggregator to syndicate RSS news feeds
- How to create and validate your own RSS documents
- How to transform and display RSS news feeds using XSLT
Category: XML tutorials > Web Services - Difficulty:
Design an Ajax Super Page with Del.icio.us
Design an Ajax Super Page with Del.icio.us
Del.icio.us is a social bookmarking Web site that allows users to create and share browser-independent bookmarks. Surf the Web and have your del.icio.us tags, links, and functions handy, or a single page where you can save the site you're browsing directly into your account. This tutorial shows you how to use Ajax to build such a page using a PHP script as the server-side proxy.
Category: XML tutorials > Web Services - Difficulty:
Article: What is an RSS Feed
Article: What is an RSS Feed
This article will explain the basics of creating and using RSS feed in easy language for any webmaster
Category: XML tutorials > Web Services - Difficulty:
Entities and Other Components
Entities and Other Components
In this tutorial, we will look at some additional components that can be added to the DTD. The focus of this tutorial will be entities, which are used to represent text that can be part of either the DTD or the XML document.
Category: XML tutorials > Basics - Difficulty: