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/09/11 01:00:08 UTC

[WIKI-UPDATE] Serializer Generator FAQs Transformer Matcher Thu Sep 11 01:00:07 2003

Page: http://wiki.cocoondev.org/Wiki.jsp?page=Serializer , version: 11 on Wed Sep 10 22:27:43 2003 by MartijnBouterse

- The end point of a [Pipeline]. It's inputs are [SAX] events. It outputs a presentation of those events. i.e. it performs the function of ''rendering'' the results of a request.
?                                  -

+ The end point of a [Pipeline]. Its inputs are [SAX] events. It outputs a presentation of those events. i.e. it performs the function of ''rendering'' the results of a request.


Page: http://wiki.cocoondev.org/Wiki.jsp?page=Generator , version: 15 on Wed Sep 10 22:07:08 2003 by 62.21.192.102

- There are several provided with Cocoon:
+ There are several generators provided with Cocoon:
?                  +++++++++++

- * [HTML Generator] -- reads HTML document from the file system of a URL, uses JTidy to produce XHTML for subsequent processing
?                                                                 ^

+ * [HTML Generator] -- reads HTML document from the file system or a URL, uses JTidy to produce XHTML for subsequent processing
?                                                                 ^



Page: http://wiki.cocoondev.org/Wiki.jsp?page=FAQs , version: 67 on Wed Sep 10 22:48:23 2003 by 145.94.154.1

- A1: I can say that I am using cocoon almost a year, yes I had such problem too. I used oracle jdbc driver with oci8 connection. When I switched to thin connection I never could kill cocoon. So you have to experiment, I am sure that this problem caused by some library, not whole cocoon. Also it depends what operation system you use. Under Linus I didn't have problem at all.
?                                                                                                                                                                                                                                                                                                                                                         ^

+ A1: I can say that I am using cocoon almost a year, yes I had such problem too. I used oracle jdbc driver with oci8 connection. When I switched to thin connection I never could kill cocoon. So you have to experiment, I am sure that this problem caused by some library, not whole cocoon. Also it depends what operation system you use. Under GNU/Linux I didn't have a problem at all.
?                                                                                                                                                                                                                                                                                                                                                     ++++    ^              ++



Page: http://wiki.cocoondev.org/Wiki.jsp?page=Transformer , version: 15 on Wed Sep 10 22:11:52 2003 by 62.21.192.102

- The processing part of a [Pipeline]. It's inputs and outputs are both [SAX] events. The output stream is the result of some processing, which may involve an [XSLT] transformation.
?                                        -

+ The processing part of a [Pipeline]. Its inputs and outputs are both [SAX] events. The output stream is the result of some processing, which may involve an [XSLT] transformation.


Page: http://wiki.cocoondev.org/Wiki.jsp?page=Matcher , version: 7 on Wed Sep 10 22:28:46 2003 by MartijnBouterse

- * Request Parameter checker -- checks for named request parameter, it's value will be available for substitution
?                                                                      -

+ * Request Parameter checker -- checks for named request parameter, its value will be available for substitution