Depends on your XSLT processor. If you use on-the-fly XSL transformation, the location is line 227, character 29 in one of your XSLT files. If you feed FOP an FO file, it's line 227, character 29 in the FO file.
Last I checked Xalan-J didn't support location info, so you're probably using a different processor. HTH Jeremias Maerki On 11.10.2007 15:03:51 Winterflood, Jonathan wrote: > > Hi, > > > > I'm getting a few of these warnings from FOP, and I'd like to track down > where they occur in the xsl file I'm feeding to FOP. > > > > 11 oct. 2007 14:53:45 > org.apache.fop.layoutmgr.table.TableContentLayoutManager > createElementsForRowGroup > > ATTENTION: The contents of row 3 are taller than they should be (there > is a block-progression-dimension or height constraint on the indicated > row). Due to its contents the row grows to 104532 millipoints, but the > row shouldn't get any taller than MinOptMax[min=opt=max=28346] > millipoints. (fo:table-row, location: 227/29) > > > > Is there a way to name the elements in the xsl file so that FOP will > display the names? Or could someone explain how to interpret the > location: 227/29 info? > > > > TIA, > > Jonathan Winterflood --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
