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 2007/09/04 19:28:52 UTC

DO NOT REPLY [Bug 43307] - Misleading Error Message w/ XML+XSL input

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=43307>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=43307


a_l.delmelle@pandora.be changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Error Message               |Misleading Error Message w/
                   |                            |XML+XSL input




------- Additional Comments From a_l.delmelle@pandora.be  2007-09-04 10:28 -------

Did a very quick debug session, and something very weird is going on when using XML+XSL as input. 
I placed some breakpoints in PropertyList, and noticed that convertAttributeToProperty() is called 4(!) 
times for the erroneous text-weight property.

Everything works nicely, up until the call to FObj.attributeError(). Instead of causing a ValidationException, 
it seems the exception is swallowed by Xalan, which apparently recovers from it and happily tries to 
continue the transform... Have you tried a different XSLT processor?

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