You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by "Francesco Chicchiriccò (JIRA)" <ji...@apache.org> on 2010/04/22 17:35:49 UTC

[jira] Issue Comment Edited: (COCOON3-57) LogAsXMLTransformer

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

Francesco Chicchiriccò edited comment on COCOON3-57 at 4/22/10 11:34 AM:
-------------------------------------------------------------------------

Patch implementing the LogAsXMLTransformer.

At first I thought to use classes from org.apache.xml.serialize (Xalan); it was simpler but the whole package has been deprecated since xalan 2.9.1.
Because of this I finally went to the alternative DOM-based serialization.

      was (Author: ilgrosso):
    Patch implementing the LogAsXMLTransformer.
  
> LogAsXMLTransformer
> -------------------
>
>                 Key: COCOON3-57
>                 URL: https://issues.apache.org/jira/browse/COCOON3-57
>             Project: Cocoon 3
>          Issue Type: New Feature
>          Components: cocoon-sax
>            Reporter: Francesco Chicchiriccò
>            Assignee: Simone Tripodi
>         Attachments: LogAsXMLTransformer.patch
>
>
> Similar in principle to LogTransformer [1], instead of printing out the "pure" SAX events, it prints out the complete XML document; useful for debugging.
> [1] http://svn.apache.org/repos/asf/cocoon/cocoon3/trunk/cocoon-sax/src/main/java/org/apache/cocoon/sax/component/LogTransformer.java

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