0
0
1
| 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <xsl:stylesheet version="3.0" |
| 3 | xmlns:xsl="http://www.w3.org/1999/XSL/Transform" |
| 4 | xmlns:atom="http://www.w3.org/2005/Atom"> |
| 5 | <xsl:output method="html" version="1.0" encoding="UTF-8" indent="yes"/> |
| 6 | |
| 7 | <xsl:template match="/"> |
| 8 | <xsl:variable name="title"> |
| 9 | <xsl:value-of select="/atom:feed/atom:title"/> |
| 10 | </xsl:variable> |