Jason Novotny wrote: > Thanks Michael-- I think I fixed that and now I see the same problem > so I have to check other files-- is there some kind of "foplint" program > that can help me track these issues down? What do you use?
If you have a validating editor (like XMLSpy and others), or parser (I think Xalan has a validation mode), the following might help: http://xml.apache.org/fop/fo.html#fo-validate The schema on that page has an option to be FOP-specific. The two major issues are 1) getting correct XSL-FO code, and 2) using the subset of XSL-FO that FOP currently supports. WRT the latter, see this also: http://xml.apache.org/fop/compliance.html There are some differences between the schema and the document listed above, but no one has so far taken the time to find out which is right, so these are not perfect solutions. That said, they are both useful, and, if you find problems with either, you can perform a great service to yourself and the FOP community by helping us get them corrected. Victor Mote --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]