[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] RE: building a link...
If you have in XML file: <book title="XML"> And You want to get a link: <a href='books.asp?b=XML'>XML</a> So, MSXML builds a link like following: <xsl:element name="A"> <xsl:attribute name="HREF">book.asp?b=<xsl:value-of select="@title"/></xsl:attribute> <xsl:value-of select="@title"/> </xsl:element>
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
|