@@ -679,7 +679,7 @@ http://www.springframework.org/schema/beans http://www.springframework.org/schem
679
679
covered in the chapter entitled <xref linkend =" transaction" />.</para >
680
680
<tip >
681
681
<para >You are strongly encouraged to look at the
682
- <filename >'spring-tx-3.0 .xsd'</filename > file that ships with the Spring
682
+ <filename >'spring-tx.xsd'</filename > file that ships with the Spring
683
683
distribution. This file is (of course), the XML Schema for Spring's
684
684
transaction configuration, and covers all of the various tags in the
685
685
<literal >tx</literal > namespace, including attribute defaults and
@@ -812,7 +812,7 @@ http://www.springframework.org/schema/beans http://www.springframework.org/schem
812
812
Spring as they are currently undergoing review. If you are a third party tool
813
813
vendor and you would like to contribute to this review process, then do mail
814
814
the Spring mailing list. The currently supported <literal >tool</literal >
815
- tags can be found in the file <literal >'spring-tool-3.0 .xsd'</literal > in the
815
+ tags can be found in the file <literal >'spring-tool.xsd'</literal > in the
816
816
<literal >'src/org/springframework/beans/factory/xml'</literal > directory of the
817
817
Spring source distribution.</para >
818
818
</section >
@@ -931,8 +931,8 @@ http://www.springframework.org/schema/beans http://www.springframework.org/schem
931
931
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
932
932
xmlns:util="http://www.springframework.org/schema/util"
933
933
xsi:schemaLocation="
934
- http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0 .xsd
935
- http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util-3.0 .xsd">
934
+ http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
935
+ http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util.xsd">
936
936
937
937
</beans>]]></programlisting>
938
938
<para>
@@ -1053,8 +1053,8 @@ http://www.springframework.org/schema/util http://www.springframework.org/schema
1053
1053
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1054
1054
xmlns:util="http://www.springframework.org/schema/util"
1055
1055
xsi:schemaLocation="
1056
- http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0 .xsd
1057
- http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util-3.0 .xsd">
1056
+ http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
1057
+ http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util.xsd">
1058
1058
1059
1059
</beans>]]></programlisting>
1060
1060
<para>
@@ -1138,7 +1138,7 @@ http://www.springframework.org/schema/util http://www.springframework.org/schema
1138
1138
relevant XSD file. As can be seen in the following screenshot, the
1139
1139
<literal>'http://www.springframework.org/schema/util'</literal> namespace
1140
1140
is being associated with the file resource
1141
- <literal>'C:\bench\spring\src\org\springframework\beans\factory\xml\spring-util-3.0 .xsd'</literal>.</para>
1141
+ <literal>'C:\bench\spring\src\org\springframework\beans\factory\xml\spring-util.xsd'</literal>.</para>
1142
1142
<para>
1143
1143
<mediaobject>
1144
1144
<imageobject role="fo">
0 commit comments