I have a need to put copyright symbols in my rendered text from time to
time, and I like to follow them with a space.  Because of some of the
transformation logic required when I do this, I can't easily ensure that an
actual space will appear in the event stream that FOP processes.  In other
words, I can't do the following:

<fo:character character="&#x00A9;"/> <fo:inline>2003</fo:inline>

What I'm looking for is a FO element that I can put between the
<fo:character> above and the <fo:inline>.  I thought that

<fo:character character=" "/>

would work, but it does not.

Does anyone know of an element that I can use?

Patrick Rusk


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

Reply via email to