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">
- <definitions
xmlns="http://synapse.apache.org/ns/2010/04/configuration">
+ <definitions xmlns="http://ws.apache.org/ns/synapse">
<sequence name="main">
<in>
<enrich>
@@ -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"><definitions
xmlns="http://synapse.apache.org/ns/2010/04/configuration">
+<pre xml:space="preserve"><definitions
xmlns="http://ws.apache.org/ns/synapse">
<!-- the SimpleURLRegistry allows access to a URL based registry (e.g.
file:/// or http://) -->
<registry
provider="org.apache.synapse.registry.url.SimpleURLRegistry">
<!-- the root property of the simple URL registry helps resolve a
resource URL as root + key -->