1. model not getting to XsltView forum.springsource.orgmodel not getting to XsltView I am overriding AbstractXsltView to produce xml from a model entry, but the model entry comes back null. I put debug statements in the controller and ... |
2. How to debug XSLTView output. forum.springsource.orgHow to debug XSLTView output. Hi, I want to perform an XSL Transformation thanks to XSLTView. The source XML document is generated in the createXsltSource method, and the XSL Transformation is ... |
3. XsltView & XsltViewResolver - how to? forum.springsource.orgCould anybody help me, pls, i'm absolutely novice in spring mvc and can't understand, how can i declare DefaultXsltView, which marshals model objects to Source object, in XsltViewResolver bean scope, if ... |
4. CustomTag in XSLTView forum.springsource.orgCustomTag in XSLTView Hello everyone. I'm newbie to spring framework but I have already made some stuff by now. I'm developing an application that uses a XSLT View and it is ... |
5. Xslt with Spring XsltView forum.springsource.orgXslt with Spring XsltView Hi, I'm trying to use AbstractXsltView. I want to use xpath-functions in my xslt, but I have this error. Can anyone tell me what did I miss? ... |
6. XsltView vs. AbstractXsltView - need help forum.springsource.orgXsltView vs. AbstractXsltView - need help I am trying to create a new application using XSLT views. I started following the samples in ProSpring and Expert Spring MVC, but when I ... |
7. Unable to use Saxon with XsltView - Please help forum.springsource.orgUnable to use Saxon with XsltView - Please help My config specifies the following XsltViewResolver: |
8. XsltView configuration example? forum.springsource.orgGot it working. For the benefit of others: XsltView "The XSLT Source object is supplied as a parameter in the model and then detected during response rendering." This means the XML ... |
9. Subclassing XsltView to use with Apache FOP forum.springsource.orgIn the springsource cookbook, there is a recipe for using XLST-FO with and XsltView. However the recipe uses the now deprecated AbstractXsltView. Here is an example using an subclass of XsltView ... |
10. Can't assign viewClass as XsltView in InternalResourceViewResolver forum.springsource.orgCan't assign viewClass as XsltView in InternalResourceViewResolver I'm using Spring 2.5.6. This is what I've got in my dispatcher-servlet.xml Code: |
11. Configuring Properties in XsltView forum.springsource.orgConfiguring Properties in XsltView I am trying to use XsltView to execute a style sheet to render an XML model into html. I see by default, the media type of the ... |