Skip to content

Commit a263fd3

Browse files
committed
Use consistent XML docbook namespace format
Reorder XML namespace imports for consistency with other docbook files.
1 parent e09bdb3 commit a263fd3

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

src/reference/docbook/testing.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<chapter version="5.0"
3-
xsi:schemaLocation="http://docbook.org/ns/docbook http://www.docbook.org/xml/5.0/xsd/docbook.xsd http://www.w3.org/1999/xlink http://www.docbook.org/xml/5.0/xsd/xlink.xsd"
4-
xml:id="testing" xmlns="http://docbook.org/ns/docbook"
5-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
6-
xmlns:xs="http://www.w3.org/2001/XMLSchema"
7-
xmlns:xl="http://www.w3.org/1999/xlink"
8-
xmlns:xi="http://www.w3.org/2001/XInclude"
9-
xmlns:ns="http://docbook.org/ns/docbook">
2+
<chapter xml:id="testing"
3+
xmlns="http://docbook.org/ns/docbook" version="5.0"
4+
xmlns:xl="http://www.w3.org/1999/xlink"
5+
xmlns:xi="http://www.w3.org/2001/XInclude"
6+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
7+
xsi:schemaLocation="
8+
http://docbook.org/ns/docbook http://www.docbook.org/xml/5.0/xsd/docbook.xsd
9+
http://www.w3.org/1999/xlink http://www.docbook.org/xml/5.0/xsd/xlink.xsd">
1010
<title>Testing</title>
1111

1212
<section xml:id="testing-introduction">
@@ -2054,7 +2054,7 @@ public class WacTests {
20542054
@Autowired WebApplicationContext wac; // cached
20552055

20562056
@Autowired MockServletContext servletContext; // cached
2057-
2057+
20582058
@Autowired MockHttpSession session;
20592059

20602060
@Autowired MockHttpServletRequest request;

0 commit comments

Comments
 (0)