Fix link from Spring MVC to OXM chapter
This commit is contained in:
parent
915afa77f4
commit
57ded51de0
|
|
@ -2058,8 +2058,8 @@ package to render the response content as XML. The object to be marshalled can b
|
|||
explicitly using ``MarhsallingView``'s `modelKey` bean property. Alternatively, the view
|
||||
will iterate over all model properties and marshal the first type that is supported
|
||||
by the `Marshaller`. For more information on the functionality in the
|
||||
`org.springframework.oxm` package refer to the chapter <<oxm,Marshalling XML using O/X
|
||||
Mappers>>.
|
||||
`org.springframework.oxm` package refer to the chapter
|
||||
<<data-access.adoc#oxm,Marshalling XML using O/X Mappers>>.
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue