[ http://issues.apache.org/jira/browse/COCOON-1456?page=all ]

Vadim Gritsenko closed COCOON-1456.
-----------------------------------

    Fix Version/s: 2.1.8
       Resolution: Fixed

this problem was fixed in 2.1.8. added a sample.

> SourceWritingTransformer write only the first node
> --------------------------------------------------
>
>                 Key: COCOON-1456
>                 URL: http://issues.apache.org/jira/browse/COCOON-1456
>             Project: Cocoon
>          Issue Type: Bug
>          Components: * Cocoon Core
>    Affects Versions: 2.1.6
>         Environment: Operating System: Linux
> Platform: PC
>            Reporter: Aurélien DEHAY
>         Assigned To: Cocoon Developers Team
>             Fix For: 2.1.8
>
>         Attachments: SourceWritingTransformer.patch, 
> SourceWritingTransformer.patch
>
>
> The following xml :
> <source:write serializer="xml">
>   <source:source>file</source:source>
>   <source:fragment>
>     <!-- annoying comment -->
>     <node>
>       <anothernode/>
>     </node>
>   </source:fragment>
> </source:write>
> writes the following thing on disk:
> <?xml version="1.0" encoding="utf-8"?>
> <!-- annoying comment -->
> The following nodes are not writed.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira


Reply via email to