Re: simple esql-xsl problem

2003-11-10 Thread Joerg Heinicke
After XSP it's probably CSE So between > and CSE and between CSE and < there are whitespaces. If you change in the XSP to it may be working without normalize-space(). Joerg Ashish Kumar wrote: hi there, thanks, it worked! but i don't know it worked!! which whitespace is it no

Re: simple esql-xsl problem

2003-11-10 Thread Ashish Kumar
hi there, thanks, it worked! but i don't know it worked!! which whitespace is it normalizing after all? ashish On Mon, 10 Nov 2003, Joerg Heinicke wrote: > Maybe it's only a whitespace problem and you have to use > > test="normalize-space(para) = 'CSE'" > > Joerg > > Ashish Kumar w

Re: simple esql-xsl problem

2003-11-10 Thread Joerg Heinicke
Maybe it's only a whitespace problem and you have to use test="normalize-space(para) = 'CSE'" Joerg Ashish Kumar wrote: hi there, yeah, of course that was what the earlier code was & that was working fine. And now i have to modify that in order to display "Computer Science" in place of "CS

Re: simple esql-xsl problem

2003-11-10 Thread Ashish Kumar
hi there, yeah, of course that was what the earlier code was & that was working fine. And now i have to modify that in order to display "Computer Science" in place of "CSE". hope this makes clear, ashish On Mon, 10 Nov 2003, Joerg Heinicke wrote: > On 09.11.2003 21:50, Ashish Kumar wrote

Re: simple esql-xsl problem

2003-11-09 Thread Joerg Heinicke
On 09.11.2003 21:50, Ashish Kumar wrote: hi all, i m generating pdf by querying database using esql. here for a particular value got from database table, i have to display some particular information. the xsp code contains: --- select * from person --- whil

simple esql-xsl problem

2003-11-09 Thread Ashish Kumar
hi all, i m generating pdf by querying database using esql. here for a particular value got from database table, i have to display some particular information. the xsp code contains: --- select * from person --- while the xsl-fo file contains: ---