Hello, I cannot get sunshine:setxml to work... sitemap :
<map:transform src="xsl/genlicform2fill.xsl"> <map:parameter name="use-request-parameters" value="true"/> </map:transform> <!-- stores in context --> <map:transform type="sunShine"/> <!-- another map:transform --> <map:serialize type="xml"/> in my xsl : </html> <call-template name="store"></call-template> and in this template I have : <sunshine:setxml context="MyContext" path="/root/lkfmPageTitle"> something </sunshine:setxml> the result is : </html> <sunshine:setxml context="MyContext" path="/root/lkfmPageTitle"> something </sunshine:setxml> !!! I really don't get it, since right above this transformation I use a map:aggragate which looks into sunRise context to get info from... Namespace is ok. Is "MyContext" automatically created or should I add something ? Thanks a lot (and to Carsten for the previous answer). Babs --------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html> To unsubscribe, e-mail: <[EMAIL PROTECTED]> For additional commands, e-mail: <[EMAIL PROTECTED]>