0 Replies Latest reply on Nov 19, 2009 7:19 AM by gonzalad

    RF parser set to NONE : How to deal with XML encoding ?

    gonzalad

      Hello,

      I've set org.ajax4jsf.xmlparser.ORDER to NONE in one of my pages.

      I've needed to :
      * go to my .properties file and change every special caracter (space, é, ...) to corresponding valid XML entities ie  
      * go to every h:outputText and add espace="false".
      * go to every managed bean and filter every String value with it's corresponding to ensure valid XML entities (or perhaps create an el function ?).

      This is a lot of work (it's fine once, but it can become a maintenance nightmare).

      Has someone found a simple solution for this problem ?

      Thanks very much !