sudha. wrote:
But, I have a problem here , when u look at the lines drawn , so many places
u can see double lines.
this is because of my design where I used tables inside tables , and used my
xsl to draw table borders
wherever the table outlines appear. I want to get rid of this problem.
but I have no idea how to go about it. there is not vertical line drawing
feature here I guess.

There are several possible approaches. It the whole stuff is guaranteed to fit a page you can use a table with row- and column-spanning cells for the grid. Another possibility is to use absolutely positioned cointainers and either specify appropriate borders individually, for example full width only where no other borders match or do careful positioning so that the actual borders overlap.

I am not so good in xslt transformation though.

I don't think you need to be all that good at XSLT for this. But then:

I tried using XMLSPY version 5 release 4's Stylesheet designer for
ressolving this problem.

You are probably better off writing a FO file by hand which does exactly the layout you want with some blind text and then use it as a base to create a style sheet.

J.Pietschmann



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



Reply via email to