org.springframework.web.servlet.ViewResolver implementation that
resolves instances of
XsltView by translating the supplied view name
into the URL of the XSLT stylesheet.
author: Rob Harrop author: Juergen Hoeller since: 2.0
Set whether the XSLT transformer may add additional whitespace when
outputting the result tree.
Default is true (on); set this to false (off)
to not specify an "indent" key, leaving the choice up to the stylesheet.
See Also:javax.xml.transform.OutputKeys.INDENT
setOutputProperties
public void setOutputProperties(Properties outputProperties)(Code)
Set arbitrary transformer output properties to be applied to the stylesheet.