XML Editor
Sign up for a WebBoard account Sign Up Keyword Search Search More Options... Options
Chat Rooms Chat Help Help News News Log in to WebBoard Log in Not Logged in
Show tree view Topic
Topic Page 1 2 3 4 5 6 7 8 9 Go to previous topicPrev TopicGo to next topicNext Topic
Postnext
Alexander AhammerSubject: Importing a image
Author: Alexander Ahammer
Date: 12 Feb 2006 10:20 AM
I am trying to to create a html-table through xslt

First i am looping over some elements that have a similar structure to the following

<news>
<topic>Something<topic>
<topic_text_url>http:www.something/here_is_the_text_url.htm</topic_text_url>
<image_url>http:www.something/here_is_the_image_url.jpg</image_url>
</news>
<news>
........
</news>

I want to create a table containing the image and underneatch the image having the topic.

<td align="center">
<xsl:for-each select="news">
<a href="{topic_text_url}">
<xsl:value-of select="topic"/>
</a>
</xsl:for-each>
</td>


My Question is how can i get also the image within my table. And can i give also the dimension i would like it to have rightaway?

Posttop
Alexander AhammerSubject: Importing a image
Author: Alexander Ahammer
Date: 12 Feb 2006 10:28 AM
Ok it is fairly easy. Thats why i'll answer it alone

<td align="center">
<xsl:for-each select="news">

<img src="{image_url_comes_here}"/>

<a href="{topic_text_url}">
<xsl:value-of select="topic"/>
</a>
</xsl:for-each>
</td>

 
Topic Page 1 2 3 4 5 6 7 8 9 Go to previous topicPrev TopicGo to next topicNext Topic
Download A Free Trial of Stylus Studio 6 XML Professional Edition Today! Powered by Stylus Studio, the world's leading XML IDE for XML, XSLT, XQuery, XML Schema, DTD, XPath, WSDL, XHTML, SQL/XML, and XML Mapping!  
go

Log In Options

Site Map | Privacy Policy | Terms of Use | Trademarks
Stylus Scoop XML Newsletter:
W3C Member
Stylus Studio® and DataDirect XQuery ™are from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2016 All Rights Reserved.