RE: building a link...

Subject: RE: building a link...
From: "sixty nine" <sixty9th@xxxxxxxxxxx>
Date: Wed, 12 Jul 2000 20:19:02 GMT
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>



________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com


XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list



Current Thread