Re: linebreaks in xslt

2001-11-23 Thread Maneshi Tuli
[EMAIL PROTECTED] To: [EMAIL PROTECTED] cc: Subject: Re: linebreaks in xslt Hi, try something like: i think this should work. ralph - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email:

Re: linebreaks in xslt

2001-11-23 Thread Ralph Vater
Hi, try something like: i think this should work. ralph - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

RE: linebreaks in xslt

2001-11-23 Thread Maneshi Tuli
From: "PATEL, DINESH" <[EMAIL PROTECTED]> on 11/23/2001 03:38 PM GMT Please respond to [EMAIL PROTECTED] To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> cc: Subject: RE: linebreaks in xslt Try: -- Dinesh Pate

RE: linebreaks in xslt

2001-11-23 Thread PATEL, DINESH
Try: -- Dinesh Patel. Britannic Assurance. > -Original Message- > From: Maneshi Tuli [SMTP:[EMAIL PROTECTED]] > Sent: 23 November 2001 15:15 > To: [EMAIL PROTECTED] > Subject: linebreaks in xslt > > > Hi , > Aft

linebreaks in xslt

2001-11-23 Thread Maneshi Tuli
Hi , After transformation my output is xsl , i want to give line break between two outout eg i want that out should come like this 2 3 but my output is coming like this 2 3 What should i give in my xsl ,so that after transformation it should have output like this plz anybody can help me