You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by tim <ti...@komi.mts.ru> on 2003/09/11 10:05:53 UTC

Saving format for property values from xml config file

Problem description:

Can't get value for property with format saving, because 
DOM4JConfiguration using org.dom4j.Element#getTrimedText() method to get 
value for the property

But it is very critical for me to save format of the property value.

desicion:

make a change in the format of the xml configuration file

<baseElement>
	<query trim-value="false"><![CDATA[
		select /*+ ORDERED */
			   id
			 \, id2
			 \, other_party
		...
	]]></query>
</baseElement>