Use consistent XML docbook namespace format
Reorder XML namespace imports for consistency with other docbook files.
This commit is contained in:
parent
e09bdb31cc
commit
a263fd343d
|
@ -1,12 +1,12 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<chapter version="5.0"
|
<chapter xml:id="testing"
|
||||||
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"
|
xmlns="http://docbook.org/ns/docbook" version="5.0"
|
||||||
xml:id="testing" xmlns="http://docbook.org/ns/docbook"
|
xmlns:xl="http://www.w3.org/1999/xlink"
|
||||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||||
xmlns:xs="http://www.w3.org/2001/XMLSchema"
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
xmlns:xl="http://www.w3.org/1999/xlink"
|
xsi:schemaLocation="
|
||||||
xmlns:xi="http://www.w3.org/2001/XInclude"
|
http://docbook.org/ns/docbook http://www.docbook.org/xml/5.0/xsd/docbook.xsd
|
||||||
xmlns:ns="http://docbook.org/ns/docbook">
|
http://www.w3.org/1999/xlink http://www.docbook.org/xml/5.0/xsd/xlink.xsd">
|
||||||
<title>Testing</title>
|
<title>Testing</title>
|
||||||
|
|
||||||
<section xml:id="testing-introduction">
|
<section xml:id="testing-introduction">
|
||||||
|
@ -2054,7 +2054,7 @@ public class WacTests {
|
||||||
@Autowired WebApplicationContext wac; // cached
|
@Autowired WebApplicationContext wac; // cached
|
||||||
|
|
||||||
@Autowired MockServletContext servletContext; // cached
|
@Autowired MockServletContext servletContext; // cached
|
||||||
|
|
||||||
@Autowired MockHttpSession session;
|
@Autowired MockHttpSession session;
|
||||||
|
|
||||||
@Autowired MockHttpServletRequest request;
|
@Autowired MockHttpServletRequest request;
|
||||||
|
|
Loading…
Reference in New Issue