Ticket #4 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

Allow setter-method for the <cdata/> tag

Reported by: schst Assigned to: schst
Priority: minor Milestone: 0.2.0
Component: converter Version: svn-trunk
Keywords: Cc:

Description

Currently it is not possible to add the character data to an object using a setter method:

<tag name="foo" type="ComplexType">
  <constructor/>
  <cdata setter="setContent"/>
</tag>

Change History

08/31/06 21:23:11 changed by mikey

I have converted the TestCDataSetter example. This shows the problem with this bug because the cdata is set via constructor to the wrong property and ignoring the defined setter method for the cdata.

11/29/06 23:08:11 changed by schst

  • status changed from new to closed.
  • resolution set to fixed.

This has been fixed in SVN.