- From: chendong <dchen@insun.hit.edu.cn>
- Date: Mon, 16 Oct 2006 11:46:39 +0800
- To: html-tidy@w3.org
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