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"?>
|
||||
<chapter version="5.0"
|
||||
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"
|
||||
xml:id="testing" xmlns="http://docbook.org/ns/docbook"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xmlns:xs="http://www.w3.org/2001/XMLSchema"
|
||||
xmlns:xl="http://www.w3.org/1999/xlink"
|
||||
xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
xmlns:ns="http://docbook.org/ns/docbook">
|
||||
<chapter xml:id="testing"
|
||||
xmlns="http://docbook.org/ns/docbook" version="5.0"
|
||||
xmlns:xl="http://www.w3.org/1999/xlink"
|
||||
xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
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">
|
||||
<title>Testing</title>
|
||||
|
||||
<section xml:id="testing-introduction">
|
||||
|
@ -2054,7 +2054,7 @@ public class WacTests {
|
|||
@Autowired WebApplicationContext wac; // cached
|
||||
|
||||
@Autowired MockServletContext servletContext; // cached
|
||||
|
||||
|
||||
@Autowired MockHttpSession session;
|
||||
|
||||
@Autowired MockHttpServletRequest request;
|
||||
|
|
Loading…
Reference in New Issue