Author: buildbot
Date: Mon Sep 15 11:18:02 2014
New Revision: 922246

Log:
Production update by buildbot for camel

Modified:
    websites/production/camel/content/cache/main.pageCache
    websites/production/camel/content/tokenizer.html
    websites/production/camel/content/xmltokenizer.html

Modified: websites/production/camel/content/cache/main.pageCache
==============================================================================
Binary files - no diff available.

Modified: websites/production/camel/content/tokenizer.html
==============================================================================
--- websites/production/camel/content/tokenizer.html (original)
+++ websites/production/camel/content/tokenizer.html Mon Sep 15 11:18:02 2014
@@ -75,7 +75,7 @@
        <tbody>
         <tr>
         <td valign="top" width="100%">
-<div class="wiki-content maincontent"><h2 
id="Tokenizer-Tokenizer">Tokenizer</h2><p>The tokenizer language is a built-in 
language in camel-core, which is most often used only with the <a shape="rect" 
href="splitter.html">Splitter</a> EIP to split a message using a token-based 
strategy.<br clear="none">The tokenizer language is intended to tokenize text 
documents using a specified delimiter pattern. It can also be used to tokenize 
XML documents with some limited capability. For a truly XML-aware tokenization, 
the use of the xml tokenizer language is recommended&#160;as it offers a 
faster, more efficient tokenization specifically for XML documents.&#160;For 
more details see&#160;<a shape="rect" 
href="splitter.html">Splitter</a>.</p></div>
+<div class="wiki-content maincontent"><h2 
id="Tokenizer-Tokenizer">Tokenizer</h2><p>The tokenizer language is a built-in 
language in camel-core, which is most often used only with the <a shape="rect" 
href="splitter.html">Splitter</a> EIP to split a message using a token-based 
strategy.<br clear="none">The tokenizer language is intended to tokenize text 
documents using a specified delimiter pattern. It can also be used to tokenize 
XML documents with some limited capability. For a truly XML-aware tokenization, 
the use of the <a shape="rect" href="xmltokenizer.html">XMLTokenizer</a> 
language is recommended&#160;as it offers a faster, more efficient tokenization 
specifically for XML documents.&#160;For more details see&#160;<a shape="rect" 
href="splitter.html">Splitter</a>.</p></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/camel/content/xmltokenizer.html
==============================================================================
--- websites/production/camel/content/xmltokenizer.html (original)
+++ websites/production/camel/content/xmltokenizer.html Mon Sep 15 11:18:02 2014
@@ -75,7 +75,7 @@
        <tbody>
         <tr>
         <td valign="top" width="100%">
-<div class="wiki-content maincontent"><h2 
id="XMLTokenizer-XMLTokenizer">XMLTokenizer</h2><p>The xml tokenizer language 
is a built-in language in camel-core, which is a truly XML-aware tokenizer that 
can be used with the Splitter as with the conventional tokenizer.</p></div>
+<div class="wiki-content maincontent"><h2 
id="XMLTokenizer-XMLTokenizer">XMLTokenizer</h2><p>The xml tokenizer language 
is a built-in language in camel-core, which is a truly XML-aware tokenizer that 
can be used with the Splitter as the conventional <a shape="rect" 
href="tokenizer.html">Tokenizer</a> to efficiently and effectively tokenize XML 
documents. <span style="line-height: 1.4285715;">XMLTokenizer is capable of not 
only recognizing XML namespaces and hierarchical structures of the document but 
also more efficiently tokenizing XML documents than the conventional 
Tokenizer.&#160;</span></p><p>For more details see <a shape="rect" 
href="splitter.html">Splitter</a>.</p></div>
         </td>
         <td valign="top">
           <div class="navigation">


Reply via email to