I want to ask a queation?

for( TidyAttr attr = tidyAttrFirst( html ); attr; tidyAttrNext( attr ) )
	{
		cout<<tidyAttrValue( attr )<<endl;
	}
In this code, the cycle is not end. I want to ask how to set the end
condition.

Received on Thursday, 16 November 2006 05:16:09 UTC