[Chameleon-dev] [Bug 1649] New: [Table Widget] - CDATA parsing in template tag returns blank values

bugzilla-daemon at bugzilla.maptools.org bugzilla-daemon at bugzilla.maptools.org
Thu Feb 1 09:23:56 EST 2007


http://bugzilla.maptools.org/show_bug.cgi?id=1649

           Summary: [Table Widget] - CDATA parsing in template tag returns
                    blank values
           Product: Chameleon
           Version: 2.4
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Widget
        AssignedTo: chameleon-dev at lists.maptools.org
        ReportedBy: wbronsema at dmsolutions.ca


Not sure where this is happening exactly, I didn't have time to fully track it
down yet. It seems if you have an entry in the template tag like:

     <template name="body">
      <![CDATA[<tr id='%fsa%' class="rowNormal"><td>%active_patients%</td></tr>
      ]]>
     </template>

This causes no table to be drawn.  I have tracked the problem down to the %a in
the CDATA tag.  if I change it to %_a it works fine.  A similar problem happens
with %c.

Could be a reg expression issue?



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


Please do NOT reply to this email, use the link above instead to 
login to bugzilla and submit your comment. Any email reply to this
address will be lost.


More information about the Chameleon-dev mailing list