1 Reply Latest reply on Dec 12, 2005 4:31 PM by aguizar

    Internationalisation in CDATA xmls

      In the xml which we write inside CDATA in process-state element; there occurs a problem in understanding country specific characters. What shall I do?

      Code sniplet that makes the problem :

      <process-state name="sub process state">
       <delegation class="org.jbpm.delegation.processinvocation.DefaultProcessInvocationHandler">
       <![CDATA[
       <default-process-handler-configuration>
       <actor-id>süper aktör id</actor-id>
       <sub-process-name>alt ak??</sub-process-name>
       <start-mapping>
       <super-variable>a</super-variable>
       <sub-variable>aa</sub-variable>
       </start-mapping>
       </default-process-handler-configuration>
       ]]>
       </delegation>
       <transition to="end" />
       </process-state>