Re: line before footnote area

2002-11-06 Thread Marko Petersen
A second transformation would be difficult, because it should
work for several documents and dynamic content.
But thanks for the info. If it is not implemented yet, I have to find
another solution for dividing these two parts, maybe a larger
margin for the body part (if this will work...).
Greetings,
Marko
At 23:23 06.11.2002 +0100, you wrote:
Marko Petersen wrote:
I am trying to add a line between the main-reference-area and
the footnote-reference-area. Has anybody an idea how to do
this?
The spec provides a special region named "xsl-footnote-separator"
for this purpose, you could put a leader in it:
  

  
Unfortunately, FOP does not implement this. IOW you're hosed.
If you are adventurous, check out the area tree output (aka XML
output). You might be able to automatically leverage this to
determine which footnotes are the first on a page, and then do
a second XSLT/rendering pass, using this information to insert
a leader in the footnote-body of said footnotes.
J.Pietschmann



Re: line before footnote area

2002-11-06 Thread J.Pietschmann
Marko Petersen wrote:
I am trying to add a line between the main-reference-area and
the footnote-reference-area. Has anybody an idea how to do
this?
The spec provides a special region named "xsl-footnote-separator"
for this purpose, you could put a leader in it:
  

  
Unfortunately, FOP does not implement this. IOW you're hosed.
If you are adventurous, check out the area tree output (aka XML
output). You might be able to automatically leverage this to
determine which footnotes are the first on a page, and then do
a second XSLT/rendering pass, using this information to insert
a leader in the footnote-body of said footnotes.
J.Pietschmann


Re: line before footnote area

2002-11-06 Thread Marko Petersen
Yes, I know the first footnote body of the document, but I
have to know each footnote body, which is the first displayed
on one page. This one should have a line above, the others
at the same page should not.
Is there a way to get this node?
Thanks,
Marko
At 18:18 06.11.2002 +0200, you wrote:
Marko Petersen wrote:
I am trying to add a line between the main-reference-area and
the footnote-reference-area. Has anybody an idea how to do
this?
Well, you certanly know what the first footnote body is, so you can just 
add block with an rule leader at the beginning. See Dave Pawson's example:
http://www.dpawson.co.uk/xsl/sect3/bk/ch11.html#d0e8692
--
Oleg Tkachenko
eXperanto team
Multiconn Technologies, Israel



Re: line before footnote area

2002-11-06 Thread Oleg Tkachenko
Marko Petersen wrote:
I am trying to add a line between the main-reference-area and
the footnote-reference-area. Has anybody an idea how to do
this?
Well, you certanly know what the first footnote body is, so you can just add 
block with an rule leader at the beginning. See Dave Pawson's example:
http://www.dpawson.co.uk/xsl/sect3/bk/ch11.html#d0e8692
--
Oleg Tkachenko
eXperanto team
Multiconn Technologies, Israel