I don't know if it is the right place to ask, but I try...
Anyone knows if it is possible, using cocoon2, transforming an XML file with
an XSL file, and serialize the output as a JSP file?
Something like:
<map:match pattern="xml/FormUser"> <!-- Alias (virtual URL) -->
<map:generate src="xml/FilmlistXML.xml"/>
<map:transform src="xml/xsl/FormUserXSL.xsl"/>
<map:serialize type="jsp"/>
</map:match>
And how to set the serializer?
TIA,
Annalisa
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|