You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-dev@xmlgraphics.apache.org by bu...@apache.org on 2010/08/17 16:59:17 UTC

DO NOT REPLY [Bug 49763] New: Regression: Incorrect message when encountering a block in an inline in a footnote

https://issues.apache.org/bugzilla/show_bug.cgi?id=49763

           Summary: Regression: Incorrect message when encountering a
                    block in an inline in a footnote
           Product: Fop
           Version: 1.0
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: minor
          Priority: P2
         Component: general
        AssignedTo: fop-dev@xmlgraphics.apache.org
        ReportedBy: adrian@sync.ro


When transforming an FO with this content:

<footnote>
    <inline>1</inline>
    <footnote-body>
        <block><inline><block/></inline></block>
    </footnote-body>
</footnote>

The new FOP 1.0 incorrectly reports:
net.sf.saxon.trans.XPathException: org.apache.fop.fo.ValidationException:
"fo:inline" is not a valid child of "fo:block"!  (See position 117:-1)

while the old 0.95 was corect in saying:
net.sf.saxon.trans.XPathException: org.apache.fop.fo.ValidationException:
Error(117/-1): fo:block is not a valid child element of fo:inline:  An
fo:inline that is a descendant of an fo:leader or fo:footnote may not have
block-level children, unless it has a nearer ancestor that is an
fo:inline-container.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

DO NOT REPLY [Bug 49763] Regression: Incorrect message when encountering a block in an inline in a footnote

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=49763

Glenn Adams <gl...@skynav.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P2                          |P3

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

DO NOT REPLY [Bug 49763] Regression: Incorrect message when encountering a block in an inline in a footnote

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=49763

--- Comment #1 from Glenn Adams <gl...@skynav.com> 2012-04-07 01:44:17 UTC ---
resetting P2 open bugs to P3 pending further review

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

DO NOT REPLY [Bug 49763] Regression: Incorrect message when encountering a block in an inline in a footnote

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=49763

Glenn Adams <gl...@skynav.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #2 from Glenn Adams <gl...@skynav.com> 2012-04-07 20:25:54 UTC ---
http://svn.apache.org/viewvc?view=revision&revision=1310853

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.