Positioning inline objects

Subject: Positioning inline objects
From: Bovone Stefano <Stefano.Bovone@xxxxxxxx>
Date: Wed, 19 Jan 2000 14:51:17 +0100
Sorry for my English, I hope you can understand me.

I know a little CSS: one thing I can do using CSS and positioning is the
offsetting of a word (or more words) from there position.

Example:

<div>
this is a test. This is a test <span style="position: relative; top:
2cm;">This is another test</span> This is a test.
</div>

I obtain samething like this:

					 This is another test.
This is a test. This is a test.				This is a test.


How could I obtain the same result using XSL ?
fo:inline doesn't support Common Absolute Position Properties.

Bye.


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread