Re: Line numbering PDF documents

2003-01-23 Thread John Kemp
Oleg,
Thanks. To be honest though, what I was imagining was that you could 
set a parameter for FOP when generating a document that said 'give me 
line numbers on this document' and then the FOP code itself would have 
to determine how to do this within the document flow. I don't know how 
that needs to relate to the xsl:fo specification itself.

I guess I will see if this is possible through writing an extension.
Thanks,
- john
On Thursday, Jan 23, 2003, at 11:36 US/Eastern, Oleg Tkachenko wrote:
John Kemp wrote:
I have to produce documents that have line numbers printed on the 
left of each line of text - for example:
1   The first line of text ends
2   and then second line gets numbered as two
3   which leads me to line three.
4   Can FOP do this?
This is an action that cannot be performed via an XSLT, as the 
document must first be flowed correctly for display, in order to know 
what line number should be placed where.
I saw some email discussion of this in the archive, but no solution 
was noted. Is FOP capable of doing this, and if so, how?
Nope, xsl-fo Recommendation doesn't support such stuff, it's 
well-known requirement for next version. It could be done probably by 
some extension though.
--
Oleg Tkachenko
eXperanto team
Multiconn Technologies, Israel

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

_
John Kemp
[EMAIL PROTECTED]
(+1) 413.458.9053
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: Line numbering PDF documents

2003-01-23 Thread Oleg Tkachenko
John Kemp wrote:
I have to produce documents that have line numbers printed on the left 
of each line of text - for example:

1   The first line of text ends
2   and then second line gets numbered as two
3   which leads me to line three.
4   Can FOP do this?
This is an action that cannot be performed via an XSLT, as the document 
must first be flowed correctly for display, in order to know what line 
number should be placed where.

I saw some email discussion of this in the archive, but no solution was 
noted. Is FOP capable of doing this, and if so, how?
Nope, xsl-fo Recommendation doesn't support such stuff, it's well-known 
requirement for next version. It could be done probably by some extension though.
--
Oleg Tkachenko
eXperanto team
Multiconn Technologies, Israel

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


Line numbering PDF documents

2003-01-23 Thread John Kemp
Hi,
I have to produce documents that have line numbers printed on the left 
of each line of text - for example:

1   The first line of text ends
2   and then second line gets numbered as two
3   which leads me to line three.
4   Can FOP do this?
This is an action that cannot be performed via an XSLT, as the document 
must first be flowed correctly for display, in order to know what line 
number should be placed where.

I saw some email discussion of this in the archive, but no solution was 
noted. Is FOP capable of doing this, and if so, how?

Thanks,
- john
_
John Kemp
[EMAIL PROTECTED]
(+1) 413.458.9053
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]