Author: buildbot
Date: Sat Mar 17 08:21:40 2012
New Revision: 808938

Log:
Production update by buildbot for camel

Modified:
    websites/production/camel/content/book-component-appendix.html
    websites/production/camel/content/book-in-one-page.html
    websites/production/camel/content/cache/main.pageCache
    websites/production/camel/content/rss.html

Modified: websites/production/camel/content/book-component-appendix.html
==============================================================================
--- websites/production/camel/content/book-component-appendix.html (original)
+++ websites/production/camel/content/book-component-appendix.html Sat Mar 17 
08:21:40 2012
@@ -13712,6 +13712,9 @@ rss:rssUri
 </pre>
 </div></div>
 
+<div class="panelMacro"><table class="tipMacro"><colgroup span="1"><col 
span="1" width="24"><col span="1"></colgroup><tr><td colspan="1" rowspan="1" 
valign="top"><img align="middle" 
src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif"; 
width="16" height="16" alt="" border="0"></td><td colspan="1" 
rowspan="1"><b>Query parameters</b><br clear="none">If the URL for the RSS feed 
uses query parameters, then you can just provide these as well, for example if 
the feed uses <tt>alt=rss</tt>, then you can for example do<br clear="none">
+<tt>from("rss:<a shape="rect" class="external-link" 
href="http://someserver.com/feeds/posts/default?alt=rss&amp;splitEntries=false&amp;consumer.delay=1000";
 
rel="nofollow">http://someserver.com/feeds/posts/default?alt=rss&amp;splitEntries=false&amp;consumer.delay=1000</a>").to("bean:rss");</tt></td></tr></table></div>
+
 <h3><a shape="rect" 
name="BookComponentAppendix-Filteringentries"></a>Filtering entries</h3>
 
 <p>You can filter out entries quite easily using XPath, as shown in the data 
format section above. You can also exploit Camel's <a shape="rect" 
href="bean-integration.html" title="Bean Integration">Bean Integration</a> to 
implement your own conditions. For instance, a filter equivalent to the XPath 
example above would be:</p>

Modified: websites/production/camel/content/book-in-one-page.html
==============================================================================
--- websites/production/camel/content/book-in-one-page.html (original)
+++ websites/production/camel/content/book-in-one-page.html Sat Mar 17 08:21:40 
2012
@@ -33740,6 +33740,9 @@ rss:rssUri
 </pre>
 </div></div>
 
+<div class="panelMacro"><table class="tipMacro"><colgroup span="1"><col 
span="1" width="24"><col span="1"></colgroup><tr><td colspan="1" rowspan="1" 
valign="top"><img align="middle" 
src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif"; 
width="16" height="16" alt="" border="0"></td><td colspan="1" 
rowspan="1"><b>Query parameters</b><br clear="none">If the URL for the RSS feed 
uses query parameters, then you can just provide these as well, for example if 
the feed uses <tt>alt=rss</tt>, then you can for example do<br clear="none">
+<tt>from("rss:<a shape="rect" class="external-link" 
href="http://someserver.com/feeds/posts/default?alt=rss&amp;splitEntries=false&amp;consumer.delay=1000";
 
rel="nofollow">http://someserver.com/feeds/posts/default?alt=rss&amp;splitEntries=false&amp;consumer.delay=1000</a>").to("bean:rss");</tt></td></tr></table></div>
+
 <h3><a shape="rect" name="BookInOnePage-Filteringentries"></a>Filtering 
entries</h3>
 
 <p>You can filter out entries quite easily using XPath, as shown in the data 
format section above. You can also exploit Camel's <a shape="rect" 
href="bean-integration.html" title="Bean Integration">Bean Integration</a> to 
implement your own conditions. For instance, a filter equivalent to the XPath 
example above would be:</p>

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

Modified: websites/production/camel/content/rss.html
==============================================================================
--- websites/production/camel/content/rss.html (original)
+++ websites/production/camel/content/rss.html Sat Mar 17 08:21:40 2012
@@ -152,6 +152,9 @@ rss:rssUri
 </pre>
 </div></div>
 
+<div class="panelMacro"><table class="tipMacro"><colgroup span="1"><col 
span="1" width="24"><col span="1"></colgroup><tr><td colspan="1" rowspan="1" 
valign="top"><img align="middle" 
src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif"; 
width="16" height="16" alt="" border="0"></td><td colspan="1" 
rowspan="1"><b>Query parameters</b><br clear="none">If the URL for the RSS feed 
uses query parameters, then you can just provide these as well, for example if 
the feed uses <tt>alt=rss</tt>, then you can for example do<br clear="none">
+<tt>from("rss:<a shape="rect" class="external-link" 
href="http://someserver.com/feeds/posts/default?alt=rss&amp;splitEntries=false&amp;consumer.delay=1000";
 
rel="nofollow">http://someserver.com/feeds/posts/default?alt=rss&amp;splitEntries=false&amp;consumer.delay=1000</a>").to("bean:rss");</tt></td></tr></table></div>
+
 <h3><a shape="rect" name="RSS-Filteringentries"></a>Filtering entries</h3>
 
 <p>You can filter out entries quite easily using XPath, as shown in the data 
format section above. You can also exploit Camel's <a shape="rect" 
href="bean-integration.html" title="Bean Integration">Bean Integration</a> to 
implement your own conditions. For instance, a filter equivalent to the XPath 
example above would be:</p>


Reply via email to