User:Zocky/try2.xsl
From Wikipedia
<?xml version="1.0" encoding="UTF-8"?> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:output method="html"/>
<xsl:template match="/">
<html><head></head>
<body>
<xsl:for-each select="yurik/pages/page"> </xsl:for-each>
<xsl:value-of select="title"/>
|
</body></html>
</xsl:template>
</xsl:stylesheet>

