This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

building a link using MSXML(latest)


Hi, Folks!

I'm using MSXML(latest). I have a simple XML file:
<books>
	<book title="XML">
		<author>ZZZ</author>
	</book>
	<book title="ASP">
		<author>NNN</author>
		<author>MMM</author>
	</book>
</books>

I need to build a link:
<a href="book.aspb?b=XML&au=zzz></a>
<a href="book.aspb?b=ASP&au=nnn></a>
<a href="book.aspb?b=ASP&au=mmm></a>

Gene.

________________________________________________________________________
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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]