This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

JSP serializer?


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]