import transformacji

This commit is contained in:
root
2018-07-01 21:48:57 +02:00
parent 6da385e13e
commit be2e00956f
15 changed files with 120 additions and 0 deletions

View 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:condition/@temp" />
</xsl:template>
</xsl:stylesheet>