From: Luca Furini Date: Wed, 27 Aug 2008 10:48:54 +0000 (+0000) Subject: Expanded warning message about borders and paddings on regions. X-Git-Tag: fop-1_0~430 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=001b89015f23b9f96d2df91d47cb0edcc2c166d4;p=xmlgraphics-fop.git Expanded warning message about borders and paddings on regions. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@689442 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/java/org/apache/fop/events/EventFormatter.xml b/src/java/org/apache/fop/events/EventFormatter.xml index 1f08456c9..1c8c35b0b 100644 --- a/src/java/org/apache/fop/events/EventFormatter.xml +++ b/src/java/org/apache/fop/events/EventFormatter.xml @@ -50,7 +50,7 @@ Any reference to it will be considered a reference to the first occurrence in th The flow-name "{flowName}" on {elementName} could not be mapped to a region-name in the layout-master-set.{{locator}} The master-reference "{masterReference}" on {elementName} matches no simple-page-master or page-sequence-master.{{locator}} The region-name "{regionName}" for {elementName} is not permitted.{{locator}} - Border and padding for {elementName} "{regionName}" must be '0' (See 6.4.13 in XSL 1.0).{{locator}} + Border and padding for {elementName} "{regionName}" should be '0' (See 6.4.14 in XSL 1.1); non-standard values are allowed if relaxed validation is enabled. {{locator}} If overflow property is set to "scroll" on {elementName}, a column-count other than "1" may not be specified.{{locator}} First element must be the fo:root formatting object. Found {elementName} instead. Please make sure you're producing a valid XSL-FO document. Document is empty (something might be wrong with your XSLT stylesheet).