HTML & CSS Tutorials by Andrew

You can find here all the 31 tutorials by Andrew. The author's home page URL is http://xmlzoo.net.
Sort byTutorials Per Page
Pages:1 | 2 | 3 | 4 | Next| Last

XML and XSL

Author: Andrew  Rating:
This tool transforms XML using the associated XSL. The xalan processor is used.
June 12, 2006 Today Views: 2 Total Views: 1,528

Specifying child nodes

Author: Andrew  Rating:
We can use the complexType structure to specify which nodes are permitted.
May 18, 2006 Today Views: 2 Total Views: 1,339

Payment problem

Author: Andrew  Rating:
A tricky problem involving alternative payment methods.
May 9, 2006 Today Views: 2 Total Views: 1,458
XSL offers variables and parameters.
April 25, 2006 Today Views: 2 Total Views: 1,331

minOccurs and maxOccurs

Author: Andrew  Rating:
We can specify the minimum and the maximum number of occurances. We can set maxOccurs to "unbounded" to an umlimited number of occurances.
April 20, 2006 Today Views: 2 Total Views: 1,409

Recursing over DOM

Author: Andrew  Rating:
We walk over the tree in a recursive style.
April 19, 2006 Today Views: 1 Total Views: 1,364

Allowing options

Author: Andrew  Rating:
The bar may be used to allow options.
April 11, 2006 Today Views: 1 Total Views: 1,291
In this instructive example we show the syntax of a simple dtd and xml document. In this example the dtd is included at the start of the xml document.
March 30, 2006 Today Views: 1 Total Views: 1,365

The identity stylesheet.

Author: Andrew  Rating:
The identity stylesheet copies the input to the output. Our sheet here is good enough - it does not preserve white-space, nor does it preserve comments.
March 29, 2006 Today Views: 1 Total Views: 893

Introducing DOM

Author: Andrew  Rating:
Here we use my machine to compile and execute your DOM programs in Java.
March 29, 2006 Today Views: 1 Total Views: 1,351
Pages:1 | 2 | 3 | 4 | Next| Last