You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by "Abbas Mousavi (JIRA)" <ji...@apache.org> on 2007/02/03 08:50:05 UTC

[jira] Commented: (COCOON-2000) bug in saveXml function

    [ https://issues.apache.org/jira/browse/COCOON-2000?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12469943 ] 

Abbas Mousavi commented on COCOON-2000:
---------------------------------------

I have edited org\apache\cocoon\forms\flow\javascript\Forms.js
around line 361 and changed

            transformer.setOutputProperty(Packages.javax.xml.transform.OutputKeys.INDENT, "true");

to

            transformer.setOutputProperty(Packages.javax.xml.transform.OutputKeys.INDENT, "yes");

and it solved the problem.

> bug in saveXml function
> -----------------------
>
>                 Key: COCOON-2000
>                 URL: https://issues.apache.org/jira/browse/COCOON-2000
>             Project: Cocoon
>          Issue Type: Bug
>          Components: Blocks: Forms
>    Affects Versions: 2.1.10, 2.1.11-dev (Current SVN)
>            Reporter: Abbas Mousavi
>            Priority: Minor
>
> when you use saveXml to save a form
> to disk in flowscript this error happens
> Serialization parameter {indent} must have the value yes or no

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