Don't panic!
Better Make It Through Today. RSS Please read my disclaimer.
なんだおい、これでいけちゃうのか。
<?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>
00:14 | Add comment | #blogx | PermaLink
Name
Email
Homepage
Security Word
Type in the security Word
Remember Me
Content (HTML not allowed)
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>00:14 | Add comment | #blogx | PermaLink