Hi,
do someone write some xsl transformer that use XMLForm document as source
and
the 'sunShine' transformer to keep user's value of the form ?
just to not duplicate the job.
I plan to use this sitemap :
<map:match pattern="simple-form.html">
<map:generate src="simple-form.xml"/>
<!-- in the XMLForm standard from
cocoon devsnapshot -->
<map:transform type="add-sunShine"/>
<!-- i am writing it-->
<map:transform type="sunShine"/>
<!-- from cocoon 2.0.2 -->
<map:transform type="del-sunShine"/>
<!-- i am writing it-->
<map:transform src="xmlform2html.xsl"/>
<!-- from cocoon devsnapshot -->
<map:serialize type="html"/>
</map:match>
If someone know a better way, I will try to use it.
thanks.
---------------------------------------------------------------------
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]>