You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by "Robin Wyles (JIRA)" <ji...@apache.org> on 2008/07/17 15:21:31 UTC

[jira] Created: (COCOON-2222) Add SaxParser configuration properties

Add SaxParser configuration properties
--------------------------------------

                 Key: COCOON-2222
                 URL: https://issues.apache.org/jira/browse/COCOON-2222
             Project: Cocoon
          Issue Type: Improvement
          Components: * Cocoon Core
    Affects Versions: 2.2, 2.2-dev (Current SVN)
            Reporter: Robin Wyles
             Fix For: 2.2, 2.2-dev (Current SVN)


Some Cocoon features do not work unless unless some non-default properties are set on the SaxParser. 

e.g CForms binding to XML documents containing namespaces requires that the "nsPrefixes" property of the SaxParser be set to true, rather than the default of false.

Currently there is no way to configure these properties from within a block.



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


[jira] Updated: (COCOON-2222) Add SaxParser configuration properties

Posted by "Robin Wyles (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/COCOON-2222?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robin Wyles updated COCOON-2222:
--------------------------------

    Attachment: sax-parser-config.patch

Patch adds configuration properties to the org.apache.cocoon.core.xml.SAXParser Spring bean via Cocoon properties.

> Add SaxParser configuration properties
> --------------------------------------
>
>                 Key: COCOON-2222
>                 URL: https://issues.apache.org/jira/browse/COCOON-2222
>             Project: Cocoon
>          Issue Type: Improvement
>          Components: * Cocoon Core
>    Affects Versions: 2.2, 2.2-dev (Current SVN)
>            Reporter: Robin Wyles
>             Fix For: 2.2, 2.2-dev (Current SVN)
>
>         Attachments: sax-parser-config.patch
>
>
> Some Cocoon features do not work unless unless some non-default properties are set on the SaxParser. 
> e.g CForms binding to XML documents containing namespaces requires that the "nsPrefixes" property of the SaxParser be set to true, rather than the default of false.
> Currently there is no way to configure these properties from within a block.

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