HTML Tidy  5.9.15
The HTACG Tidy HTML Project
gdoc.h
Go to the documentation of this file.
1 #ifndef __GDOC_H__
2 #define __GDOC_H__
3 
4 /* gdoc.h -- clean up html exported by Google Docs
5 
6  (c) 2012 (W3C) MIT, ERCIM, Keio University
7  See tidy.h for the copyright notice.
8 
9  - strip the script element, as the style sheet is a mess
10  - strip class attributes
11  - strip span elements, leaving their content in place
12  - replace <a name=...></a> by id on parent element
13  - strip empty <p> elements
14 
15 */
16 
17 TY_PRIVATE void TY_(CleanGoogleDocument)( TidyDocImpl* doc );
18 
19 #endif /* __GDOC_H__ */
#define TY_PRIVATE
Definition: forward.h:29
#define TY_(str)
Definition: forward.h:23