From 00fbc930700b84ff2ee6e985f852ac0bea514a3d Mon Sep 17 00:00:00 2001 From: Costin Leau Date: Sun, 1 Jul 2012 21:45:47 +0300 Subject: [PATCH] fix docs --- .../reference/docbook/reference/bootstrap.xml | 30 +++++-------------- 1 file changed, 7 insertions(+), 23 deletions(-) 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.