absolute-position bug?

2003-08-23 Thread Sells, Fred
I need to use absolute-position to put an address in the right spot for a
window envelope.  I tried the following using fop 0.20.5. I cannot seem to
get it to move from the top-left corner of the flow.  What am I missing?

fo:flow flow-name=xsl-region-body font-size=12pt 

xsl:for-each select=letters
xsl:for-each select=letter

fo:block-container absolute-position=absolute top=3.0in height=2.0in

 left=1.0in width=3.0in background-color=red
fo:block  z  aa aa
aa
a    ddd
d
a    ddd
d
a    ddd
d
a    ddd
d
a    ddd
d
/fo:block
/fo:block-container

...

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



RE: absolute-position bug?

2003-08-23 Thread Victor Mote
Sells, Fred wrote:

 I need to use absolute-position to put an address in the right spot for a
 window envelope.  I tried the following using fop 0.20.5. I cannot seem to
 get it to move from the top-left corner of the flow.  What am I missing?

Probably:
http://xml.apache.org/fop/compliance.html#fo-property-absolute-position
where absolute-position is described as not being implemented in FOP.

Victor Mote


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



RE: absolute-position bug?

2003-08-23 Thread Andreas L. Delmelle

I need to use absolute-position to put an address in the right spot for a
window envelope.  I tried the following using fop 0.20.5. I cannot seem to
get it to move from the top-left corner of the flow.  What am I missing?

As already indicated, absolute-position not implemented, but I do think the
desired
effect can easily be achieved by using a fo:table.

Greetz,

Andreas Delmelle


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



Re: absolute-position bug?

2003-08-23 Thread J.Pietschmann
Sells, Fred wrote:
 I need to use absolute-position to put an address in the right spot for a
 window envelope.  I tried the following using fop 0.20.5. I cannot seem to
 get it to move from the top-left corner of the flow.  What am I missing?

 fo:block-container absolute-position=absolute top=3.0in height=2.0in

  left=1.0in width=3.0in background-color=red
Use the shorthand position=absolute, which is implemented.
Look into the FOP examples for more info.
J.Pietschmann

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