no it doesn't help ->
it works like this:
1) i pull out the data from db and creates xml tree.
2) there is a ready written by me xsl file which reads the tree from xml file and shows the tree in table...
the <td> tag is in the xsl file, on the client side
3) my "mission" is to deliver the data in some way like this:
<td width="300"><a href="details.php?value=???"><xsl:value-of select="type" /></a></td>
this line is in x.xsl file, now all is left is to insert into the <a> tag the xsl:value...
any other thoughts?