diff --git a/Spring.build b/Spring.build index bdfd1040..58b02898 100644 --- a/Spring.build +++ b/Spring.build @@ -818,7 +818,7 @@ Examples: - + diff --git a/doc/reference/docbook.build b/doc/reference/docbook.build index cce2740c..aa16d64e 100644 --- a/doc/reference/docbook.build +++ b/doc/reference/docbook.build @@ -1,5 +1,5 @@  - + diff --git a/doc/reference/src/vsnet.xml b/doc/reference/src/vsnet.xml index e0c74727..9c0ff505 100644 --- a/doc/reference/src/vsnet.xml +++ b/doc/reference/src/vsnet.xml @@ -58,8 +58,8 @@ include the schema as part of your application project. <?xml version="1.0" encoding="UTF-8"?> -<objects xmlns="http://www.springframework.net" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" +<objects xmlns="http://www.springframework.net" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.springframework.net http://www.springframework.net/xsd/spring-objects.xsd"> <object id="..." type="..."> ... @@ -112,10 +112,6 @@ - - - </table> - <para>Spring's .xsd schemas are located in the directory doc/schema. In that directory is also a NAnt build file to help copy over the .xsd files to the appropriate VS.NET locations. To execute this script simply type @@ -160,7 +156,7 @@ <context> <resource uri="config://spring/objects"/> </context> - + <objects xmlns="http://www.springframework.net"> ... </objects>