[xsl] how do i generate the links

Subject: [xsl] how do i generate the links
From: "Adesh" <Adesh@xxxxxxxxxxxx>
Date: Wed, 5 Oct 2005 18:33:57 +0530
hi everyone,

I have a problem in generating the link using XSLT

The Structure is as follows:

<ARTICLE>
<TITLE>TEXT ........</TITLE>
<PUBLISHER_REFERENCE>TEXT .........</PUBLISHER_REFERENCE>
<AUTHOR>TEXT .........</AUTHOR>
<TEXT>
<PARAGRAPH>(1) TEXT ......</PARAGRAPH>
<PARAGRAPH>(2) TEXT ..... <REFERRED>80-1 Outlook 15</REFERRED>
.....</PARAGRAPH>
<PARAGRAPH>(3) TEXT ..... <REFERRED>80-4 India Today 456, 460</REFERRED>
.....</PARAGRAPH>
</TEXT>
</ARTICLE>

<REFERRED> -> is the link tag, which i want to open in a new window, the
link is like as follows:

1. 80-1 Outlook 15    link generated should be "..\801O\801O15.xml" and
should open in a new window
2. 80-4 India Today 456, 460   link generated should be
"..\804IT\804IT456.xml" and should open in a new window

Kindly guide on how to generate the links in XSLT and display in a new
window


Regards,
Adesh

Current Thread