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:48:05 UTC

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

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.


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

Posted by "Jason Johnston (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/COCOON-2000?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12469966 ] 

Jason Johnston commented on COCOON-2000:
----------------------------------------

Patch committed at revision 503268.

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


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

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

Jason Johnston closed COCOON-2000.
----------------------------------

    Resolution: Fixed
      Assignee: Jason Johnston

Closing issue; thanks for the patch!

> 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
>         Assigned To: Jason Johnston
>            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.


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

Posted by "Abbas Mousavi (JIRA)" <ji...@apache.org>.
    [ 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.