Hi Andreas, Your advices are good to me!. I got an good overlap result that I desired through <fo:block-container> as you said.
And while I was testing, I found limitation of <fo:block-container> in FOP. When I put the code under other tag(s) (i.e even block), I got an error like follow, -- follow (summary)-- tag-name :<fo:block-container> FOP limitation:FOP says that it should be 'direct' child of flow. Error :'[ERROR] java.lang.ClassCastException' -- My problem -- In my case, if xml data tags are overlapped each other in xsl(i.e GUI), I want to display itself(overlapped data) in pdf. In order to do that, I think it should be able to be used wherever data are displayed. Is there any other way?. (For example, template --> template -->template .. overlapped data..) Thanks a lot. David. --- "Andreas L. Delmelle" <[EMAIL PROTECTED]> wrote: > > -----Original Message----- > > From: David Kim [mailto:[EMAIL PROTECTED] > > > > Hi David, > > > 2 My problem > > I think it is a kind of position|location problem. > > I want to set absolute position to object(indent?) > in > > order to make overlap in a flow.Is it possible? > > I think so. Try experimenting with > fo:block-container, setting > absolute-position="absolute" and then specify the > desired > offsets/co-ordinates with the left/right/top/bottom > properties. > > > HTH! > > Greetz, > > Andreas > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: > [EMAIL PROTECTED] > For additional commands, e-mail: > [EMAIL PROTECTED] > > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
