Author: heshan
Date: Tue Feb 22 08:45:46 2011
New Revision: 1073256

URL: http://svn.apache.org/viewvc?rev=1073256&view=rev
Log:
Fixing the namespace in the documentation.

Modified:
    synapse/trunk/java/src/site/xdoc/Synapse_Samples.xml

Modified: synapse/trunk/java/src/site/xdoc/Synapse_Samples.xml
URL: 
http://svn.apache.org/viewvc/synapse/trunk/java/src/site/xdoc/Synapse_Samples.xml?rev=1073256&r1=1073255&r2=1073256&view=diff
==============================================================================
--- synapse/trunk/java/src/site/xdoc/Synapse_Samples.xml (original)
+++ synapse/trunk/java/src/site/xdoc/Synapse_Samples.xml Tue Feb 22 08:45:46 
2011
@@ -887,7 +887,7 @@ Standard dual channel :: Stock price = $
 <h2>
 <a name="Sample10" id="Sample15">Sample 15: Message Enrichment through 
Synapse</a></h2>
 <pre xml:space="preserve">
-    &lt;definitions 
xmlns=&quot;http://synapse.apache.org/ns/2010/04/configuration&quot;&gt;
+    &lt;definitions xmlns=&quot;http://ws.apache.org/ns/synapse&quot;&gt;
     &lt;sequence name=&quot;main&quot;&gt;
         &lt;in&gt;
             &lt;enrich&gt;
@@ -959,7 +959,7 @@ Standard dual channel :: Stock price = $
 
 <h2>
 <a name="Sample16" id="Sample16">Sample 16: Introduction to dynamic and static 
registry keys</a></h2>
-<pre xml:space="preserve">&lt;definitions 
xmlns=&quot;http://synapse.apache.org/ns/2010/04/configuration&quot;&gt;
+<pre xml:space="preserve">&lt;definitions 
xmlns=&quot;http://ws.apache.org/ns/synapse&quot;&gt;
     &lt;!-- the SimpleURLRegistry allows access to a URL based registry (e.g. 
file:/// or http://) --&gt;
     &lt;registry 
provider=&quot;org.apache.synapse.registry.url.SimpleURLRegistry&quot;&gt;
         &lt;!-- the root property of the simple URL registry helps resolve a 
resource URL as root + key --&gt;


Reply via email to