Clarity

 View Only
  • 1.  CDATA for task name

    Posted Oct 24, 2019 01:49 PM
    Hello All, Can we use CDATA for task name in the gel script to create the tasks under the project. Our process is reading the task details from the  file, and task names are containing special characters and ANSI characters. I tried to use the CDATA with task name, however, code was not validated. Can you please help me on this. 


    <gel:parse var="TskNode">
          <Task name="${row.TASK_NAME}" parent="${row.PHASE_ID}"  outlineLevel="2" summary="false" taskID="${row.TASK_CODE}">
          </Task>
         </gel:parse>