[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

links for elements in xslt

Subject: links for elements in xslt
From: Bret <laker_66@xxxxxxxxx>
Date: Fri, 16 Jan 2004 21:05:02 -0800 (PST)
xsl links
I have .net page which gets input from the user . I
had to convert that input to xml and send it to the
3rd party database and get the output in xml . I
transform that xml to html using XSL file by using
Load and Transform methods in .NET 
My XSL is similar to this . 

<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> 
<xsl:template match="/"> 
 <html> 
<body> 
<xsl:for-each select="record"> 
<table> 
<tr> 
<td><xsl:value-of select="person-name"/></td> 
<td><xsl:value-of select="person-city"/></td> 
</tr> 
</xsl:for-each> 
</table> 
 </body> 
 </html> 
</xsl:template> 
</xsl:stylesheet> 

This is has been done so far . Now I do want to
provide a links to all  these elements(i.e
Person-name,Person-City..) so that when the user hits
the link, the link spawn's another search to the xml
database and returns the result .I Was wondering how
would i do that . Do i have to call etxernal objects
from XSL to call the  the search . 
Any thoughts appreciated


Thanks

__________________________________
Do you Yahoo!?
Yahoo! Hotjobs: Enter the "Signing Bonus" Sweepstakes
http://hotjobs.sweepstakes.yahoo.com/signingbonus

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


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.