I think what you're looking for is now: area.getTrait(Trait.PROD_ID); HTH
On 06.06.2007 15:15:45 Heroux Pierre wrote: > Hi, > > I'm trying to upgrade an application using the FOP API from 0.20 to 0.93. > > This application performs XML + XSLT -> XSLFO then it uses FOP to render > the document in a customized output format (I wrote my own renderer). > > This format needs to link Areas to their source elements in the original > XML Document. > > In the previous implementation (FOP 0.20), I used customized a XSL > stylesheets to propagate XML elements ids to XSL-FO, and then my > renderer used the getGeneratedBy() method from the Area object. > > This method is no longer available in 0.93. > > Have you any idea to solve my problem ? > > Thank, > > Pierre Jeremias Maerki --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
