You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by "Simone Tripodi (JIRA)" <ji...@apache.org> on 2010/01/29 20:52:34 UTC

[jira] Commented: (COCOON3-50) SAXException related to endPrefixMapping in XIncludeTransformer

    [ https://issues.apache.org/jira/browse/COCOON3-50?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12806466#action_12806466 ] 

Simone Tripodi commented on COCOON3-50:
---------------------------------------

good catch!!! I'll try to apply the patch ASAP, tomorrow if I can.

> 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.