Subject: Re: xsl:attribute problem
From: "Kenneth Prat" <pratk@xxxxxxxxxxxxxxx>
Date: Mon, 2 Dec 2002 08:04:28 -0700
|
You will probably have better luck targeting something like this:
<script language="php"> echo "<a href=\"mailto: $email\">$email?</a>";
</script>
> Hi all,
> I need to solve this problem:
> I want to create this output from a XML-source and a XSL-stylesheet:
>
>
> <---snippet---!>
> <a href="mailto: <?php echo $email?>"><?php echo $email?></a>
> <---snippet---!>
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|