diff --git a/spring-framework-reference/src/view.xml b/spring-framework-reference/src/view.xml index fe791313965..3f527514ddf 100644 --- a/spring-framework-reference/src/view.xml +++ b/spring-framework-reference/src/view.xml @@ -2562,13 +2562,13 @@ simpleReport.reportDataKey=myBeanData
XML Marshalling View - The MarhsallingView uses a XML + The MarhsallingView uses an XML Marshaller defined in the org.springframework.oxm package to render the response content as XML. The object to be marshalled can be set explicitly using MarhsallingView's modelKey bean property. Alternatively, the view will - iterate over all model properties marhsall only those types that are + iterate over all model properties and marhsall only those types that are supported by the Marshaller. For more information on the functionality in the org.springframework.oxm package refer to the