import transformacji
This commit is contained in:
12
transform/yahoo_weather_wind_speed.xsl
Normal file
12
transform/yahoo_weather_wind_speed.xsl
Normal file
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0"?>
|
||||
<xsl:stylesheet
|
||||
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
||||
xmlns:yweather="http://xml.weather.yahoo.com/ns/rss/1.0" version="1.0">
|
||||
|
||||
<xsl:output indent="yes" method="xml" encoding="UTF-8" omit-xml-declaration="yes" />
|
||||
|
||||
<xsl:template match="/">
|
||||
<xsl:value-of select="//yweather:wind/@speed" />
|
||||
</xsl:template>
|
||||
|
||||
</xsl:stylesheet>
|
||||
Reference in New Issue
Block a user