Hi all,
I am developping a web application which interacts with eXist xml database.
I have set  a pipeline that updates my database by executing an XUpdate document.
What i need is to check some properties of the database after the updates.
<map:match pattern="update">       
        <map:generate src=""/>            
        <map:transform type="xmldb"/>
        <map:redirect-to uri="http://localhost/checkProperties"/>  
        <map:serialize/>
  </map:match>
Whenever i execute the pipeline without the redirect-to element, the source document is updated, but with that element it is not and i have only got the execution of my servlet.
Should anyone have a tip about doing such think? is it possible to write my own transformer instead of using another servlet? should a sitemap component appropriate for accomplishing this?
Any idea is welcome.
Should you need more precision, feel free to ask me.
I thank all of you in advance.
Kind regards,

Majirus     


Nouveau : téléphonez moins cher avec Yahoo! Messenger ! Découvez les tarifs exceptionnels pour appeler la France et l'international. Téléchargez la version beta.

Reply via email to