You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Yves Vindevogel <yv...@implements.be> on 2006/03/02 15:52:19 UTC

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