Forum Moderators: open
What I really want is the page to show some data from the db. Something like this:
<xsl:template match="THEINFO">
<h2>The info you requested is: <xsl:value-of select="INFO"/></h2>
</xsl:template>
I presume that I need to use an 'apply-template' in the hyperlink? I could be wrong!
Any help would be much appreciated!
Dave
When you click the link, you want to show data from your database.
So... create a page on your own site that shows the information you want to show, and link to it. Instead of linking to google, link to your own page.