Re: configuration field

2011-09-02 Thread Andy McKay
On 2011-09-02, at 5:22 PM, Mo Mughrabi wrote: > The problem with my approach that the xml is not validated and the reading > operation can be exhausting to parse the xml every time. Why are you parsing through the XML every time? That seems awfully inefficient. There are xml parsers that don't

configuration field

2011-09-02 Thread Mo Mughrabi
Hi I have a table which every has TextField to store plain text. Am using this field for configuration and putting there some XML to read later on. The problem with my approach that the xml is not validated and the reading operation can be exhausting to parse the xml every time. And since