RE: XInclude in sitemap.xmap

2012-11-15 Thread Robby Pelssers
Ok... my first impression would be that the XIncludeTransformer leaves an unwanted default namespace xi after inclusion. I will debug and see what's happening. Robby -Original Message- From: Mansour Al Akeel [mailto:mansour.alak...@gmail.com] Sent: Thursday, November 15, 2012 1:51 AM

RE: XInclude in sitemap.xmap

2012-11-15 Thread Robby Pelssers
First I downloaded the result of invoking this unmodified pipeline. map:match equals=aggregation/xinclude-transformer map:generate src=aggregation/xinclude.xml / map:transform type=xinclude map:parameter name=cacheKey value={map:0}/ /map:transform

Update probleme with component instance and XMLFileModule package

2012-11-15 Thread DIA Modou
hi, I'm working with coocon 2.1 and tomcat 6.0.32. I have a code which permit to use an xml file as a global variable. I build that with a component instance and the package org.apache.cocoon.components.modules.input.XMLFileModule like this: component-instance

Re: Modular database actions

2012-11-15 Thread Mika M Lehtonen
Answering to my own question, Q: I was just wondering, how would I get some sort of a callback from e.g. insert/update action in order to tell the user that his/her data is saved? A: A successful action will return the number of rows affected in a sitemap parameter named row-count. - mika -