> Victoria Vitaver wrote: > > From what I have read I understand that it is possible to create forms > > to capture/validate/store user input using cocoon. Right?
Lenya allows you to easily create web Forms. You define the fields with many native validation rules. You can choose from several standard layouts, even mixing them on one form. Setting values for the fields and saving the results is handled with JavaScript. You can bypass the standard methods by pulling the form from somewhere else, or by setting the FORM ACTION to send the page to another system (but I cannot think of a reason for doing that.) > > Also, is it possible to use the inbuilt Lucine to > > a. perform search on various fields (ie advanced search) Yes, there is an example in the documentation that filters using the language field. Other fields can be added easily. > > b. look through(create index on) xml documents which are not generated > > using lenya(ie are not necessarily a part of the site)? The default configuration is to crawl a website and create the index from the results, so many websites can be added to a single index. (Web pages do not have standard fields, so this may be difficult to combine with your field-specific search.) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
