// Listings aus dem Artikel
// "Nicht ohne einen Namen" von Stefan Mintert
// iX 4/2005, S. 135
!!! Listing 1: Namensraum-Festlegung
Some documentation ...
Some more documentation ...
!!! Listing 2: doc-Template
!!! Listing 3: HTML-Dokumentation
The Template for the Root-Node
This template generates the basic XHTML elements,
i.e. html, head, title, body. It places the contents of the source
XML within the XHTML-body by applying the appropriate
templates.
Hello World XSLT
Template for someElement
The processing of elements of type
someElement is very sophisticated. Let us first
take a look at the template code:
...
As you can see the key for understanding this complex
template is the XPath expression in the match attribute.
Much more documentation of this highly fascinating template
goes here...