Hi all,
I'm running Cocoon 2.0.3 on Tomcat 4.1 to develop an extension to an
existing cocoon based application. The task is to adapt existing xml
output created by a java generator. I've looked into aggregation and
transformations to try and get this to work. What i want to do is
essence is change the output from:
<a>
<b>
<c>Old Content</c>
</b>
</a>
to be:
<a>
<b>
<c>Old Content</c>
</b>
<d>Inserted New content</d>
</a>
by editing the source given by the generator (as in the first code
snippet). Is it possible to do this?
many thanks in advance and sorry for the basic question,
Derry
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]