Hi, I made a php webservice that returns some xml that is converted to html using the xml file I have. But I want to be able to click on each returned item to get more detailed information about this item. <a href="item.php?id=<?php echo $itemid"?>"> <?php echo $itemname"?> </a> Recently I did the same, but in PHP, ive tried to use this in XSLT, but it does not work.
source share