You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs@cocoon.apache.org by st...@outerthought.org on 2003/05/15 17:00:06 UTC

[WIKI-UPDATE] DebuggingWithViews BestPractices ILinKuo HowTos Thu May 15 17:00:06 2003

Page: http://wiki.cocoondev.org/Wiki.jsp?page=DebuggingWithViews , version: 3 on Thu May 15 14:11:16 2003 by 141.211.192.204

- What do you do when a cocoon page doesn't work? When debugging a cocoon page, you'll often want to view the results at various places in the transformation pipeline in order to identify the step that went wrong. Here's a technique that allows you to do this without having to modify your pipeline logic. This is an especially important point, as it allows you to easily apply this technique to an existing cocoon application without extensive rewriting. ILinKuo
+ What do you do when a cocoon page doesn't work? When debugging a cocoon page, you'll often want to view the results at various places in the transformation pipeline in order to identify the step that went wrong. Here's a technique that allows you to do this without having to modify your pipeline logic. This is an especially important point, as it allows you to easily apply this technique to an existing cocoon application without extensive rewriting. [ILinKuo]
?                                                                                                                                                                                                                                                                                                                                                                                                                                                                       +       +



Page: http://wiki.cocoondev.org/Wiki.jsp?page=BestPractices , version: 10 on Thu May 15 14:00:43 2003 by 141.211.192.204

+ * __[DebuggingWithViews]__ -- make minor modification of sitemap to enable debugging with views [Views]


Page: http://wiki.cocoondev.org/Wiki.jsp?page=ILinKuo , version: 2 on Thu May 15 14:08:41 2003 by 141.211.192.204

- Cocoon/Java/XML/Oracle/Cold Fusion developer currently in Ann Arbor, Michigan, working at [ICPSR|http://www.icpsr.umich.edu] developing two Cocoon applications involving [DDI|http://www.icpsr.umich.edu/DDI/index.html]. Coordinator of [Ann Arbor Java Users Group|http://www.aajug.org]. Lifetime comic book collector and Japanese anime enthusiast. 
?                                                                                                                                                                                                                            -------------------------------------------------------------------------------------------------------------------------------

+ Cocoon/Java/XML/Oracle/Cold Fusion developer currently in Ann Arbor, Michigan, working at [ICPSR|http://www.icpsr.umich.edu] developing two Cocoon applications involving [DDI|http://www.icpsr.umich.edu/DDI/index.html]. 
+ Coordinator of [Ann Arbor Java Users Group|http://www.aajug.org]. 
+ 
+ Lifetime comic book collector and Japanese anime enthusiast. 
+ 
+ Contact me at i k u o i k u o @ h o t m a i l . c o m (make sure you have cocoon or java in the subject line because I've got my spam filter on high). 
+ 


Page: http://wiki.cocoondev.org/Wiki.jsp?page=HowTos , version: 95 on Thu May 15 14:13:15 2003 by 141.211.192.204

+ 
+ * __[Debugging With Views]__ -- make minor modifications to an existing sitemap to enable debugging with views -- [ILinKuo]