You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Lionel Crine <cr...@4dconcept.fr> on 2003/02/11 16:11:21 UTC

passing sax events through transformer

Hello,

I'm trying to pass sax events through my transformer but nothing is happening.

here is my pattern :

<map:match pattern="protected/request">
	          <map:generate type="request"/>
		  <map:transform type="xslt" src="demo/request.xsl"/>
		  <map:transform type="My_transformer"/> 		==>It seems that transformer 
do nothing
		  <map:serialize type="xml"/>
		</map:match>

Should I write something specified into my transformer ?



NB : The pattern is working fine


<map:match pattern="/index*">
	  <map:generate src="demo/{1}.xml"/>
	  <map:transform type="My_transformer"/>
	  <map:transform type="xslt" src="demo/documents.xsl"/>
	  <map:serialize type="html"/>
	</map:match>

thanks in advance


---------------------------------------------------------------------
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:     <co...@xml.apache.org>
For additional commands, e-mail:   <co...@xml.apache.org>