1 Reply Latest reply on May 21, 2009 7:28 AM by ilya_shaikovsky

    Tidy parser unexpectedly parsing

    svande

      Hello,
      I have the configuration below.
      When profiling it turns out the tidy parser is parsing my page.
      How is that?
      I am looking at ConfigurableXMLFilter.java in richfaces-impl.jar.
      And Tidy should not be used if it is not in web.xml.
      Or is the FastHtmlParser the same as Tidy?
      Cheers,
      Wilfred

      <context-param>
       <param-name>org.ajax4jsf.xmlparser.ORDER</param-name>
       <param-value>NONE,NEKO</param-value>
      </context-param>
      <context-param>
       <param-name>org.ajax4jsf.xmlparser.NONE</param-name>
       <param-value>/.*,/pages/.*,/pages/include/.*,/pages/include/home/.*,/layout/.*</param-value>
      </context-param>
      <context-param>
       <param-name>org.ajax4jsf.xmlparser.NEKO</param-name>
       <param-value>/parsed/.*,/parsed/include/.*</param-value>
      </context-param>