Re: tidyRelease() ,

* Renjith K.V wrote:
>Now my problem is that tidyRelease( ); blows frequently.

What do you mean by `blows frequently`?

>		  controlName = GetAttrByName(child, "name");
>		  controlVal = GetAttrByName(child, "value");
>			AddAttribute( tdoc, child, "value", "renjith" );

Hmm, neither GetAttrByName nor AddAttribute is part of the public
interface?!

Received on Tuesday, 4 February 2003 22:41:14 UTC