#ifndef __GDOC_H__ #define __GDOC_H__ /* gdoc.h -- clean up html exported by Google Docs (c) 2012 (W3C) MIT, ERCIM, Keio University See tidy.h for the copyright notice. CVS Info: $Author: dsr $ $Date: 2012/06/07 13:14:00 $ $Revision: 1.0 $ */ /* clean html exported by Google Docs - strip the script element, as the style sheet is a mess - strip class attributes - strip span elements, leaving their content in place - replace by id on parent element - strip empty

elements */ void TY_(CleanGoogleDocument)( TidyDocImpl* doc ); #endif /* __GDOC_H__ */