Can I chain another transform to my SourceWritingTransformer sitemap
pipeline?
I imagine it would look like this. But the resulting png is not effected by
"another.xsl".
---
<map:pipeline>
<map:match pattern="write/**">
<map:generate type="request"/>
<map:transform src="request2doc.xsl"/>
<map:transform src="doc2write.xsl"/>
<map:transform type="xinclude"/>
<!--Added transform->
<map:transform src="another.xsl"/>
<map:transform type="write-source">
<map:parameter name="serializer" value="svg2png"/>
</map:transform>
<map:serialize type="xml"/>
</map:match>
</map:pipeline>
---
Any pointers?
TIA
Linc
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]