i have been reading alot about xslt and transformation
i used the next code to generate a html page, but could any one guide me into how to display product detail if a link is pressed on the middle of page
<html xmlns:fn="http://www.w3.org/2004/07/xpath-functions" xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:xdt="http://www.w3.org/2004/07/xpath-datatypes" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <head>
<title>file : mobile phones - o2.html</title>
</head>
<body>
<h1 align="center">Mobile phones - O2</h1>
<table width="100%">
<tr>
<td>
<a href="mobile phones - o2.html">O2</a>
<br/>
<a href="mobile phones - t-mobile.html">T-mobile</a>
<br/>
<a href="mobile phones - orange.html">Orange</a>
<br/>
<a href="mobile phones - 3.html">3</a>
<br/>
<a href="mobile phones - vodaphone.html">Vodaphone</a>
<br/>
<a href="default.html">Home</a>
</td>
<td>Product details here</td>" i need to display info here using xml document
</tr>
</table>
</body>
</html>
i'm so sorry if it is too stupid for expert like yourselves but thanx for letting me posting