You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@olingo.apache.org by bu...@apache.org on 2013/12/03 15:34:19 UTC

svn commit: r888943 - in /websites/staging/olingo/trunk/content: ./ doc/tutorials/Olingo_Tutorial_AdvancedRead_FilterVisitor.html

Author: buildbot
Date: Tue Dec  3 14:34:19 2013
New Revision: 888943

Log:
Staging update by buildbot for olingo

Modified:
    websites/staging/olingo/trunk/content/   (props changed)
    websites/staging/olingo/trunk/content/doc/tutorials/Olingo_Tutorial_AdvancedRead_FilterVisitor.html

Propchange: websites/staging/olingo/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Dec  3 14:34:19 2013
@@ -1 +1 @@
-1547406
+1547408

Modified: websites/staging/olingo/trunk/content/doc/tutorials/Olingo_Tutorial_AdvancedRead_FilterVisitor.html
==============================================================================
--- websites/staging/olingo/trunk/content/doc/tutorials/Olingo_Tutorial_AdvancedRead_FilterVisitor.html (original)
+++ websites/staging/olingo/trunk/content/doc/tutorials/Olingo_Tutorial_AdvancedRead_FilterVisitor.html Tue Dec  3 14:34:19 2013
@@ -76,7 +76,7 @@
 <h3 id="examples">Examples</h3>
 <h5 id="simple-example">Simple example</h5>
 <p>If a filter expression is parsed by the OData library it will be transformed into a filter tree. A simple tree for the expression ‘a’ eq ‘b’ would look like this:</p>
-<p><img alt="Picture:Simple Filter Expression" src="img/FilterExpressionSimple.png" /></p>
+<p><img alt="Picture:Simple Filter Expression" src="/img/FilterExpressionSimple.png" /></p>
 <p>To visit a filter tree we have to implement the interface <code>org.apache.olingo.odata2.api.uri.expression.ExpressionVisitor</code>. For this simple example we will only need the following methods:</p>
 <ul>
 <li><code>visitFilter(…)</code></li>