Re: [xsl] how do i generate the links

Subject: Re: [xsl] how do i generate the links
From: Ragulf Pickaxe <ragulf.pickaxe@xxxxxxxxx>
Date: Wed, 5 Oct 2005 20:43:43 +0200
Hi Adesh,

Tokenization is not easy in XSLT. You can look at FXSL to help you:
http://fxsl.sourceforge.net/

Regards,
Ragulf Pickaxe :-)

On 10/5/05, Adesh <Adesh@xxxxxxxxxxxx> wrote:
> hi everyone,
>
> I have a problem in generating the link using XSLT
>
> The Structure is as follows:
> <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