How to generate link with XSLT
Posted
by SamB09
on Stack Overflow
See other posts from Stack Overflow
or by SamB09
Published on 2010-03-25T02:50:17Z
Indexed on
2010/03/25
2:53 UTC
Read the original article
Hit count: 368
xslt
Hi i've made a php webservice that returns some xml which is transformed into html by an XML file i have . But i want to be able to click on each returned item to get more details about that item. <a href="item.php?id=<?php echo $itemid"?>"> <?php echo $itemname"?> </a>
Recently i did the same thing but in PHP, ive tried to use this in XSLT but it doesn't work.
© Stack Overflow or respective owner