Hello again
 
If a pipeline basic is compose by
 
<map:pipeline>
    <map:match pattern="*">
      <map:generate src=""/>
      <map:transform src=""/>
      <map:serialize type="html"/>
    </map:match>
 
how can i to apply a transform (my_xsl.xsl) to xml on the fly? That is, can i make a xml structure in memory and then to apply it a last transformer my_xsl.xsl?
 
Best desires from Seville (Spain)
 
 

Reply via email to