Re: [xml] redicting parts of trees



Hi,

On Mon, 2005-06-27 at 16:47 +0200, Kasimier Buchcik wrote:
Hi,
On Mon, 2005-06-27 at 10:44 -0400, Rob Richards wrote:

[...]

To avoid breaking stuff, shouldn't an additional function be added which 
returns an initialized context with all fields set to null and be the 
required way to grab the context or run the risk of crashing in future 
releases? This way when a context is needed, they would call the init 
function and then populate their context? As it would be bad if someone 
used the context structure directly not realizing new fields have been 
added and need to be initialized.

Yes, a factory function, e.g. xmlDOMWrapNewCtxt(), which would memset
the structure to 0, should be added.

OK, committed xmlDOMWrapNewCtxt() and xmlDOMWrapFreeCtxt().

Regards,

Kasimier



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]