> Hi All, > I am new to coccon. I have the following question. > Is it possible to use custom tags ( user defined tags) intermixed with the > tags provided by cocoon framework ? If so could you please point me to some > documentation on how to do that ?
There are two possibilities of doing it: - implementing a transformer - implementing a logicsheet 1) transformer works with any XML input (file, XSP, output from another transformer) 2) logicsheet version will work only with XSP. A lot of transformers you'll find in xml-cocoon2\src\java\org\apache\cocoon\transformation\ and also in developers docs: http://xml.apache.org/cocoon/developing/extending.html Logicsheet samples you'll find in: xml-cocoon2\src\java\org\apache\cocoon\components\language\markup\xsp\java\ and also you can read my simple tutorial on making a custom logicsheet at: http://www.cocooncenter.org/cc/documents/resources/logicsheet/index.html Regards, Konstantin Piroumian > > I would greatly appreciate if you could email me directly as I am not > subscribed to the alias. > > Thanks lot > -Jayashri > > > --------------------------------------------------------------------- > Please check that your question has not already been answered in the > FAQ before posting. <http://xml.apache.org/cocoon/faqs.html> > > To unsubscribe, e-mail: <[EMAIL PROTECTED]> > For additional commands, e-mail: <[EMAIL PROTECTED]> > --------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/cocoon/faqs.html> To unsubscribe, e-mail: <[EMAIL PROTECTED]> For additional commands, e-mail: <[EMAIL PROTECTED]>