xsl-list
[Top] [All Lists]

Re: xsl:attribute problem

2002-12-02 08:04:28
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



<Prev in Thread] Current Thread [Next in Thread>