[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] RE: How to create active hyperlinks from xml file
I don't know if I am being overly complicated, but the only thing that I was able to get to actually work from something like this: > <favourites> > <url>www.iol.ie></url> > <url>www.deafblind.com></url> > <url>www.download.com></url> > </favourites> was: <xsl:template match="url"> <xsl:variable name="href">http://<xsl:value-of select="."/></xsl:variable> <a href="{$href}"><xsl:value-of select="."/></a> </xsl:template> XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|