Re: Populate table of IMGs from an XML using XSLT

webmasterbeta

New Member
How can you do the same for IMG SRC? I have a XML datafile with names of..GIF-files and like to present them in XSLT.TIATonny"Russell Jones" <[email protected]> wrote in messagenews:[email protected]...> "Aaron " <[email protected]> wrote in message> news:[email protected]...> >> > In other words how do I put URL part from XML using XSLT in theconstruct> > below:> >> > <A HREF=http://forums.devx.com/archive/index.php/"URL"> hello </A>>>> There are two solutions:>> 1. <a><xsl:attribute name="href"><xsl:value-of> select="url"/></xsl:attribute>Link title</a>>> 2. <a href="{url}">Link title</a>>>>
 
Back
Top