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/

Reply via email to