RE: displaying 2 texts side by side

2003-01-06 Thread vinod.nayak
Thanks a lot

great Oleg..
Regards,
Vinod.

-Original Message-
From: Oleg Tkachenko [mailto:[EMAIL PROTECTED]
Sent: Monday, January 06, 2003 3:43 PM
To: [EMAIL PROTECTED]
Subject: Re: displaying 2 texts side by side


[EMAIL PROTECTED] wrote:

> In a block, I am displaying many check boxes with the title..
> and between each check box I wish to display a space..
Now it's clear. You should use fo:leader to achieve such a formatting, that's 
exactly what it's designed for:





-- 
Oleg Tkachenko
eXperanto team
Multiconn Technologies, Israel


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: displaying 2 texts side by side

2003-01-06 Thread Oleg Tkachenko
[EMAIL PROTECTED] wrote:
In a block, I am displaying many check boxes with the title..
and between each check box I wish to display a space..
Now it's clear. You should use fo:leader to achieve such a formatting, that's 
exactly what it's designed for:




--
Oleg Tkachenko
eXperanto team
Multiconn Technologies, Israel
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: displaying 2 texts side by side

2003-01-06 Thread vinod.nayak
Hi Oleg,

it is not working..

Part of my xsl code[after including the code you've given] is..




  


  



 

 

In a block, I am displaying many check boxes with the title..
and between each check box I wish to display a space..

Regards,
Vinod.

-Original Message-
From: Oleg Tkachenko [mailto:[EMAIL PROTECTED]
Sent: Monday, January 06, 2003 3:12 PM
To: [EMAIL PROTECTED]
Subject: Re: displaying 2 texts side by side


[EMAIL PROTECTED] wrote:

> Will you tell me how can I do this..
> within a block I have to write 2 texts..
> one from xml node and another is constant SPACE [i.e., '  ']
> [SPACE should not be ignored]
According your description it shouldn't be a problem:


   


But why do you need such a quirk?
-- 
Oleg Tkachenko
eXperanto team
Multiconn Technologies, Israel


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: displaying 2 texts side by side

2003-01-06 Thread Oleg Tkachenko
[EMAIL PROTECTED] wrote:
Will you tell me how can I do this..
within a block I have to write 2 texts..
one from xml node and another is constant SPACE [i.e., '  ']
[SPACE should not be ignored]
According your description it shouldn't be a problem:


   

But why do you need such a quirk?
--
Oleg Tkachenko
eXperanto team
Multiconn Technologies, Israel
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


AW: displaying 2 texts side by side

2003-01-06 Thread Harald Meyer
> Thanks Herald,
>
> but the thing is that, I not sure of only 2 texts. There may be
> more than 2. And the final width of the cell in which these texts
> are displayed
> should be constant.

It may be possible to have a query in your XSL to determin how many texts
there will be...

>
> One more thing is that the cell has border color. There should not be
> borders between the texts..

No problem. You can set the spacing to 0 ... so there will be no border.


Harald



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: displaying 2 texts side by side

2003-01-06 Thread vinod.nayak
Hi Oleg,

Will you tell me how can I do this..
within a block I have to write 2 texts..
one from xml node and another is constant SPACE [i.e., '  ']
[SPACE should not be ignored]

Regards,
Vinod.

-Original Message-
From: Oleg Tkachenko [mailto:[EMAIL PROTECTED]
Sent: Monday, January 06, 2003 2:08 PM
To: [EMAIL PROTECTED]
Subject: Re: displaying 2 texts side by side


[EMAIL PROTECTED] wrote:

> In a table column, I need to display 2 texts from 2 different nodes side by 
> side.
> If I use 2 blocks, 2 texts gets displayed one below the other..
> if I write the 2 texts within the same block, no space is included between 
> them.
> Please suggest some solution.
What's wrong with a table?

-- 
Oleg Tkachenko
eXperanto team
Multiconn Technologies, Israel


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: displaying 2 texts side by side

2003-01-06 Thread vinod.nayak
Thanks Herald,

but the thing is that, I not sure of only 2 texts. There may be
more than 2. And the final width of the cell in which these texts are displayed
should be constant.

One more thing is that the cell has border color. There should not be
borders between the texts..

waiting for the reply,
Vinod.

-Original Message-
From: Harald Meyer [mailto:[EMAIL PROTECTED]
Sent: Monday, January 06, 2003 1:57 PM
To: [EMAIL PROTECTED]
Subject: AW: displaying 2 texts side by side


> Hi all,
>
> In a table column, I need to display 2 texts from 2 different
> nodes side by side.
> If I use 2 blocks, 2 texts gets displayed one below the other..
> if I write the 2 texts within the same block, no space is
> included between them.
> Please suggest some solution.

I would suggest a table with different cells for the texts. You can give
those cells a spacing to have more space between them.

Harald



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: displaying 2 texts side by side

2003-01-06 Thread Oleg Tkachenko
[EMAIL PROTECTED] wrote:
In a table column, I need to display 2 texts from 2 different nodes side by 
side.
If I use 2 blocks, 2 texts gets displayed one below the other..
if I write the 2 texts within the same block, no space is included between them.
Please suggest some solution.
What's wrong with a table?
--
Oleg Tkachenko
eXperanto team
Multiconn Technologies, Israel
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


AW: displaying 2 texts side by side

2003-01-06 Thread Harald Meyer
> Hi all,
>
> In a table column, I need to display 2 texts from 2 different
> nodes side by side.
> If I use 2 blocks, 2 texts gets displayed one below the other..
> if I write the 2 texts within the same block, no space is
> included between them.
> Please suggest some solution.

I would suggest a table with different cells for the texts. You can give
those cells a spacing to have more space between them.

Harald



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



displaying 2 texts side by side

2003-01-06 Thread vinod.nayak
Hi all,

In a table column, I need to display 2 texts from 2 different nodes side by 
side.
If I use 2 blocks, 2 texts gets displayed one below the other..
if I write the 2 texts within the same block, no space is included between them.
Please suggest some solution.

Regards,
Vinod.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]