[xsl:stylesheet
version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"]
[xsl:template match="weather"]
[H1][xsl:value-of select="@type"/][/H1]
[xsl:apply-templates/]
[HR/]
[/xsl:template]
[xsl:template match="temp"]
[LI]Temperature [xsl:apply-templates/]°F[/LI]
[/xsl:template]
[xsl:template match="wind"]
[LI]Wind [xsl:apply-templates/]mph[/LI]
[/xsl:template]
[xsl:template match="text()"]
[xsl:value-of select="."/]
[/xsl:template]
[/xsl:stylesheet]
訂閱:
張貼留言 (Atom)
1 則留言:
電子二乙9426212黃嘉弘
張貼留言