Source Writing Transformer should do the trick http://cocoon.apache.org/2.1/apidocs/org/apache/cocoon/transformation/Source WritingTransformer.html
Cheers Eric -----Message d'origine----- De : Yves Vindevogel [mailto:[EMAIL PROTECTED] Envoyé : 2 mars, 2006 09:52 À : [email protected] Objet : Write XML from a post in a page Hi, I would like to know whether it is possible to write an XML file based upon the post a user does in his webbrowser towards a page. For instance, this could be used in a "guestbook" without having to use a database. For instance <guestbook> <entry><from>abc</from><......></entry> </guestbook> When the user is in the site and posts a new entry in the guestbook, the above file should be changed to have 2 entries. Depicting stuff like guestbooks would become pretty easy. Regards, Yves --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
