Re: Another problem with Marker.rebind()

2004-12-08 Thread Peter B. West
Glen Mazza wrote: Oh, I'm sorry, it involves re-thinking the building of the FO tree, using stream parsing. Peter, are you saying that a pull parser is more computationally powerful than a SAX Parser--or is it just much more convenient? I don't think pull parsers can do more than SAX Parsers for

Re: Another problem with Marker.rebind()

2004-12-08 Thread Glen Mazza
- Original Message - From: "Peter B. West" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, December 08, 2004 8:20 PM Subject: Re: Another problem with Marker.rebind() > Oh, I'm sorry, it involves > re-thinking the building of the FO tree,

Re: Another problem with Marker.rebind()

2004-12-08 Thread Peter B. West
Victor Mote wrote: Simon Pepping wrote: Both markers are printed in blue. Perhaps it would be a solution to clone the subtree below the marker to retrieve-marker, and rebind that copy. That would be another example of layout dependent data in the FO tree. If every There is a certain wry enter

RE: Another problem with Marker.rebind()

2004-12-08 Thread Victor Mote
Simon Pepping wrote: > Both markers are printed in blue. Perhaps it would be a > solution to clone the subtree below the marker to > retrieve-marker, and rebind that copy. That would be another > example of layout dependent data in the FO tree. If every Just by way of clarification, this is n

Another problem with Marker.rebind()

2004-12-08 Thread Simon Pepping
I noticed another problem with Marker.rebind(): When the same marker is retrieved more than once, the first rebind is overwritten with the second. See this example: red: , blue: . Both markers are printed in blue. Perhaps it would be a solution to clone

Re: Marker.rebind()

2004-12-07 Thread Finn Bock
[Simon] I have just committed a patch which fixes bug 32253. One problem remains: the text in the marker does not always have the right properties, e.g. the right size. This is probably due to the fact that Marker.rebind() does not rebind the whole subtree below a marker. Your right! It seems that

Marker.rebind()

2004-12-07 Thread Simon Pepping
Hi, I have just committed a patch which fixes bug 32253. One problem remains: the text in the marker does not always have the right properties, e.g. the right size. This is probably due to the fact that Marker.rebind() does not rebind the whole subtree below a marker. Regards, Simon -- Simon