You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shindig.apache.org by ch...@gmail.com on 2010/10/05 03:02:01 UTC

Re: Adding an html parser router (issue2119043)

http://codereview.appspot.com/2119043/diff/63001/java/common/conf/shindig.properties
File java/common/conf/shindig.properties (right):

http://codereview.appspot.com/2119043/diff/63001/java/common/conf/shindig.properties#newcode155
java/common/conf/shindig.properties:155: shindig.html.parser=neko
Doesn't guice offer the same solution?
Currently, we can switch between parsers by updating
ParseModule#configure with

   bind(GadgetHtmlParser.class).to(NekoSimplifiedHtmlParser.class);

http://codereview.appspot.com/2119043/