RE: Implementing Change bars

2013-06-20 Thread drevivo
/attachment/38756/0/RevBarSample.zip -- View this message in context: http://apache-fop.1065347.n5.nabble.com/Implementing-Change-bars-tp16058p38756.html Sent from the FOP - Users mailing list archive at Nabble.com.

RE: Implementing Change bars

2013-06-20 Thread Bonekrusher
/xsl:attribute /xsl:if /xsl:template /xsl:stylesheet -- View this message in context: http://apache-fop.1065347.n5.nabble.com/Implementing-Change-bars-tp16058p38762.html Sent from the FOP - Users mailing list archive at Nabble.com

RE: Implementing Change bars

2013-06-20 Thread drevivo
.1065347.n5.nabble.com/Implementing-Change-bars-tp16058p38763.html Sent from the FOP - Users mailing list archive at Nabble.com.

RE: Implementing Change bars

2013-06-20 Thread Bonekrusher
Dont use margins, use start-indent or end-indent on the fo:block instead of margin. -- View this message in context: http://apache-fop.1065347.n5.nabble.com/Implementing-Change-bars-tp16058p38770.html Sent from the FOP - Users mailing list archive at Nabble.com

RE: Implementing Change bars

2013-06-20 Thread drevivo
.n5.nabble.com/Implementing-Change-bars-tp16058p38771.html Sent from the FOP - Users mailing list archive at Nabble.com.

RE: Implementing Change bars

2013-06-20 Thread Bonekrusher
name=padding-start13pt/xsl:attribute xsl:attribute name=border-start-width2pt/xsl:attribute /xsl:if /xsl:template /xsl:stylesheet -- View this message in context: http://apache-fop.1065347.n5.nabble.com/Implementing-Change-bars-tp16058p38772.html

RE: Implementing Change bars

2013-06-19 Thread drevivo
others so I dont want to create a template match for note/p Thanks,David Date: Tue, 18 Jun 2013 07:33:37 -0700 From: ml-node+s1065347n38720...@n5.nabble.com To: drev...@hotmail.com Subject: RE: Implementing Change bars the outer most fo:block... If should work with alternating page

RE: Implementing Change bars

2013-06-19 Thread Bonekrusher
: http://apache-fop.1065347.n5.nabble.com/Implementing-Change-bars-tp16058p38735.html Sent from the FOP - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org

RE: Implementing Change bars

2013-06-19 Thread drevivo
But the note template does not need a revbar only the second P needs the revbar David -- View this message in context: http://apache-fop.1065347.n5.nabble.com/Implementing-Change-bars-tp16058p38736.html Sent from the FOP - Users mailing list archive

RE: Implementing Change bars

2013-06-19 Thread Bonekrusher
-Change-bars-tp16058p38737.html Sent from the FOP - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org For additional commands, e-mail: fop-users-h

RE: Implementing Change bars

2013-06-19 Thread drevivo
it in the margin of the page Thanks again for your inputs David -- View this message in context: http://apache-fop.1065347.n5.nabble.com/Implementing-Change-bars-tp16058p38738.html Sent from the FOP - Users mailing list archive at Nabble.com.

RE: Implementing Change bars

2013-06-19 Thread Bonekrusher
-fop.1065347.n5.nabble.com/Implementing-Change-bars-tp16058p38739.html Sent from the FOP - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org For additional commands, e

Re: Implementing Change bars

2013-06-18 Thread drevivo
Hi Stephan, I wanted to know if this feature was checked in. Thanks, David -- View this message in context: http://apache-fop.1065347.n5.nabble.com/Implementing-Change-bars-tp16058p38717.html Sent from the FOP - Users mailing list archive at Nabble.com

Re: Implementing Change bars

