That's not actually the case. If you look at the .INT code for the generated %CreatePage method of a Zen page with , in columnHeaders (I tested this out with ZENDemo.FormDemo in the SAMPLES namespace), you'll see something like:
Set dtCmb7.columnHeaders="House number,apartment"
The numeric character reference is converted to the Unicode character when the Zen XML is imported; the reason , doesn't work is that it's converted to a plain old comma, which is no different from just putting a comma in the XML in terms of what Zen does with it.
- Log in to post comments