Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Last revisionBoth sides next revision
classes [2019/03/14 09:01] – created adminclasses [2019/08/16 11:13] admin
Line 1: Line 1:
-&&XML&& +{{url>./doc/index.php 100%,1024px}}
-  +
-<xml> +
-<book>Book 1</book> +
-<book>Book 2</book> +
-</xml> +
-  +
-&&XSLT&& +
-  +
-<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns="http://www.w3.org/TR/REC-html40"> +
-<xsl:template match="/">List of books : <ul><xsl:apply-templates /></ul></xsl:template> +
-<xsl:template match="book"><li><b><xsl:apply-templates /></b></li></xsl:template> +
-</xsl:stylesheet> +
-  +
-&&END&&+