2013-06-18 Thread Bonekrusher
I have been able to use the following with XSLT to render change bars with much success: fo:block xsl:call-template name=rev.bar/ . xsl:template name=rev.bar xsl:if test=(matches($changetype, 'changed') or matches($changetype, 'revised') or matches($changetype, 'revised

RE: Implementing Change bars

2013-06-18 Thread drevivo
From: ml-node+s1065347n38718...@n5.nabble.com To: drev...@hotmail.com Subject: Re: Implementing Change bars I have been able to use the following with XSLT to render change bars with much success: fo:block xsl:call-template name=rev.bar/ . xsl:template name=rev.bar

RE: Implementing Change bars

2013-06-18 Thread Bonekrusher
the outer most fo:block... If should work with alternating page margins. My odd pages have a 1 inch margin on the left and my even has a 1in margin on the right and it works. -- View this message in context: http://apache-fop.1065347.n5.nabble.com/Implementing-Change-bars-tp16058p38720

Re: Change bars support in FOP?

2013-03-14 Thread Chris Bowditch
/browse/FOP-1760 Bugzilla Fop issues became read-only when we migrated them to Jira. 2013/3/10 Alexey Neyman sti...@att.net Hi, Are there any plans to implement change bars in FOP? I found the bug in JIRA that claims to implement that: https://issues.apache.org/bugzilla/show_bug.cgi?id=48548

Re: Change bars support in FOP?

2013-03-11 Thread Pascal Sancho
Hi, Just for convenience, you should monitor the corresponding issue in Jira: https://issues.apache.org/jira/browse/FOP-1760 Bugzilla Fop issues became read-only when we migrated them to Jira. 2013/3/10 Alexey Neyman sti...@att.net Hi, Are there any plans to implement change bars in FOP

Re: Change bars support in FOP?

2013-03-11 Thread Alexey Neyman
/FOP-1760 Bugzilla Fop issues became read-only when we migrated them to Jira. 2013/3/10 Alexey Neyman sti...@att.net Hi, Are there any plans to implement change bars in FOP? I found the bug in JIRA that claims to implement that: https://issues.apache.org/bugzilla/show_bug.cgi

Change bars support in FOP?

2013-03-10 Thread Alexey Neyman
Hi, Are there any plans to implement change bars in FOP? I found the bug in JIRA that claims to implement that: https://issues.apache.org/bugzilla/show_bug.cgi?id=48548 It is in NEEDSINFO state for almost a year now, even though the author has updated the patch and (presumably) addressed

RE: Change bars

2011-05-03 Thread Eric Douglas
Then of course I set the left, top, width, and height attributes to tell it where to draw. -Original Message- From: Fredrik Bengtsson [mailto:fredrik.bengts...@lemontree.se] Sent: Monday, May 02, 2011 3:57 PM To: fop-users@xmlgraphics.apache.org Subject: RE: Change bars You mean absolutely

RE: Change bars

2011-05-02 Thread Eric Douglas
] Sent: Sunday, May 01, 2011 4:53 PM To: fop-users@xmlgraphics.apache.org Subject: Change bars Hey, I'm trying to make a workaround for the lack of change bar support in FOP. I was thinking about making a two-pass solution that analyzes the area tree and adds additional content where necessary. I have

RE: Change bars

2011-05-02 Thread Fredrik Bengtsson
@xmlgraphics.apache.org Subject: RE: Change bars If you're just trying to draw lines you can do what I do. Currently I'm using empty block tags with border attributes. When I get around to rewriting it I want to use actual SVG line drawing commands. -Original Message- From: Fredrik

Re: Change bars

2011-05-01 Thread Stephan Thesing
Hello, I made a patch for change-bars a while back. See Bugzilla PR 48548 https://issues.apache.org/bugzilla/show_bug.cgi?id=48548 for a patch against /trunk from around March. May or may not apply today. As soon as I get my Linux machine to boot again, I could produce another patch against

RE: Change bars

2011-05-01 Thread Fredrik Bengtsson
work on this. /F -Original Message- From: Stephan Thesing [mailto:thes...@gmx.de] Sent: Sunday, May 01, 2011 11:45 PM To: fop-users@xmlgraphics.apache.org Subject: Re: Change bars Hello, I made a patch for change-bars a while back. See Bugzilla PR 48548 https://issues.apache.org/bugzilla

RE: Change bars

2011-05-01 Thread Fredrik Bengtsson
: Change bars Hello, I made a patch for change-bars a while back. See Bugzilla PR 48548 https://issues.apache.org/bugzilla/show_bug.cgi?id=48548 for a patch against /trunk from around March. May or may not apply today. As soon as I get my Linux machine to boot again, I could produce another patch

AW: RE: Change bars

2010-10-05 Thread Georg Datterl
Bengtsson [mailto:fredrik.bengts...@lemontree.se] Gesendet: Montag, 4. Oktober 2010 22:28 An: fop-users@xmlgraphics.apache.org Betreff: RE: RE: Change bars I appreciate both the reply and your hard work! Thanks, I will try it out. -Original Message- From: Stephan Thesing [mailto:thes

RE: Change bars

2010-10-04 Thread Fredrik Bengtsson
to another processor? Thanks, /Fredrik From: Fredrik Bengtsson Sent: den 4 oktober 2010 09:49 To: 'fop-users@xmlgraphics.apache.org' Subject: Change bars Hi, We are attempting to produce legal documents using FOP 1.0 for a customer. These documents, at least those that are modifications

Re: AW: Change bars

2010-10-04 Thread Pascal Sancho
Hi, There is a Patch for that topic. See: https://issues.apache.org/bugzilla/show_bug.cgi?id=48548 -- Pascal Le 04/10/2010 10:09, Georg Datterl a écrit : Hi Fredrik, I know somebody (Alex?) was working on that some time ago, but I haven’t heard about it lately. Check the list archive for

Change bars

2010-10-04 Thread Fredrik Bengtsson
Hi, We are attempting to produce legal documents using FOP 1.0 for a customer. These documents, at least those that are modifications of existing regulations, make extensive use of change bars. See the attached image. I gather that there is no official support for rendering of change

AW: Change bars

2010-10-04 Thread Georg Datterl
: www.willmy.dehttp://www.willmy.de Willmy Consult Content GmbH: www.willmycc.dehttp://www.willmycc.de Von: Fredrik Bengtsson [mailto:fredrik.bengts...@lemontree.se] Gesendet: Montag, 4. Oktober 2010 09:55 An: fop-users@xmlgraphics.apache.org Betreff: RE: Change bars Terribly

Re: RE: Change bars

2010-10-04 Thread Stephan Thesing
Hello, I am (still) working on the change-bars. A branch in the repository with some current code is available under branches/Temp_ChangeBars See also the bug report 48548 in Bugzilla for status and issues. Unfortunately, I have not had much time to work on this since April, but will have time

RE: RE: Change bars

2010-10-04 Thread Fredrik Bengtsson
I appreciate both the reply and your hard work! Thanks, I will try it out. -Original Message- From: Stephan Thesing [mailto:thes...@gmx.de] Sent: den 4 oktober 2010 19:31 To: fop-users@xmlgraphics.apache.org Subject: Re: RE: Change bars Hello, I am (still) working on the change-bars

Re: Implementing Change bars

2009-09-02 Thread Stephan Thesing
() applicable for change bars is added in FObj.java Validation of the stacking constraints of change-bar-begin and -end are also done. Error messages and codes for validation errors are also already added. What remains is layout and producing the change bar areas. If I read the spec right

Re: Implementing Change bars

2009-08-21 Thread Vincent Hennebert
Andreas Delmelle wrote: On 20 Aug 2009, at 12:25, Vincent Hennebert wrote: Andreas Delmelle wrote: snip/ No real areas need to be generated, IIC. At most dummy areas, since the change bars are actually no more than additional borders. I wonder if we could get away with partial border

Re: Implementing Change bars

2009-08-21 Thread Andreas Delmelle
On 21 Aug 2009, at 11:32, Vincent Hennebert wrote: Hi Vincent Sorry, I thought you didn’t see that part. Well it’s pretty clear to me then. Just generate empty areas with a border-end. That indeed seems the most straightforward way to get it implemented with as little effort as possible.

Re: Implementing Change bars

2009-08-20 Thread Vincent Hennebert
Hi, Andreas Delmelle wrote: snip/ No real areas need to be generated, IIC. At most dummy areas, since the change bars are actually no more than additional borders. I wonder if we could get away with partial border painting on the existing flow-area(?) In the description of the fo:page

Re: Implementing Change bars

2009-08-20 Thread Andreas Delmelle
On 20 Aug 2009, at 12:25, Vincent Hennebert wrote: Andreas Delmelle wrote: snip/ No real areas need to be generated, IIC. At most dummy areas, since the change bars are actually no more than additional borders. I wonder if we could get away with partial border painting on the existing flow

Re: Implementing Change bars

2009-08-19 Thread Andreas Delmelle
turn out to be tricky to implement, since the change-bars actually form a (possibly nested) structure 'outside' the well-formed XML tree. It even seems possible (IIRC?) for a change-bar-begin to appear in one page-sequence, and its corresponding change-bar-end in the next... It will require

Re: Implementing Change bars

2009-08-17 Thread Jean-François El Fouly
to fop-dev must be used to understand/implement table markers, that's why I'm not implementing this feature myself.) Good luck ! Le 14 août 09 à 08:53, Stephan Thesing a écrit : Hello, the company I work for will have the need for having change-bars in documents for easy difference tracking

Re: Implementing Change bars

2009-08-17 Thread Jean-François El Fouly
to fop-dev must be used to understand/implement table markers, that's why I'm not implementing this feature myself.) Good luck ! Le 14 août 09 à 08:53, Stephan Thesing a écrit : Hello, the company I work for will have the need for having change-bars in documents for easy difference tracking

Implementing Change bars

2009-08-14 Thread Stephan Thesing
Hello, the company I work for will have the need for having change-bars in documents for easy difference tracking in our DocBook-FOP-PDF toolchain. Has anybody started to integrated support for the 1.1 fo:begin/end-change-bar elements into FOP? If yes, we would offer to help, if no, we would

Re: Implementing Change bars

2009-08-14 Thread Jeremias Maerki
Hi Stephan, to my knowledge there's noone currently working on that. If you look in the archives, you'll see that there's precious little discussion about change bars: http://fop-dev.markmail.org/search/?q=%22change%20bars%22 I haven't looked into change bars, yet, so I can't really offer any

Re: Implementing Change bars

2009-08-14 Thread Vincent Hennebert
://wiki.apache.org/xmlgraphics-fop/FOPIDESetupGuide The first step would be to study the part of the Recommendation about change bars: http://www.w3.org/TR/xsl11/#fo_change-bar-begin http://www.w3.org/TR/xsl11/#fo_change-bar-end Change bars are also mentioned in the description of the fo:page-sequence