diff --git a/docs/src/reference/docbook/reference/bootstrap.xml b/docs/src/reference/docbook/reference/bootstrap.xml
index bff74519..80a3fca1 100644
--- a/docs/src/reference/docbook/reference/bootstrap.xml
+++ b/docs/src/reference/docbook/reference/bootstrap.xml
@@ -20,23 +20,16 @@
To use the SGF namespace, one just needs to import it inside the configuration:
-
-
-
-
-
-
-
+ ]]>
-
+ ]]>
]]>
@@ -54,30 +47,22 @@
Declaration example for the GemFire namespace. Notice the prefix usage.
-
Once declared, the namespace elements can be declared simply by appending the aforementioned prefix. Note that is possible to change the default namespace,
for example from <beans> to <gfe>. This is useful for configuration composed mainly of GemFire components as
it avoids declaring the prefix. To achieve this, simply swap the namespace prefix declaration above:
-
-
-
-
-
-
-
-
-
+ ]]>
-
+ ]]>
]]>
@@ -94,7 +79,6 @@
Bean declaration using the <gfe> namespace. Notice the lack of prefix (as the default namespace is used).
-
For the remainder of this doc, to improve readability, the XML examples will simply refer to the <gfe> namespace
without the namespace declaration, where possible.