%PDF- %PDF-
| Direktori : /www/varak.net/catalog.varak.net/www/ |
| Current File : /www/varak.net/catalog.varak.net/www/catalog.xslt |
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:atom="http://www.w3.org/2005/Atom"
exclude-result-prefixes="atom">
<xsl:template match="/">
<html>
<body>
<h2><xsl:value-of select="atom:feed/atom:subtitle" /></h2>
<xsl:apply-templates select="atom:feed/atom:entry" />
</body>
</html>
</xsl:template>
<xsl:template match="atom:entry">
<div style="width: 960px; margin: 8px; background: salmon;">
<span style="font-size: 130%; display: block; width: 100%;">
<a href="{atom:link/@href}"><xsl:value-of select="atom:title" /></a>
<xsl:if test="atom:author/atom:name!=''">
- <xsl:value-of select="atom:author/atom:name" />
</xsl:if>
</span>
<span><xsl:value-of select="atom:content" /></span>
</div>
</xsl:template>
</xsl:stylesheet>