multiple html as output and one xsl

D3FC0N

New Member
I am converting a XML to HTML using XSLT. The output of should have 2 HTML files linked with each other. In the first html there will be a list of data and once I click on a particular data I should get the details of that particular data in other html file. I need to use xslt for this. I have used Saxon to generate multiple htmls but I am able to perform the linking functionality. Any ideas on how to do this? My input look like this\[code\]<a:file><a:id>33</a:id><a:name>hello</a:name><a:school>mumbai public</a:school><a:marks>80</a:marks></a:file>\[/code\]
 
Back
Top