Hi, Now you say it, it sounds pretty obvious...
On the other hand, the processing is done by a program that calls the FOP API's, not directly from files. It looked like it was passing the xsl, but actually there is an extra layer so it passes the .fo. Now I'll have to get a log of the generated .fo I guess... AFAICT, I'm using Xalan-J 2.7, so it seems localisation has been added. Thanks for your help, Jonathan Winterflood -----Message d'origine----- De : Jeremias Maerki [mailto:[EMAIL PROTECTED] Envoyé : jeudi 11 octobre 2007 16:33 À : [email protected] Objet : Re: locating warnings in xsl files. 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] This message contains information that may be privileged or confidential and is the property of the Capgemini Group. It is intended only for the person to whom it is addressed. If you are not the intended recipient, you are not authorized to read, print, retain, copy, disseminate, distribute, or use this message or any part thereof. If you receive this message in error, please notify the sender immediately and delete all copies of this message. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
