Remove italics from XML examples in Reference Manual

This commit is contained in:
Sam Brannen
2019-03-23 19:32:01 +01:00
parent 4f619787ad
commit d41c4522da
3 changed files with 27 additions and 14 deletions

View File

@@ -856,9 +856,10 @@ the correct schema so that the tags in the `lang` namespace are available to you
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
__xmlns:lang="http://www.springframework.org/schema/lang"__ xsi:schemaLocation="
xmlns:lang="http://www.springframework.org/schema/lang"
xsi:schemaLocation="
http://www.springframework.org/schema/beans https://www.springframework.org/schema/beans/spring-beans.xsd
__http://www.springframework.org/schema/lang https://www.springframework.org/schema/lang/spring-lang.xsd"__>
http://www.springframework.org/schema/lang https://www.springframework.org/schema/lang/spring-lang.xsd">
<!-- bean definitions here -->