Re: [c2] Selectors and Matchers vs components in sitemaps

2001-07-13 Thread Christian Haul
nt: Wednesday, July 11, 2001 3:26 PM > > To: [EMAIL PROTECTED] > > Subject: Selectors and Matchers vs components in sitemaps > > > > > > I noticed that the packages org.apache.cocoon.selection and > > org.apache.cocoon.matching contain a number of "code &g

RE: [c2] Selectors and Matchers vs components in sitemaps

2001-07-12 Thread HALLOWELL,KARL (HP-Cupertino,ex1)
: Selectors and Matchers vs components in sitemaps > > > I noticed that the packages org.apache.cocoon.selection and > org.apache.cocoon.matching contain a number of "code > factories" (writes a > StringBuffer of java code) while none of the other packages > (in

Selectors and Matchers vs components in sitemaps

2001-07-11 Thread HALLOWELL,KARL (HP-Cupertino,ex1)
I noticed that the packages org.apache.cocoon.selection and org.apache.cocoon.matching contain a number of "code factories" (writes a StringBuffer of java code) while none of the other packages (in cocoon) do. Does this mean that if I write a selector or matcher that I actually should write a Code