XML Programming
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsProgramming Languages - MoreXML Programming

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old April 26th, 2004, 03:55 AM
echo echo is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Sep 2001
Posts: 16 echo User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 13 m 56 sec
Reputation Power: 0
Need help with xsl and images displaying

Hi,

I need some help on this issue cause I am pretty new in XML/XSL.

I generated from db XML of weather for my country and got (I will copy/paste part of xml):

Code:
  <?xml version="1.0" encoding="ISO-8859-2" ?> 
- <prognoza>
- <item>
  <grad>Šibenik</grad> 
  <temp>14 C</temp> 
  <slika>http://www.split.info/moduli/prognoza/images/pretezno_oblacno.gif</slika> 
  <vrijeme>pretežno oblačno</vrijeme> 
  <smjervjetra>N</smjervjetra> 
  <brzinavjetra>N</brzinavjetra> 
  <relativnavlaznost>56</relativnavlaznost> 
  <tlakzraka>1013.3</tlakzraka> 
  <update>26.04.2004</update> 
  </item>
- <item>
  <grad>Bilogora</grad> 
  <temp>8 C</temp> 
  <slika>http://www.split.info/moduli/prognoza/images/oblacno.gif</slika> 
  <vrijeme>potpuno oblačno</vrijeme> 
  <smjervjetra>NW</smjervjetra> 
  <brzinavjetra>NW</brzinavjetra> 
  <relativnavlaznost>87</relativnavlaznost> 
  <tlakzraka>1020.6</tlakzraka> 
  <update>26.04.2004</update> 
  </item>
- <item>
... and so on ....


Now I created XSL:

Code:
<?xml version="1.0" encoding="Windows-1250"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:template match="/">
  <html>
  <body>
   <xsl:for-each select="prognoza/item[grad='Split']">
    <tr>
      <td><xsl:value-of select="grad"/></td>
      <td><xsl:value-of select="temp"/></td>
      <td><xsl:value-of select="vrijeme"/></td>
      <td><xsl:value-of select="slika"/></td>
      <td><xsl:value-of select="smjervjetra"/></td>
      <td><xsl:value-of select="brzinavjetra"/></td>
      <td><xsl:value-of select="relativnavlaznost"/></td>
      <td><xsl:value-of select="tlakzraka"/></td>
      <td><xsl:value-of select="update"/></td>
    </tr>
    </xsl:for-each>
    </table>
  </body>
  </html>
</xsl:template>
</xsl:stylesheet>


My question and problem is for this <slika> tag in XML cause it is url to the image. How to get from XSL showing image instead of image url <td><xsl:value-of select="slika"/></td> (I tried <td><img src="<xsl:value-of select="slika"/>"></td> but it isn't working).

Thx in advance for help,

Ivan

Last edited by echo : April 26th, 2004 at 06:49 AM.

Reply With Quote
  #2  
Old April 26th, 2004, 09:39 AM
ChrisRC ChrisRC is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Mar 2004
Location: Pittsburgh, PA
Posts: 30 ChrisRC User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 5
how about
Code:
<xsl:element name="img">
    <xsl:attribute name="src">
         <xsl:value-of select="slika"/>
    </xsl:attribute>
</xsl:element>

Reply With Quote
  #3  
Old April 26th, 2004, 09:49 AM
echo echo is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Sep 2001
Posts: 16 echo User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 13 m 56 sec
Reputation Power: 0
thx a lot :-)

works perfectly

Reply With Quote
Reply

Viewing: Dev Shed ForumsProgramming Languages - MoreXML Programming > Help with xsl and images


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

 Free IT White Papers!
 
How to Present Effectively Online
This white paper offers practical and actionable advice on the key steps that any presenter should consider as they plan and execute a Webinar or online meeting.

 
Open Source Security Myths
Open Source Software (OSS) is computer software whose source code is available to the general public with relaxed or non-existent intellectual property restrictions (or arrangement such as the public domain), and is usually developed with the input of many contributors.

 
Power and Cooling Capacity Management for Data Centers
This paper describes the principles for achieving power and cooling capacity management.

 
Scalable, Fault-Tolerant NAS for Oracle - The Next Generation
For several years NAS has been evolving as a storage alternative for Oracle databases, and for good reason: NAS is quite often the simplest, most cost-effective storage approach for Oracle. Learn about the benefits that HP's approach to scalable NAS brings to Oracle environments in this comprehensive white paper.

 
Understanding Web Application Security Challenges
This white paper discusses many common threats and preventive measures for Web application security, and explains what you can do to help protect your organization.

 

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 5 hosted by Hostway
Stay green...Green IT