|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: forming a link w/ arguments?
Thanks for everyones help.. built from your examples this is what I finally got that works.. recorded here for future reference.. <?xml version="1.0"?> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> <xsl:template match="LINK"> <a> <xsl:attribute name="href"> <xsl:value-of select="BASE" />?<xsl:text /> <xsl:for-each select="ARG"> <xsl:value-of select="@NAME" />=<xsl:value-of select="@VALUE" />&</xsl:for-$</xsl:attribute> <xsl:value-of select="TEXT" /> </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
|

Cart








