XSLTについて

なんだおい、これでいけちゃうのか。

<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:output method="xml" omit-xml-declaration="yes"/>
<xsl:template match="*">
  <font face="Trebuchet MS">
    <xsl:for-each select="channel/item">
      <font size="2">
        <xsl:element name="a">
          <xsl:attribute name="href">
            <xsl:value-of select="link"/>
          </xsl:attribute>
          <xsl:value-of select="title" />
        </xsl:element>
      </font>
      <br />
    </xsl:for-each>
  </font>
</xsl:template>
</xsl:stylesheet>

Add New

Name

Email

Homepage

Security Word

Type in the security Word

Content (HTML not allowed)