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...


I have in my XML:
<books>
	<book title="XML">
		<author>ZZZ</author>
		<author>XXX</author>
		<author>YYY</author>
		<author>WWW</author>
	</book>
	<book title="ASP">
		<author>NNN</author>
		<author>MMM</author>
	</book>
</books>

I want to get:
<a href='books.asp?b=XML'>XML</a>
<a href='books.asp?b=ASP'>ASP</a>

Thanks. 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]