Hi,
I would like to know if someone has ever been able to make a transformation
with a xsl after the Fragment Extractor Generator
A transformation like this ( with a "A_STYLE_SHEET.xsl")
<map:pipeline>
<map:match pattern="*.xml">
<map:generate src="{1}.xml"/>
<map:transform src="{1}.xsl"/>
<map:transform type="j-extractor"/>
<map:transform src="fragment-extractor3.xsl"/>
<map:serialize type="html"/>
</map:match>
<map:match pattern="*.svg">
<map:generate src="{1}" type="extractor"/>
<map:transform src="A_STYLE_SHEET.xsl"/> <-- here is the
transformation I want
<map:serialize type="xml or svgxml ..."/>
</map:match>
</map:pipeline>
Thanks
Sam ( always too young for cocoon ...)
---------------------------------------------------------------------
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]>