I believe the image is called before the 'info template', but you know better than i do what is going on and how to fix it. Here is the code you requested.
Info Template:<xsl:template match="info">
<xsl:variable name="page" select="../@arg0" />
<div style="margin-right: 6px">
<b>...
I'm not very good with XML and XSL so i think i should go with the 'better answer' option :)
I believe this is the applicable XSL code:
<?xml version="1.0" ?>
- <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
- <xsl:template match="/">
<xsl:apply-templates...
I have the following code which displays an image on the webpage:
<icon image="http://www.mysite.com/sample.gif" class="local"/>
I would like text to be displayed when the mouse hovers over the image (in standard HTML this would be done using: alt="description of gif" or title="description of...
FANTASTIC!!
Works exactly as i need it to! :)
Thank you so much for your help. I'm very to new to XML/XSL so i find it all very confusing, i'm grateful for users such as yourself who take the time to help out us newbies.
Hoping somebody can help. I have links that appear using XML/XSL and i would like to have those links open in a new browser window. Here is the part of the XLS code to create the links:
<xsl:template match="piece">
<li>
<xsl:variable name="href">
<xsl:value-of select="link" />
</xsl:variable>...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.