diff --git a/spring-framework-reference/src/oxm.xml b/spring-framework-reference/src/oxm.xml index 38c6ef6924..9a4694dbb9 100644 --- a/spring-framework-reference/src/oxm.xml +++ b/spring-framework-reference/src/oxm.xml @@ -311,7 +311,7 @@ public class Application { Marshallers could be configured more concisely using tags from the OXM namespace. To make these tags available, the appropriate schema has to be referenced first in the preamble of the XML configuration file. - The emboldened text in the below snippet references the OXM schema: + Note the 'oxm' related text below: To use the tags in the util schema, you need to have the following preamble at the top of your Spring XML configuration file; - the bold text in the snippet below references the correct schema so that + the text in the snippet below references the correct schema so that the tags in the util namespace are available to you. To use the tags in the jee schema, you need to have the following preamble at the top of your Spring XML configuration file; - the bold text in the following snippet references the correct schema so that + the text in the following snippet references the correct schema so that the tags in the jee namespace are available to you. In the interest of completeness, to use the tags in the lang schema, you need to have the following preamble at the top of your Spring XML - configuration file; the bold text in the following snippet references the + configuration file; the text in the following snippet references the correct schema so that the tags in the lang namespace are available to you. @@ -653,7 +653,7 @@ http://www.springframework.org/schema/beans http://www.springframework.org/schem themselves. In the interest of completeness, to use the tags in the jms schema, you need to have the following preamble at the top of your Spring XML - configuration file; the bold text in the following snippet references the + configuration file; the text in the following snippet references the correct schema so that the tags in the jms namespace are available to you. @@ -685,7 +685,7 @@ http://www.springframework.org/schema/beans http://www.springframework.org/schem In the interest of completeness, to use the tags in the tx schema, you need to have the following preamble at the top of your Spring XML - configuration file; the bold text in the following snippet references the + configuration file; the text in the following snippet references the correct schema so that the tags in the tx namespace are available to you. @@ -716,7 +716,7 @@ http://www.springframework.org/schema/aop http://www.springframework.org/schema/ comprehensively covered in the chapter entitled . In the interest of completeness, to use the tags in the aop schema, you need to have the following preamble at the top of your Spring XML - configuration file; the bold text in the following snippet references the + configuration file; the text in the following snippet references the correct schema so that the tags in the aop namespace are available to you.