Oh, and if you're going to be doing XML output...  
   
 Be sure to check out the GroupDAV code.  Please pay attention to the 
following functions:  
   
    groupdav_common_headers()  
    begin_burst()  
    end_burst()  
   
 If you use these functions, the WebCit API gives you a Content-length: 
header *and* zlib compression without any effort on your part.  
   
 I see that you're using wDumpContent(), which doesn't really buy you 
anything unless you've also done output_headers(), which you haven't.  

Reply via email to