Re: Change parent of FOText from FObj to FONode?

2004-10-09 Thread J.Pietschmann
Glen Mazza wrote: There *might* be more subtle issues Just do the change locally, run the test suite (well...), see if anything important breaks. If not, check in. J.Pietschmann

Change parent of FOText from FObj to FONode?

2004-10-09 Thread Glen Mazza
Team, FOP's fo.FOText class is used for text nodes (PCDATA) found within the processing stream. For example, with: This sentence is really simple. "This sentence is ", "really", and " simple." become three separate FOText instances. We have this class extending FObj but I would like to have