You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-users@xmlgraphics.apache.org by Chris Faulkner <ch...@gmail.com> on 2005/06/23 14:03:31 UTC

special characters - tab and extra spaces

Hello

I would like to insert a tab (or multiple spaces) in my XSL:FO
document, rto achieve something like this

identifier : <tab> value

So that value is tabbed away from "identifier :". Is there anyway of
doing this ? Even if I insert multiple spaces, they are collapsed into
a single one. At the moment, I have implemented this by using table
cells and padding but ideally, I'd like to view this as a single piece
of text . Can I do this with any other way ?

Thanks

Chris

---------------------------------------------------------------------
To unsubscribe, e-mail: fop-users-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-help@xmlgraphics.apache.org


RE: special characters - tab and extra spaces

Posted by "Andreas L. Delmelle" <a_...@pandora.be>.
> -----Original Message-----
> From: Chris Faulkner [mailto:chris.faulkner@gmail.com]
>

Hi Chris,

> I would like to insert a tab (or multiple spaces) in my XSL:FO
> document, rto achieve something like this
>
> identifier : <tab> value
>
> So that value is tabbed away from "identifier :". Is there anyway of
> doing this ? Even if I insert multiple spaces, they are collapsed into
> a single one. At the moment, I have implemented this by using table
> cells and padding but ideally, I'd like to view this as a single piece
> of text . Can I do this with any other way ?

If it REALLY needs to be one single piece of text, try Lou's suggestion.
If you have a series of these, then IMO this seems like a perfect
opportunity to use a fo:list-block

Just an idea...

HTH!

Greetz,

Andreas


---------------------------------------------------------------------
To unsubscribe, e-mail: fop-users-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-help@xmlgraphics.apache.org