RE: [xsl] Generate indexes automatically from xml file using xsl

Subject: RE: [xsl] Generate indexes automatically from xml file using xsl
From: "shailesh" <shailesh@xxxxxxxxxxxx>
Date: Thu, 24 Nov 2005 15:33:49 +0530
Hi,

As i have to compile a .CHM file for the same i need index file which
contains keywords in it. As .CHM file needs .hhk as the index file.


Thanks,
Shailesh

-----Original Message-----
From: Dan Powderhill [mailto:dan.powderhill@xxxxxxxxxxxxxxx] 
Sent: Thursday, November 24, 2005 3:33 PM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: RE: [xsl] Generate indexes automatically from xml file using xsl

What do you want the output to be? An "index file" is a pretty ambiguous
term.

Dan

-----Original Message-----
From: Shailesh Shinde [mailto:shailesh@xxxxxxxxxxxx] 
Sent: 24 November 2005 09:56
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: [xsl] Generate indexes automatically from xml file using xsl

Hi All,

I have to generate index file from xml file as input using xsl.
In xml file there is an element 
<Keywords>
<Keyword>Test</keyword>
<Keyword>Test1</keyword>
<Keyword>Test2</keyword>
</keywords>

How should I do this using xsl, is there any references for the same.


Thanks,
Shailesh

Current Thread