What i need is to create an HTML output of my XML files using XSL..
Here in XML
Code:
<PAGE METAKEY="9781934043769" LABEL="146">
<INDENTPARA>There is no shortage of histor...</INDENTPARA>
...
</PAGE>
....
<INDEXITEM1><INDEXITEMCONTENT>industrial schools,</INDEXITEMCONTENT> <INDEXITEMPAGE METAKEY="9781934043769" LABEL="8">8</INDEXITEMPAGE> <INDEXITEMPAGE METAKEY="9781934043769" LABEL="128">128</INDEXITEMPAGE> <INDEXITEMPAGE METAKEY="9781934043769" LABEL="146">146</INDEXITEMPAGE></INDEXITEM1>
here INDEXITEM is a glossary
The attributes "LABEL" is referring to the page numbers.
What i want is to create an internal link between these to attribute values...so that i should be able to toggle between glossary items and the actual text.
The code provided by
mrame is not working..
I hope what i explained is ok...
Thanks a lot in advance..