SAXException related to endPrefixMapping in XIncludeTransformer
---------------------------------------------------------------

                 Key: COCOON3-50
                 URL: https://issues.apache.org/jira/browse/COCOON3-50
             Project: Cocoon 3
          Issue Type: Bug
          Components: cocoon-sax
    Affects Versions: 3.0.0-alpha-3
            Reporter: Charles Yates
            Assignee: Cocoon Developers Team
         Attachments: patch.txt

An endPrefixMapping('xi') event is sent to the content handler by the 
XIncludeTransformer without it having previously sent a 
startPrefixMapping('xi',ns) event resulting in a SAXException.

Caused by: org.xml.sax.SAXException: Namespace for prefix 'xi' not found.
        at 
org.apache.cocoon.sax.AbstractSAXTransformer.endPrefixMapping(AbstractSAXTransformer.java:75)
        at 
org.apache.cocoon.sax.component.XIncludeTransformer.endPrefixMapping(XIncludeTransformer.java:494)
        at 
org.apache.xerces.parsers.AbstractSAXParser.endNamespaceMapping(Unknown Source)
        at org.apache.xerces.parsers.AbstractSAXParser.endElement(Unknown 
Source)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to