Hi All,

I am currently working on an implementation of a wiki type site that uses XML for Wiki syntax, partly to help learn NXBs/Cocoon and partly because I could not find a suitable product out there to meet my needs.

The XMLDB block samples has some good examples on how to update Xindice using XML files which is all very well in good however I need to figure out how to pull xml data out of a CForm and then push it into Xindice. The sample has the pipeline

<map:match pattern="populate">
        <map:generate src="">         <map:transform type="cinclude"/>
        <map:transform type="xmldb"/>
        <map:serialize/>
 </map:match>

Where ofcourse the generator looks for a physical xml file. Does anyone have any hints on how I might acheive this? I am reasonably new to Cocoon so forgive me if the answer you return is blatantly obvious!

Cheers,

Mike Casey
Wellington
New Zealand