Hi,

I want to ask if it is planned to recognize CDATA sections in settings.xml as 
values are trimmed and I don't need them trimmed. ;)

Minimum example:

<setting name="replace">
  <parameter name="what">
    <parameter><![CDATA[ + ]]></parameter>
  </parameter>
  <parameter name="with"><![CDATA[ | ]]></parameter>
</setting>

It doesn't matter if I use CDATA or not with this - the spaces will be removed. 
The only 'fast' solution I could think of was to define a literal

AgaviConfig::set('space', ' ');

in config.php and then use it like this:

<parameter>%space%+%space%</parameter>

which is not that nice imho. Are there any plans to respect CDATA values in 
settings?

Thanks in advance.

Regards,

Steffen Gransow

PS: No, I don't want to write my own config file and config file handler. :P

_______________________________________________
users mailing list
[email protected]
http://lists.agavi.org/mailman/listinfo/users

Reply via email to