You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@corinthia.apache.org by ja...@apache.org on 2015/02/13 09:52:26 UTC

[14/38] incubator-corinthia git commit: Shut git up about CRLF issues

Shut git up about CRLF issues


Project: http://git-wip-us.apache.org/repos/asf/incubator-corinthia/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-corinthia/commit/db23077f
Tree: http://git-wip-us.apache.org/repos/asf/incubator-corinthia/tree/db23077f
Diff: http://git-wip-us.apache.org/repos/asf/incubator-corinthia/diff/db23077f

Branch: refs/heads/experimentZip
Commit: db23077f5ecc6cebdf2ab4b2e01242fd6dc5e6bb
Parents: 5204f74
Author: Peter Kelly <pe...@uxproductivity.com>
Authored: Sun Jan 11 03:36:23 2015 +0700
Committer: Peter Kelly <pe...@uxproductivity.com>
Committed: Sun Jan 11 03:36:23 2015 +0700

----------------------------------------------------------------------
 .../3rdparty/w3c-tidy-html5/build/msvc/tidy.def | 608 +++++++++----------
 .../3rdparty/w3c-tidy-html5/build/msvc/tidy.dsp | 188 +++---
 .../3rdparty/w3c-tidy-html5/build/msvc/tidy.dsw | 112 ++--
 .../w3c-tidy-html5/build/msvc/tidydll.dsp       | 592 +++++++++---------
 .../w3c-tidy-html5/build/msvc/tidylib.dsp       | 590 +++++++++---------
 .../w3c-tidy-html5/test/input/cfg_1207443.txt   |   4 +-
 .../w3c-tidy-html5/test/input/cfg_1210752.txt   |   4 +-
 .../w3c-tidy-html5/test/input/cfg_1448730.txt   |   4 +-
 .../w3c-tidy-html5/test/input/cfg_1573338.txt   |  12 +-
 .../w3c-tidy-html5/test/input/cfg_795643-1.txt  |   2 +-
 .../w3c-tidy-html5/test/input/cfg_795643-2.txt  |   2 +-
 .../w3c-tidy-html5/test/input/in_1210752.html   |   2 +-
 .../w3c-tidy-html5/test/input/in_1263391.html   |  58 +-
 .../w3c-tidy-html5/test/input/in_1286278.html   |  70 +--
 .../w3c-tidy-html5/test/input/in_1316258.html   |  62 +-
 .../w3c-tidy-html5/test/input/in_1316307-2.html |  30 +-
 .../w3c-tidy-html5/test/input/in_1316307.html   |  62 +-
 .../w3c-tidy-html5/test/input/in_1331849.html   | 102 ++--
 .../w3c-tidy-html5/test/input/in_1333579.html   |  18 +-
 .../w3c-tidy-html5/test/input/in_1436578.html   |  22 +-
 .../w3c-tidy-html5/test/input/in_1448730.xml    |  10 +-
 .../w3c-tidy-html5/test/input/in_1573338.xml    |   6 +-
 .../w3c-tidy-html5/test/input/in_1715153.html   |  24 +-
 .../w3c-tidy-html5/test/input/in_2705873-1.html |  26 +-
 .../w3c-tidy-html5/test/input/in_2709860.html   |  32 +-
 .../w3c-tidy-html5/test/input/in_586562.html    |  24 +-
 .../w3c-tidy-html5/test/input/in_795643-1.html  |   2 +-
 .../w3c-tidy-html5/test/input/in_795643-2.html  |   2 +-
 28 files changed, 1335 insertions(+), 1335 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/db23077f/DocFormats/platform/3rdparty/w3c-tidy-html5/build/msvc/tidy.def
----------------------------------------------------------------------
diff --git a/DocFormats/platform/3rdparty/w3c-tidy-html5/build/msvc/tidy.def b/DocFormats/platform/3rdparty/w3c-tidy-html5/build/msvc/tidy.def
index 4aa732d..317b540 100755
--- a/DocFormats/platform/3rdparty/w3c-tidy-html5/build/msvc/tidy.def
+++ b/DocFormats/platform/3rdparty/w3c-tidy-html5/build/msvc/tidy.def
@@ -1,304 +1,304 @@
-LIBRARY libtidy
-  EXPORTS
-    tidyCreate                    @1001
-    tidyRelease                   @1002
-    tidySetAppData                @1003
-    tidyGetAppData                @1004
-    tidyReleaseDate               @1005
-    tidyStatus                    @1006
-    tidyDetectedHtmlVersion       @1007
-    tidyDetectedXhtml             @1008
-    tidyDetectedGenericXml        @1009
-    tidyErrorCount                @1010
-    tidyWarningCount              @1011
-    tidyAccessWarningCount        @1012
-    tidyConfigErrorCount          @1013
-    tidyLoadConfig                @1014
-    tidyLoadConfigEnc             @1015
-    tidyFileExists                @1016
-    tidySetCharEncoding           @1017
-    tidySetInCharEncoding         @1018
-    tidySetOutCharEncoding        @1019
-    tidySetOptionCallback         @1020
-    tidyOptGetIdForName           @1021
-    tidyGetOptionList             @1022
-    tidyGetNextOption             @1023
-    tidyGetOption                 @1024
-    tidyGetOptionByName           @1025
-    tidyOptGetId                  @1026
-    tidyOptGetName                @1027
-    tidyOptGetType                @1028
-    tidyOptIsReadOnly             @1029
-    tidyOptGetCategory            @1030
-    tidyOptGetDefault             @1031
-    tidyOptGetDefaultInt          @1032
-    tidyOptGetDefaultBool         @1033
-    tidyOptGetPickList            @1034
-    tidyOptGetNextPick            @1035
-    tidyOptGetValue               @1036
-    tidyOptSetValue               @1037
-    tidyOptParseValue             @1038
-    tidyOptGetInt                 @1039
-    tidyOptSetInt                 @1040
-    tidyOptGetBool                @1041
-    tidyOptSetBool                @1042
-    tidyOptResetToDefault         @1043
-    tidyOptResetAllToDefault      @1044
-    tidyOptSnapshot               @1045
-    tidyOptResetToSnapshot        @1046
-    tidyOptDiffThanDefault        @1047
-    tidyOptDiffThanSnapshot       @1048
-    tidyOptCopyConfig             @1049
-    tidyOptGetEncName             @1050
-    tidyOptGetCurrPick            @1051
-    tidyOptGetDeclTagList         @1052
-    tidyOptGetNextDeclTag         @1053
-    tidyOptGetDoc                 @1054
-    tidyOptGetDocLinksList        @1055
-    tidyOptGetNextDocLinks        @1056
-    tidyInitSource                @1057
-    tidyGetByte                   @1058
-    tidyUngetByte                 @1059
-    tidyIsEOF                     @1060
-    tidyInitSink                  @1061
-    tidyPutByte                   @1062
-    tidySetReportFilter           @1063
-    tidySetErrorFile              @1064
-    tidySetErrorBuffer            @1065
-    tidySetErrorSink              @1066
-    tidySetMallocCall             @1067
-    tidySetReallocCall            @1068
-    tidySetFreeCall               @1069
-    tidySetPanicCall              @1070
-    tidyParseFile                 @1071
-    tidyParseStdin                @1072
-    tidyParseString               @1073
-    tidyParseBuffer               @1074
-    tidyParseSource               @1075
-    tidyCleanAndRepair            @1076
-    tidyRunDiagnostics            @1077
-    tidySaveFile                  @1078
-    tidySaveStdout                @1079
-    tidySaveBuffer                @1080
-    tidySaveString                @1081
-    tidySaveSink                  @1082
-    tidyOptSaveFile               @1083
-    tidyOptSaveSink               @1084
-    tidyErrorSummary              @1085
-    tidyGeneralInfo               @1086
-    tidyGetRoot                   @1087
-    tidyGetHtml                   @1088
-    tidyGetHead                   @1089
-    tidyGetBody                   @1090
-    tidyGetParent                 @1091
-    tidyGetChild                  @1092
-    tidyGetNext                   @1093
-    tidyGetPrev                   @1094
-    tidyAttrFirst                 @1095
-    tidyAttrNext                  @1096
-    tidyAttrName                  @1097
-    tidyAttrValue                 @1098
-    tidyNodeGetType               @1099
-    tidyNodeGetName               @1100
-    tidyNodeIsText                @1101
-    tidyNodeIsProp                @1102
-    tidyNodeIsHeader              @1103
-    tidyNodeHasText               @1104
-    tidyNodeGetText               @1105
-    tidyNodeGetId                 @1106
-    tidyNodeLine                  @1107
-    tidyNodeColumn                @1108
-    tidyNodeIsHTML                @1109
-    tidyNodeIsHEAD                @1110
-    tidyNodeIsTITLE               @1111
-    tidyNodeIsBASE                @1112
-    tidyNodeIsMETA                @1113
-    tidyNodeIsBODY                @1114
-    tidyNodeIsFRAMESET            @1115
-    tidyNodeIsFRAME               @1116
-    tidyNodeIsIFRAME              @1117
-    tidyNodeIsNOFRAMES            @1118
-    tidyNodeIsHR                  @1119
-    tidyNodeIsH1                  @1120
-    tidyNodeIsH2                  @1121
-    tidyNodeIsPRE                 @1122
-    tidyNodeIsLISTING             @1123
-    tidyNodeIsP                   @1124
-    tidyNodeIsUL                  @1125
-    tidyNodeIsOL                  @1126
-    tidyNodeIsDL                  @1127
-    tidyNodeIsDIR                 @1128
-    tidyNodeIsLI                  @1129
-    tidyNodeIsDT                  @1130
-    tidyNodeIsDD                  @1131
-    tidyNodeIsTABLE               @1132
-    tidyNodeIsCAPTION             @1133
-    tidyNodeIsTD                  @1134
-    tidyNodeIsTH                  @1135
-    tidyNodeIsTR                  @1136
-    tidyNodeIsCOL                 @1137
-    tidyNodeIsCOLGROUP            @1138
-    tidyNodeIsBR                  @1139
-    tidyNodeIsA                   @1140
-    tidyNodeIsLINK                @1141
-    tidyNodeIsB                   @1142
-    tidyNodeIsI                   @1143
-    tidyNodeIsSTRONG              @1144
-    tidyNodeIsEM                  @1145
-    tidyNodeIsBIG                 @1146
-    tidyNodeIsSMALL               @1147
-    tidyNodeIsPARAM               @1148
-    tidyNodeIsOPTION              @1149
-    tidyNodeIsOPTGROUP            @1150
-    tidyNodeIsIMG                 @1151
-    tidyNodeIsMAP                 @1152
-    tidyNodeIsAREA                @1153
-    tidyNodeIsNOBR                @1154
-    tidyNodeIsWBR                 @1155
-    tidyNodeIsFONT                @1156
-    tidyNodeIsLAYER               @1157
-    tidyNodeIsSPACER              @1158
-    tidyNodeIsCENTER              @1159
-    tidyNodeIsSTYLE               @1160
-    tidyNodeIsSCRIPT              @1161
-    tidyNodeIsNOSCRIPT            @1162
-    tidyNodeIsFORM                @1163
-    tidyNodeIsTEXTAREA            @1164
-    tidyNodeIsBLOCKQUOTE          @1165
-    tidyNodeIsAPPLET              @1166
-    tidyNodeIsOBJECT              @1167
-    tidyNodeIsDIV                 @1168
-    tidyNodeIsSPAN                @1169
-    tidyNodeIsINPUT               @1170
-    tidyNodeIsQ                   @1171
-    tidyNodeIsLABEL               @1172
-    tidyNodeIsH3                  @1173
-    tidyNodeIsH4                  @1174
-    tidyNodeIsH5                  @1175
-    tidyNodeIsH6                  @1176
-    tidyNodeIsADDRESS             @1177
-    tidyNodeIsXMP                 @1178
-    tidyNodeIsSELECT              @1179
-    tidyNodeIsBLINK               @1180
-    tidyNodeIsMARQUEE             @1181
-    tidyNodeIsEMBED               @1182
-    tidyNodeIsBASEFONT            @1183
-    tidyNodeIsISINDEX             @1184
-    tidyNodeIsS                   @1185
-    tidyNodeIsSTRIKE              @1186
-    tidyNodeIsU                   @1187
-    tidyNodeIsMENU                @1188
-    tidyAttrGetId                 @1189
-    tidyAttrIsEvent               @1190
-    tidyAttrIsProp                @1191
-    tidyAttrIsHREF                @1192
-    tidyAttrIsSRC                 @1193
-    tidyAttrIsID                  @1194
-    tidyAttrIsNAME                @1195
-    tidyAttrIsSUMMARY             @1196
-    tidyAttrIsALT                 @1197
-    tidyAttrIsLONGDESC            @1198
-    tidyAttrIsUSEMAP              @1199
-    tidyAttrIsISMAP               @1200
-    tidyAttrIsLANGUAGE            @1201
-    tidyAttrIsTYPE                @1202
-    tidyAttrIsVALUE               @1203
-    tidyAttrIsCONTENT             @1204
-    tidyAttrIsTITLE               @1205
-    tidyAttrIsXMLNS               @1206
-    tidyAttrIsDATAFLD             @1207
-    tidyAttrIsWIDTH               @1208
-    tidyAttrIsHEIGHT              @1209
-    tidyAttrIsFOR                 @1210
-    tidyAttrIsSELECTED            @1211
-    tidyAttrIsCHECKED             @1212
-    tidyAttrIsLANG                @1213
-    tidyAttrIsTARGET              @1214
-    tidyAttrIsHTTP_EQUIV          @1215
-    tidyAttrIsREL                 @1216
-    tidyAttrIsOnMOUSEMOVE         @1217
-    tidyAttrIsOnMOUSEDOWN         @1218
-    tidyAttrIsOnMOUSEUP           @1219
-    tidyAttrIsOnCLICK             @1220
-    tidyAttrIsOnMOUSEOVER         @1221
-    tidyAttrIsOnMOUSEOUT          @1222
-    tidyAttrIsOnKEYDOWN           @1223
-    tidyAttrIsOnKEYUP             @1224
-    tidyAttrIsOnKEYPRESS          @1225
-    tidyAttrIsOnFOCUS             @1226
-    tidyAttrIsOnBLUR              @1227
-    tidyAttrIsBGCOLOR             @1228
-    tidyAttrIsLINK                @1229
-    tidyAttrIsALINK               @1230
-    tidyAttrIsVLINK               @1231
-    tidyAttrIsTEXT                @1232
-    tidyAttrIsSTYLE               @1233
-    tidyAttrIsABBR                @1234
-    tidyAttrIsCOLSPAN             @1235
-    tidyAttrIsROWSPAN             @1236
-    tidyAttrGetById               @1237
-    tidyAttrGetHREF               @1238
-    tidyAttrGetSRC                @1239
-    tidyAttrGetID                 @1240
-    tidyAttrGetNAME               @1241
-    tidyAttrGetSUMMARY            @1242
-    tidyAttrGetALT                @1243
-    tidyAttrGetLONGDESC           @1244
-    tidyAttrGetUSEMAP             @1245
-    tidyAttrGetISMAP              @1246
-    tidyAttrGetLANGUAGE           @1247
-    tidyAttrGetTYPE               @1248
-    tidyAttrGetVALUE              @1249
-    tidyAttrGetCONTENT            @1250
-    tidyAttrGetTITLE              @1251
-    tidyAttrGetXMLNS              @1252
-    tidyAttrGetDATAFLD            @1253
-    tidyAttrGetWIDTH              @1254
-    tidyAttrGetHEIGHT             @1255
-    tidyAttrGetFOR                @1256
-    tidyAttrGetSELECTED           @1257
-    tidyAttrGetCHECKED            @1258
-    tidyAttrGetLANG               @1259
-    tidyAttrGetTARGET             @1260
-    tidyAttrGetHTTP_EQUIV         @1261
-    tidyAttrGetREL                @1262
-    tidyAttrGetOnMOUSEMOVE        @1263
-    tidyAttrGetOnMOUSEDOWN        @1264
-    tidyAttrGetOnMOUSEUP          @1265
-    tidyAttrGetOnCLICK            @1266
-    tidyAttrGetOnMOUSEOVER        @1267
-    tidyAttrGetOnMOUSEOUT         @1268
-    tidyAttrGetOnKEYDOWN          @1269
-    tidyAttrGetOnKEYUP            @1270
-    tidyAttrGetOnKEYPRESS         @1271
-    tidyAttrGetOnFOCUS            @1272
-    tidyAttrGetOnBLUR             @1273
-    tidyAttrGetBGCOLOR            @1274
-    tidyAttrGetLINK               @1275
-    tidyAttrGetALINK              @1276
-    tidyAttrGetVLINK              @1277
-    tidyAttrGetTEXT               @1278
-    tidyAttrGetSTYLE              @1279
-    tidyAttrGetABBR               @1280
-    tidyAttrGetCOLSPAN            @1281
-    tidyAttrGetROWSPAN            @1282
-    tidyCreateWithAllocator       @1283
-
-    tidyInitInputBuffer           @2001
-    tidyInitOutputBuffer          @2002
-    tidyBufInit                   @2003
-    tidyBufAlloc                  @2004
-    tidyBufCheckAlloc             @2005
-    tidyBufFree                   @2006
-    tidyBufClear                  @2007
-    tidyBufAttach                 @2008
-    tidyBufDetach                 @2009
-    tidyBufAppend                 @2010
-    tidyBufPutByte                @2011
-    tidyBufPopByte                @2012
-    tidyBufGetByte                @2013
-    tidyBufEndOfInput             @2014
-    tidyBufUngetByte              @2015
-    tidyBufInitWithAllocator      @2016
-    tidyBufAllocWithAllocator     @2017
-    tidyNodeGetValue              @2018
+LIBRARY libtidy
+  EXPORTS
+    tidyCreate                    @1001
+    tidyRelease                   @1002
+    tidySetAppData                @1003
+    tidyGetAppData                @1004
+    tidyReleaseDate               @1005
+    tidyStatus                    @1006
+    tidyDetectedHtmlVersion       @1007
+    tidyDetectedXhtml             @1008
+    tidyDetectedGenericXml        @1009
+    tidyErrorCount                @1010
+    tidyWarningCount              @1011
+    tidyAccessWarningCount        @1012
+    tidyConfigErrorCount          @1013
+    tidyLoadConfig                @1014
+    tidyLoadConfigEnc             @1015
+    tidyFileExists                @1016
+    tidySetCharEncoding           @1017
+    tidySetInCharEncoding         @1018
+    tidySetOutCharEncoding        @1019
+    tidySetOptionCallback         @1020
+    tidyOptGetIdForName           @1021
+    tidyGetOptionList             @1022
+    tidyGetNextOption             @1023
+    tidyGetOption                 @1024
+    tidyGetOptionByName           @1025
+    tidyOptGetId                  @1026
+    tidyOptGetName                @1027
+    tidyOptGetType                @1028
+    tidyOptIsReadOnly             @1029
+    tidyOptGetCategory            @1030
+    tidyOptGetDefault             @1031
+    tidyOptGetDefaultInt          @1032
+    tidyOptGetDefaultBool         @1033
+    tidyOptGetPickList            @1034
+    tidyOptGetNextPick            @1035
+    tidyOptGetValue               @1036
+    tidyOptSetValue               @1037
+    tidyOptParseValue             @1038
+    tidyOptGetInt                 @1039
+    tidyOptSetInt                 @1040
+    tidyOptGetBool                @1041
+    tidyOptSetBool                @1042
+    tidyOptResetToDefault         @1043
+    tidyOptResetAllToDefault      @1044
+    tidyOptSnapshot               @1045
+    tidyOptResetToSnapshot        @1046
+    tidyOptDiffThanDefault        @1047
+    tidyOptDiffThanSnapshot       @1048
+    tidyOptCopyConfig             @1049
+    tidyOptGetEncName             @1050
+    tidyOptGetCurrPick            @1051
+    tidyOptGetDeclTagList         @1052
+    tidyOptGetNextDeclTag         @1053
+    tidyOptGetDoc                 @1054
+    tidyOptGetDocLinksList        @1055
+    tidyOptGetNextDocLinks        @1056
+    tidyInitSource                @1057
+    tidyGetByte                   @1058
+    tidyUngetByte                 @1059
+    tidyIsEOF                     @1060
+    tidyInitSink                  @1061
+    tidyPutByte                   @1062
+    tidySetReportFilter           @1063
+    tidySetErrorFile              @1064
+    tidySetErrorBuffer            @1065
+    tidySetErrorSink              @1066
+    tidySetMallocCall             @1067
+    tidySetReallocCall            @1068
+    tidySetFreeCall               @1069
+    tidySetPanicCall              @1070
+    tidyParseFile                 @1071
+    tidyParseStdin                @1072
+    tidyParseString               @1073
+    tidyParseBuffer               @1074
+    tidyParseSource               @1075
+    tidyCleanAndRepair            @1076
+    tidyRunDiagnostics            @1077
+    tidySaveFile                  @1078
+    tidySaveStdout                @1079
+    tidySaveBuffer                @1080
+    tidySaveString                @1081
+    tidySaveSink                  @1082
+    tidyOptSaveFile               @1083
+    tidyOptSaveSink               @1084
+    tidyErrorSummary              @1085
+    tidyGeneralInfo               @1086
+    tidyGetRoot                   @1087
+    tidyGetHtml                   @1088
+    tidyGetHead                   @1089
+    tidyGetBody                   @1090
+    tidyGetParent                 @1091
+    tidyGetChild                  @1092
+    tidyGetNext                   @1093
+    tidyGetPrev                   @1094
+    tidyAttrFirst                 @1095
+    tidyAttrNext                  @1096
+    tidyAttrName                  @1097
+    tidyAttrValue                 @1098
+    tidyNodeGetType               @1099
+    tidyNodeGetName               @1100
+    tidyNodeIsText                @1101
+    tidyNodeIsProp                @1102
+    tidyNodeIsHeader              @1103
+    tidyNodeHasText               @1104
+    tidyNodeGetText               @1105
+    tidyNodeGetId                 @1106
+    tidyNodeLine                  @1107
+    tidyNodeColumn                @1108
+    tidyNodeIsHTML                @1109
+    tidyNodeIsHEAD                @1110
+    tidyNodeIsTITLE               @1111
+    tidyNodeIsBASE                @1112
+    tidyNodeIsMETA                @1113
+    tidyNodeIsBODY                @1114
+    tidyNodeIsFRAMESET            @1115
+    tidyNodeIsFRAME               @1116
+    tidyNodeIsIFRAME              @1117
+    tidyNodeIsNOFRAMES            @1118
+    tidyNodeIsHR                  @1119
+    tidyNodeIsH1                  @1120
+    tidyNodeIsH2                  @1121
+    tidyNodeIsPRE                 @1122
+    tidyNodeIsLISTING             @1123
+    tidyNodeIsP                   @1124
+    tidyNodeIsUL                  @1125
+    tidyNodeIsOL                  @1126
+    tidyNodeIsDL                  @1127
+    tidyNodeIsDIR                 @1128
+    tidyNodeIsLI                  @1129
+    tidyNodeIsDT                  @1130
+    tidyNodeIsDD                  @1131
+    tidyNodeIsTABLE               @1132
+    tidyNodeIsCAPTION             @1133
+    tidyNodeIsTD                  @1134
+    tidyNodeIsTH                  @1135
+    tidyNodeIsTR                  @1136
+    tidyNodeIsCOL                 @1137
+    tidyNodeIsCOLGROUP            @1138
+    tidyNodeIsBR                  @1139
+    tidyNodeIsA                   @1140
+    tidyNodeIsLINK                @1141
+    tidyNodeIsB                   @1142
+    tidyNodeIsI                   @1143
+    tidyNodeIsSTRONG              @1144
+    tidyNodeIsEM                  @1145
+    tidyNodeIsBIG                 @1146
+    tidyNodeIsSMALL               @1147
+    tidyNodeIsPARAM               @1148
+    tidyNodeIsOPTION              @1149
+    tidyNodeIsOPTGROUP            @1150
+    tidyNodeIsIMG                 @1151
+    tidyNodeIsMAP                 @1152
+    tidyNodeIsAREA                @1153
+    tidyNodeIsNOBR                @1154
+    tidyNodeIsWBR                 @1155
+    tidyNodeIsFONT                @1156
+    tidyNodeIsLAYER               @1157
+    tidyNodeIsSPACER              @1158
+    tidyNodeIsCENTER              @1159
+    tidyNodeIsSTYLE               @1160
+    tidyNodeIsSCRIPT              @1161
+    tidyNodeIsNOSCRIPT            @1162
+    tidyNodeIsFORM                @1163
+    tidyNodeIsTEXTAREA            @1164
+    tidyNodeIsBLOCKQUOTE          @1165
+    tidyNodeIsAPPLET              @1166
+    tidyNodeIsOBJECT              @1167
+    tidyNodeIsDIV                 @1168
+    tidyNodeIsSPAN                @1169
+    tidyNodeIsINPUT               @1170
+    tidyNodeIsQ                   @1171
+    tidyNodeIsLABEL               @1172
+    tidyNodeIsH3                  @1173
+    tidyNodeIsH4                  @1174
+    tidyNodeIsH5                  @1175
+    tidyNodeIsH6                  @1176
+    tidyNodeIsADDRESS             @1177
+    tidyNodeIsXMP                 @1178
+    tidyNodeIsSELECT              @1179
+    tidyNodeIsBLINK               @1180
+    tidyNodeIsMARQUEE             @1181
+    tidyNodeIsEMBED               @1182
+    tidyNodeIsBASEFONT            @1183
+    tidyNodeIsISINDEX             @1184
+    tidyNodeIsS                   @1185
+    tidyNodeIsSTRIKE              @1186
+    tidyNodeIsU                   @1187
+    tidyNodeIsMENU                @1188
+    tidyAttrGetId                 @1189
+    tidyAttrIsEvent               @1190
+    tidyAttrIsProp                @1191
+    tidyAttrIsHREF                @1192
+    tidyAttrIsSRC                 @1193
+    tidyAttrIsID                  @1194
+    tidyAttrIsNAME                @1195
+    tidyAttrIsSUMMARY             @1196
+    tidyAttrIsALT                 @1197
+    tidyAttrIsLONGDESC            @1198
+    tidyAttrIsUSEMAP              @1199
+    tidyAttrIsISMAP               @1200
+    tidyAttrIsLANGUAGE            @1201
+    tidyAttrIsTYPE                @1202
+    tidyAttrIsVALUE               @1203
+    tidyAttrIsCONTENT             @1204
+    tidyAttrIsTITLE               @1205
+    tidyAttrIsXMLNS               @1206
+    tidyAttrIsDATAFLD             @1207
+    tidyAttrIsWIDTH               @1208
+    tidyAttrIsHEIGHT              @1209
+    tidyAttrIsFOR                 @1210
+    tidyAttrIsSELECTED            @1211
+    tidyAttrIsCHECKED             @1212
+    tidyAttrIsLANG                @1213
+    tidyAttrIsTARGET              @1214
+    tidyAttrIsHTTP_EQUIV          @1215
+    tidyAttrIsREL                 @1216
+    tidyAttrIsOnMOUSEMOVE         @1217
+    tidyAttrIsOnMOUSEDOWN         @1218
+    tidyAttrIsOnMOUSEUP           @1219
+    tidyAttrIsOnCLICK             @1220
+    tidyAttrIsOnMOUSEOVER         @1221
+    tidyAttrIsOnMOUSEOUT          @1222
+    tidyAttrIsOnKEYDOWN           @1223
+    tidyAttrIsOnKEYUP             @1224
+    tidyAttrIsOnKEYPRESS          @1225
+    tidyAttrIsOnFOCUS             @1226
+    tidyAttrIsOnBLUR              @1227
+    tidyAttrIsBGCOLOR             @1228
+    tidyAttrIsLINK                @1229
+    tidyAttrIsALINK               @1230
+    tidyAttrIsVLINK               @1231
+    tidyAttrIsTEXT                @1232
+    tidyAttrIsSTYLE               @1233
+    tidyAttrIsABBR                @1234
+    tidyAttrIsCOLSPAN             @1235
+    tidyAttrIsROWSPAN             @1236
+    tidyAttrGetById               @1237
+    tidyAttrGetHREF               @1238
+    tidyAttrGetSRC                @1239
+    tidyAttrGetID                 @1240
+    tidyAttrGetNAME               @1241
+    tidyAttrGetSUMMARY            @1242
+    tidyAttrGetALT                @1243
+    tidyAttrGetLONGDESC           @1244
+    tidyAttrGetUSEMAP             @1245
+    tidyAttrGetISMAP              @1246
+    tidyAttrGetLANGUAGE           @1247
+    tidyAttrGetTYPE               @1248
+    tidyAttrGetVALUE              @1249
+    tidyAttrGetCONTENT            @1250
+    tidyAttrGetTITLE              @1251
+    tidyAttrGetXMLNS              @1252
+    tidyAttrGetDATAFLD            @1253
+    tidyAttrGetWIDTH              @1254
+    tidyAttrGetHEIGHT             @1255
+    tidyAttrGetFOR                @1256
+    tidyAttrGetSELECTED           @1257
+    tidyAttrGetCHECKED            @1258
+    tidyAttrGetLANG               @1259
+    tidyAttrGetTARGET             @1260
+    tidyAttrGetHTTP_EQUIV         @1261
+    tidyAttrGetREL                @1262
+    tidyAttrGetOnMOUSEMOVE        @1263
+    tidyAttrGetOnMOUSEDOWN        @1264
+    tidyAttrGetOnMOUSEUP          @1265
+    tidyAttrGetOnCLICK            @1266
+    tidyAttrGetOnMOUSEOVER        @1267
+    tidyAttrGetOnMOUSEOUT         @1268
+    tidyAttrGetOnKEYDOWN          @1269
+    tidyAttrGetOnKEYUP            @1270
+    tidyAttrGetOnKEYPRESS         @1271
+    tidyAttrGetOnFOCUS            @1272
+    tidyAttrGetOnBLUR             @1273
+    tidyAttrGetBGCOLOR            @1274
+    tidyAttrGetLINK               @1275
+    tidyAttrGetALINK              @1276
+    tidyAttrGetVLINK              @1277
+    tidyAttrGetTEXT               @1278
+    tidyAttrGetSTYLE              @1279
+    tidyAttrGetABBR               @1280
+    tidyAttrGetCOLSPAN            @1281
+    tidyAttrGetROWSPAN            @1282
+    tidyCreateWithAllocator       @1283
+
+    tidyInitInputBuffer           @2001
+    tidyInitOutputBuffer          @2002
+    tidyBufInit                   @2003
+    tidyBufAlloc                  @2004
+    tidyBufCheckAlloc             @2005
+    tidyBufFree                   @2006
+    tidyBufClear                  @2007
+    tidyBufAttach                 @2008
+    tidyBufDetach                 @2009
+    tidyBufAppend                 @2010
+    tidyBufPutByte                @2011
+    tidyBufPopByte                @2012
+    tidyBufGetByte                @2013
+    tidyBufEndOfInput             @2014
+    tidyBufUngetByte              @2015
+    tidyBufInitWithAllocator      @2016
+    tidyBufAllocWithAllocator     @2017
+    tidyNodeGetValue              @2018

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/db23077f/DocFormats/platform/3rdparty/w3c-tidy-html5/build/msvc/tidy.dsp
----------------------------------------------------------------------
diff --git a/DocFormats/platform/3rdparty/w3c-tidy-html5/build/msvc/tidy.dsp b/DocFormats/platform/3rdparty/w3c-tidy-html5/build/msvc/tidy.dsp
index f405688..e95adde 100644
--- a/DocFormats/platform/3rdparty/w3c-tidy-html5/build/msvc/tidy.dsp
+++ b/DocFormats/platform/3rdparty/w3c-tidy-html5/build/msvc/tidy.dsp
@@ -1,94 +1,94 @@
-# Microsoft Developer Studio Project File - Name="tidy" - Package Owner=<4>
-# Microsoft Developer Studio Generated Build File, Format Version 6.00
-# ** DO NOT EDIT **
-
-# TARGTYPE "Win32 (x86) Console Application" 0x0103
-
-CFG=tidy - Win32 Debug
-!MESSAGE This is not a valid makefile. To build this project using NMAKE,
-!MESSAGE use the Export Makefile command and run
-!MESSAGE 
-!MESSAGE NMAKE /f "tidy.mak".
-!MESSAGE 
-!MESSAGE You can specify a configuration when running NMAKE
-!MESSAGE by defining the macro CFG on the command line. For example:
-!MESSAGE 
-!MESSAGE NMAKE /f "tidy.mak" CFG="tidy - Win32 Debug"
-!MESSAGE 
-!MESSAGE Possible choices for configuration are:
-!MESSAGE 
-!MESSAGE "tidy - Win32 Release" (based on "Win32 (x86) Console Application")
-!MESSAGE "tidy - Win32 Debug" (based on "Win32 (x86) Console Application")
-!MESSAGE 
-
-# Begin Project
-# PROP AllowPerConfigDependencies 0
-# PROP Scc_ProjName ""
-# PROP Scc_LocalPath ""
-CPP=cl.exe
-RSC=rc.exe
-
-!IF  "$(CFG)" == "tidy - Win32 Release"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 0
-# PROP BASE Output_Dir "Release"
-# PROP BASE Intermediate_Dir "Release"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 0
-# PROP Output_Dir "Release"
-# PROP Intermediate_Dir "Release"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
-# ADD CPP /nologo /MT /Za /W3 /GX /O2 /I "..\..\include" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D SUPPORT_UTF16_ENCODINGS=1 /D SUPPORT_ASIAN_ENCODINGS=1 /D SUPPORT_ACCESSIBILITY_CHECKS=1 /D TIDYDLL_EXPORT=__declspec(dllimport) /D _CRT_SECURE_NO_DEPRECATE /YX /FD /c
-# ADD BASE RSC /l 0x409 /d "NDEBUG"
-# ADD RSC /l 0x409 /d "NDEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /profile /map /machine:I386
-
-!ELSEIF  "$(CFG)" == "tidy - Win32 Debug"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "Debug"
-# PROP BASE Intermediate_Dir "Debug"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "Debug"
-# PROP Intermediate_Dir "Debug"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
-# ADD CPP /nologo /MTd /Za /W3 /Gm /GX /ZI /Od /I "..\..\include" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D SUPPORT_UTF16_ENCODINGS=1 /D SUPPORT_ASIAN_ENCODINGS=1 /D SUPPORT_ACCESSIBILITY_CHECKS=1 /D TIDYDLL_EXPORT=__declspec(dllimport) /D _CRT_SECURE_NO_DEPRECATE /YX /FD /GZ /c
-# ADD BASE RSC /l 0x409 /d "_DEBUG"
-# ADD RSC /l 0x409 /d "_DEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept
-
-!ENDIF 
-
-# Begin Target
-
-# Name "tidy - Win32 Release"
-# Name "tidy - Win32 Debug"
-# Begin Group "Source Files"
-
-# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
-# Begin Source File
-
-SOURCE=..\..\console\tidy.c
-# End Source File
-# End Group
-# End Target
-# End Project
+# Microsoft Developer Studio Project File - Name="tidy" - Package Owner=<4>
+# Microsoft Developer Studio Generated Build File, Format Version 6.00
+# ** DO NOT EDIT **
+
+# TARGTYPE "Win32 (x86) Console Application" 0x0103
+
+CFG=tidy - Win32 Debug
+!MESSAGE This is not a valid makefile. To build this project using NMAKE,
+!MESSAGE use the Export Makefile command and run
+!MESSAGE 
+!MESSAGE NMAKE /f "tidy.mak".
+!MESSAGE 
+!MESSAGE You can specify a configuration when running NMAKE
+!MESSAGE by defining the macro CFG on the command line. For example:
+!MESSAGE 
+!MESSAGE NMAKE /f "tidy.mak" CFG="tidy - Win32 Debug"
+!MESSAGE 
+!MESSAGE Possible choices for configuration are:
+!MESSAGE 
+!MESSAGE "tidy - Win32 Release" (based on "Win32 (x86) Console Application")
+!MESSAGE "tidy - Win32 Debug" (based on "Win32 (x86) Console Application")
+!MESSAGE 
+
+# Begin Project
+# PROP AllowPerConfigDependencies 0
+# PROP Scc_ProjName ""
+# PROP Scc_LocalPath ""
+CPP=cl.exe
+RSC=rc.exe
+
+!IF  "$(CFG)" == "tidy - Win32 Release"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 0
+# PROP BASE Output_Dir "Release"
+# PROP BASE Intermediate_Dir "Release"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 0
+# PROP Output_Dir "Release"
+# PROP Intermediate_Dir "Release"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ""
+# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
+# ADD CPP /nologo /MT /Za /W3 /GX /O2 /I "..\..\include" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D SUPPORT_UTF16_ENCODINGS=1 /D SUPPORT_ASIAN_ENCODINGS=1 /D SUPPORT_ACCESSIBILITY_CHECKS=1 /D TIDYDLL_EXPORT=__declspec(dllimport) /D _CRT_SECURE_NO_DEPRECATE /YX /FD /c
+# ADD BASE RSC /l 0x409 /d "NDEBUG"
+# ADD RSC /l 0x409 /d "NDEBUG"
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386
+# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /profile /map /machine:I386
+
+!ELSEIF  "$(CFG)" == "tidy - Win32 Debug"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "Debug"
+# PROP BASE Intermediate_Dir "Debug"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 1
+# PROP Output_Dir "Debug"
+# PROP Intermediate_Dir "Debug"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ""
+# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
+# ADD CPP /nologo /MTd /Za /W3 /Gm /GX /ZI /Od /I "..\..\include" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D SUPPORT_UTF16_ENCODINGS=1 /D SUPPORT_ASIAN_ENCODINGS=1 /D SUPPORT_ACCESSIBILITY_CHECKS=1 /D TIDYDLL_EXPORT=__declspec(dllimport) /D _CRT_SECURE_NO_DEPRECATE /YX /FD /GZ /c
+# ADD BASE RSC /l 0x409 /d "_DEBUG"
+# ADD RSC /l 0x409 /d "_DEBUG"
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept
+# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept
+
+!ENDIF 
+
+# Begin Target
+
+# Name "tidy - Win32 Release"
+# Name "tidy - Win32 Debug"
+# Begin Group "Source Files"
+
+# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
+# Begin Source File
+
+SOURCE=..\..\console\tidy.c
+# End Source File
+# End Group
+# End Target
+# End Project

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/db23077f/DocFormats/platform/3rdparty/w3c-tidy-html5/build/msvc/tidy.dsw
----------------------------------------------------------------------
diff --git a/DocFormats/platform/3rdparty/w3c-tidy-html5/build/msvc/tidy.dsw b/DocFormats/platform/3rdparty/w3c-tidy-html5/build/msvc/tidy.dsw
index 0567970..e967fe0 100644
--- a/DocFormats/platform/3rdparty/w3c-tidy-html5/build/msvc/tidy.dsw
+++ b/DocFormats/platform/3rdparty/w3c-tidy-html5/build/msvc/tidy.dsw
@@ -1,56 +1,56 @@
-Microsoft Developer Studio Workspace File, Format Version 6.00
-# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
-
-###############################################################################
-
-Project: "tidy"=.\tidy.dsp - Package Owner=<4>
-
-Package=<5>
-{{{
-}}}
-
-Package=<4>
-{{{
-    Begin Project Dependency
-    Project_Dep_Name tidylib
-    End Project Dependency
-}}}
-
-###############################################################################
-
-Project: "tidydll"=.\tidydll.dsp - Package Owner=<4>
-
-Package=<5>
-{{{
-}}}
-
-Package=<4>
-{{{
-}}}
-
-###############################################################################
-
-Project: "tidylib"=.\tidylib.dsp - Package Owner=<4>
-
-Package=<5>
-{{{
-}}}
-
-Package=<4>
-{{{
-}}}
-
-###############################################################################
-
-Global:
-
-Package=<5>
-{{{
-}}}
-
-Package=<3>
-{{{
-}}}
-
-###############################################################################
-
+Microsoft Developer Studio Workspace File, Format Version 6.00
+# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
+
+###############################################################################
+
+Project: "tidy"=.\tidy.dsp - Package Owner=<4>
+
+Package=<5>
+{{{
+}}}
+
+Package=<4>
+{{{
+    Begin Project Dependency
+    Project_Dep_Name tidylib
+    End Project Dependency
+}}}
+
+###############################################################################
+
+Project: "tidydll"=.\tidydll.dsp - Package Owner=<4>
+
+Package=<5>
+{{{
+}}}
+
+Package=<4>
+{{{
+}}}
+
+###############################################################################
+
+Project: "tidylib"=.\tidylib.dsp - Package Owner=<4>
+
+Package=<5>
+{{{
+}}}
+
+Package=<4>
+{{{
+}}}
+
+###############################################################################
+
+Global:
+
+Package=<5>
+{{{
+}}}
+
+Package=<3>
+{{{
+}}}
+
+###############################################################################
+

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/db23077f/DocFormats/platform/3rdparty/w3c-tidy-html5/build/msvc/tidydll.dsp
----------------------------------------------------------------------
diff --git a/DocFormats/platform/3rdparty/w3c-tidy-html5/build/msvc/tidydll.dsp b/DocFormats/platform/3rdparty/w3c-tidy-html5/build/msvc/tidydll.dsp
index 41548ea..129c6de 100644
--- a/DocFormats/platform/3rdparty/w3c-tidy-html5/build/msvc/tidydll.dsp
+++ b/DocFormats/platform/3rdparty/w3c-tidy-html5/build/msvc/tidydll.dsp
@@ -1,296 +1,296 @@
-# Microsoft Developer Studio Project File - Name="tidydll" - Package Owner=<4>
-# Microsoft Developer Studio Generated Build File, Format Version 6.00
-# ** DO NOT EDIT **
-
-# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
-
-CFG=tidydll - Win32 Debug
-!MESSAGE This is not a valid makefile. To build this project using NMAKE,
-!MESSAGE use the Export Makefile command and run
-!MESSAGE 
-!MESSAGE NMAKE /f "tidydll.mak".
-!MESSAGE 
-!MESSAGE You can specify a configuration when running NMAKE
-!MESSAGE by defining the macro CFG on the command line. For example:
-!MESSAGE 
-!MESSAGE NMAKE /f "tidydll.mak" CFG="tidydll - Win32 Debug"
-!MESSAGE 
-!MESSAGE Possible choices for configuration are:
-!MESSAGE 
-!MESSAGE "tidydll - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE "tidydll - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE 
-
-# Begin Project
-# PROP AllowPerConfigDependencies 0
-# PROP Scc_ProjName ""
-# PROP Scc_LocalPath ""
-CPP=cl.exe
-MTL=midl.exe
-RSC=rc.exe
-
-!IF  "$(CFG)" == "tidydll - Win32 Release"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 0
-# PROP BASE Output_Dir "tidydll___Win32_Release"
-# PROP BASE Intermediate_Dir "tidydll___Win32_Release"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 0
-# PROP Output_Dir "ReleaseDLL"
-# PROP Intermediate_Dir "ReleaseDLL"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "TIDYDLL_EXPORTS" /YX /FD /c
-# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\include" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "TIDYDLL_EXPORTS" /D SUPPORT_UTF16_ENCODINGS=1 /D SUPPORT_ASIAN_ENCODINGS=1 /D SUPPORT_ACCESSIBILITY_CHECKS=1 /YX /FD /c
-# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
-# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
-# ADD BASE RSC /l 0x409 /d "NDEBUG"
-# ADD RSC /l 0x409 /d "NDEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 /out:"ReleaseDLL/libtidy.dll"
-
-!ELSEIF  "$(CFG)" == "tidydll - Win32 Debug"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "tidydll___Win32_Debug"
-# PROP BASE Intermediate_Dir "tidydll___Win32_Debug"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "DebugDLL"
-# PROP Intermediate_Dir "DebugDLL"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "TIDYDLL_EXPORTS" /YX /FD /GZ /c
-# ADD CPP /nologo /MDd /W3 /ZI /Od /I "..\..\include" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D SUPPORT_UTF16_ENCODINGS=1 /D SUPPORT_ASIAN_ENCODINGS=1 /D SUPPORT_ACCESSIBILITY_CHECKS=1 /FD /GZ /c
-# SUBTRACT CPP /YX
-# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
-# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
-# ADD BASE RSC /l 0x409 /d "_DEBUG"
-# ADD RSC /l 0x409 /d "_DEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /out:"DebugDLL/libtidy.dll" /pdbtype:sept
-
-!ENDIF 
-
-# Begin Target
-
-# Name "tidydll - Win32 Release"
-# Name "tidydll - Win32 Debug"
-# Begin Group "Source Files"
-
-# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
-# Begin Source File
-
-SOURCE=..\..\src\access.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\src\alloc.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\src\attrask.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\src\attrdict.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\src\attrget.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\src\attrs.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\src\buffio.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\src\clean.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\src\config.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\src\entities.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\src\fileio.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\src\istack.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\src\lexer.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\src\localize.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\src\mappedio.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\src\parser.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\src\pprint.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\src\streamio.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\src\tagask.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\tidy.def
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\src\tags.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\src\tidylib.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\src\tmbstr.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\src\utf8.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\src\win32tc.c
-# End Source File
-# End Group
-# Begin Group "Header Files"
-
-# PROP Default_Filter "h;hpp;hxx;hm;inl"
-# Begin Source File
-
-SOURCE=..\..\src\access.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\src\attrdict.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\src\attrs.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\include\buffio.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\src\clean.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\src\config.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\src\entities.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\src\fileio.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\src\forward.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\src\lexer.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\src\mappedio.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\src\message.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\src\parser.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\include\platform.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\src\pprint.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\src\streamio.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\src\tags.h
-# End Source File
-# Begin Source File
-
-SOURCE="..\..\src\tidy-int.h"
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\include\tidy.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\include\tidyenum.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\src\tmbstr.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\src\utf8.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\src\version.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\src\win32tc.h
-# End Source File
-# End Group
-# End Target
-# End Project
+# Microsoft Developer Studio Project File - Name="tidydll" - Package Owner=<4>
+# Microsoft Developer Studio Generated Build File, Format Version 6.00
+# ** DO NOT EDIT **
+
+# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
+
+CFG=tidydll - Win32 Debug
+!MESSAGE This is not a valid makefile. To build this project using NMAKE,
+!MESSAGE use the Export Makefile command and run
+!MESSAGE 
+!MESSAGE NMAKE /f "tidydll.mak".
+!MESSAGE 
+!MESSAGE You can specify a configuration when running NMAKE
+!MESSAGE by defining the macro CFG on the command line. For example:
+!MESSAGE 
+!MESSAGE NMAKE /f "tidydll.mak" CFG="tidydll - Win32 Debug"
+!MESSAGE 
+!MESSAGE Possible choices for configuration are:
+!MESSAGE 
+!MESSAGE "tidydll - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
+!MESSAGE "tidydll - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
+!MESSAGE 
+
+# Begin Project
+# PROP AllowPerConfigDependencies 0
+# PROP Scc_ProjName ""
+# PROP Scc_LocalPath ""
+CPP=cl.exe
+MTL=midl.exe
+RSC=rc.exe
+
+!IF  "$(CFG)" == "tidydll - Win32 Release"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 0
+# PROP BASE Output_Dir "tidydll___Win32_Release"
+# PROP BASE Intermediate_Dir "tidydll___Win32_Release"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 0
+# PROP Output_Dir "ReleaseDLL"
+# PROP Intermediate_Dir "ReleaseDLL"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ""
+# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "TIDYDLL_EXPORTS" /YX /FD /c
+# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\include" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "TIDYDLL_EXPORTS" /D SUPPORT_UTF16_ENCODINGS=1 /D SUPPORT_ASIAN_ENCODINGS=1 /D SUPPORT_ACCESSIBILITY_CHECKS=1 /YX /FD /c
+# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
+# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
+# ADD BASE RSC /l 0x409 /d "NDEBUG"
+# ADD RSC /l 0x409 /d "NDEBUG"
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386
+# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 /out:"ReleaseDLL/libtidy.dll"
+
+!ELSEIF  "$(CFG)" == "tidydll - Win32 Debug"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "tidydll___Win32_Debug"
+# PROP BASE Intermediate_Dir "tidydll___Win32_Debug"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 1
+# PROP Output_Dir "DebugDLL"
+# PROP Intermediate_Dir "DebugDLL"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ""
+# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "TIDYDLL_EXPORTS" /YX /FD /GZ /c
+# ADD CPP /nologo /MDd /W3 /ZI /Od /I "..\..\include" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D SUPPORT_UTF16_ENCODINGS=1 /D SUPPORT_ASIAN_ENCODINGS=1 /D SUPPORT_ACCESSIBILITY_CHECKS=1 /FD /GZ /c
+# SUBTRACT CPP /YX
+# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
+# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
+# ADD BASE RSC /l 0x409 /d "_DEBUG"
+# ADD RSC /l 0x409 /d "_DEBUG"
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept
+# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /out:"DebugDLL/libtidy.dll" /pdbtype:sept
+
+!ENDIF 
+
+# Begin Target
+
+# Name "tidydll - Win32 Release"
+# Name "tidydll - Win32 Debug"
+# Begin Group "Source Files"
+
+# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
+# Begin Source File
+
+SOURCE=..\..\src\access.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\alloc.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\attrask.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\attrdict.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\attrget.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\attrs.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\buffio.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\clean.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\config.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\entities.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\fileio.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\istack.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\lexer.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\localize.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\mappedio.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\parser.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\pprint.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\streamio.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\tagask.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\tidy.def
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\tags.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\tidylib.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\tmbstr.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\utf8.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\win32tc.c
+# End Source File
+# End Group
+# Begin Group "Header Files"
+
+# PROP Default_Filter "h;hpp;hxx;hm;inl"
+# Begin Source File
+
+SOURCE=..\..\src\access.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\attrdict.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\attrs.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\buffio.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\clean.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\config.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\entities.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\fileio.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\forward.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\lexer.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\mappedio.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\message.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\parser.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\platform.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\pprint.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\streamio.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\tags.h
+# End Source File
+# Begin Source File
+
+SOURCE="..\..\src\tidy-int.h"
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\tidy.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\tidyenum.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\tmbstr.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\utf8.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\version.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\win32tc.h
+# End Source File
+# End Group
+# End Target
+# End Project

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/db23077f/DocFormats/platform/3rdparty/w3c-tidy-html5/build/msvc/tidylib.dsp
----------------------------------------------------------------------
diff --git a/DocFormats/platform/3rdparty/w3c-tidy-html5/build/msvc/tidylib.dsp b/DocFormats/platform/3rdparty/w3c-tidy-html5/build/msvc/tidylib.dsp
index 3e9dd65..d5a233c 100644
--- a/DocFormats/platform/3rdparty/w3c-tidy-html5/build/msvc/tidylib.dsp
+++ b/DocFormats/platform/3rdparty/w3c-tidy-html5/build/msvc/tidylib.dsp
@@ -1,295 +1,295 @@
-# Microsoft Developer Studio Project File - Name="tidylib" - Package Owner=<4>
-# Microsoft Developer Studio Generated Build File, Format Version 6.00
-# ** DO NOT EDIT **
-
-# TARGTYPE "Win32 (x86) Static Library" 0x0104
-
-CFG=tidylib - Win32 Debug
-!MESSAGE This is not a valid makefile. To build this project using NMAKE,
-!MESSAGE use the Export Makefile command and run
-!MESSAGE 
-!MESSAGE NMAKE /f "tidylib.mak".
-!MESSAGE 
-!MESSAGE You can specify a configuration when running NMAKE
-!MESSAGE by defining the macro CFG on the command line. For example:
-!MESSAGE 
-!MESSAGE NMAKE /f "tidylib.mak" CFG="tidylib - Win32 Debug"
-!MESSAGE 
-!MESSAGE Possible choices for configuration are:
-!MESSAGE 
-!MESSAGE "tidylib - Win32 Release" (based on "Win32 (x86) Static Library")
-!MESSAGE "tidylib - Win32 Debug" (based on "Win32 (x86) Static Library")
-!MESSAGE 
-
-# Begin Project
-# PROP AllowPerConfigDependencies 0
-# PROP Scc_ProjName ""
-# PROP Scc_LocalPath ""
-CPP=cl.exe
-RSC=rc.exe
-
-!IF  "$(CFG)" == "tidylib - Win32 Release"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 0
-# PROP BASE Output_Dir "Release"
-# PROP BASE Intermediate_Dir "Release"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 0
-# PROP Output_Dir "Release"
-# PROP Intermediate_Dir "Release"
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c
-# ADD CPP /nologo /MT /W4 /GX /O2 /I "../../include" /D "NDEBUG" /D "_LIB" /D "WIN32" /D "_MBCS" /D "SUPPORT_UTF16_ENCODINGS" /D "SUPPORT_ASIAN_ENCODINGS" /D "SUPPORT_ACCESSIBILITY_CHECKS" /FD /c
-# SUBTRACT CPP /YX
-# ADD BASE RSC /l 0x409 /d "NDEBUG"
-# ADD RSC /l 0x409 /d "NDEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LIB32=link.exe -lib
-# ADD BASE LIB32 /nologo
-# ADD LIB32 /nologo /out:"Release\libtidy.lib"
-
-!ELSEIF  "$(CFG)" == "tidylib - Win32 Debug"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "Debug"
-# PROP BASE Intermediate_Dir "Debug"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "Debug"
-# PROP Intermediate_Dir "Debug"
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
-# ADD CPP /nologo /MTd /Za /W4 /Gm /ZI /Od /I "../../include" /D "_DEBUG" /D "_WIN32" /D "_LIB" /D "WIN32" /D "_MBCS" /D "SUPPORT_UTF16_ENCODINGS" /D "SUPPORT_ASIAN_ENCODINGS" /D "SUPPORT_ACCESSIBILITY_CHECKS" /U "WINDOWS" /FD /GZ /c
-# SUBTRACT CPP /YX
-# ADD BASE RSC /l 0x409 /d "_DEBUG"
-# ADD RSC /l 0x409 /d "_DEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LIB32=link.exe -lib
-# ADD BASE LIB32 /nologo
-# ADD LIB32 /nologo /out:"Debug\libtidy.lib"
-
-!ENDIF 
-
-# Begin Target
-
-# Name "tidylib - Win32 Release"
-# Name "tidylib - Win32 Debug"
-# Begin Group "Source Files"
-
-# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
-# Begin Source File
-
-SOURCE=..\..\src\access.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\src\alloc.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\src\attrask.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\src\attrdict.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\src\attrget.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\src\attrs.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\src\buffio.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\src\clean.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\src\config.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\src\entities.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\src\fileio.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\src\istack.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\src\lexer.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\src\localize.c
-# End Source File
-# Begin Source File
- 
-SOURCE=..\..\src\mappedio.c
-
-!IF  "$(CFG)" == "tidylib - Win32 Release"
-
-!ELSEIF  "$(CFG)" == "tidylib - Win32 Debug"
-
-# ADD CPP /Ze
-
-!ENDIF 
-
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\src\parser.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\src\pprint.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\src\streamio.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\src\tagask.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\src\tags.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\src\tidylib.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\src\tmbstr.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\src\utf8.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\src\win32tc.c
-# End Source File
-# End Group
-# Begin Group "Header Files"
-
-# PROP Default_Filter "h;hpp;hxx;hm;inl"
-# Begin Source File
-
-SOURCE=..\..\src\access.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\src\attrdict.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\src\attrs.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\include\buffio.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\src\clean.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\src\config.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\src\entities.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\src\fileio.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\src\forward.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\src\lexer.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\src\mappedio.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\src\message.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\src\parser.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\include\platform.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\src\pprint.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\src\streamio.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\src\tags.h
-# End Source File
-# Begin Source File
-
-SOURCE="..\..\src\tidy-int.h"
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\include\tidy.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\include\tidyenum.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\src\tmbstr.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\src\utf8.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\src\version.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\src\win32tc.h
-# End Source File
-# End Group
-# End Target
-# End Project
+# Microsoft Developer Studio Project File - Name="tidylib" - Package Owner=<4>
+# Microsoft Developer Studio Generated Build File, Format Version 6.00
+# ** DO NOT EDIT **
+
+# TARGTYPE "Win32 (x86) Static Library" 0x0104
+
+CFG=tidylib - Win32 Debug
+!MESSAGE This is not a valid makefile. To build this project using NMAKE,
+!MESSAGE use the Export Makefile command and run
+!MESSAGE 
+!MESSAGE NMAKE /f "tidylib.mak".
+!MESSAGE 
+!MESSAGE You can specify a configuration when running NMAKE
+!MESSAGE by defining the macro CFG on the command line. For example:
+!MESSAGE 
+!MESSAGE NMAKE /f "tidylib.mak" CFG="tidylib - Win32 Debug"
+!MESSAGE 
+!MESSAGE Possible choices for configuration are:
+!MESSAGE 
+!MESSAGE "tidylib - Win32 Release" (based on "Win32 (x86) Static Library")
+!MESSAGE "tidylib - Win32 Debug" (based on "Win32 (x86) Static Library")
+!MESSAGE 
+
+# Begin Project
+# PROP AllowPerConfigDependencies 0
+# PROP Scc_ProjName ""
+# PROP Scc_LocalPath ""
+CPP=cl.exe
+RSC=rc.exe
+
+!IF  "$(CFG)" == "tidylib - Win32 Release"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 0
+# PROP BASE Output_Dir "Release"
+# PROP BASE Intermediate_Dir "Release"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 0
+# PROP Output_Dir "Release"
+# PROP Intermediate_Dir "Release"
+# PROP Target_Dir ""
+# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c
+# ADD CPP /nologo /MT /W4 /GX /O2 /I "../../include" /D "NDEBUG" /D "_LIB" /D "WIN32" /D "_MBCS" /D "SUPPORT_UTF16_ENCODINGS" /D "SUPPORT_ASIAN_ENCODINGS" /D "SUPPORT_ACCESSIBILITY_CHECKS" /FD /c
+# SUBTRACT CPP /YX
+# ADD BASE RSC /l 0x409 /d "NDEBUG"
+# ADD RSC /l 0x409 /d "NDEBUG"
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LIB32=link.exe -lib
+# ADD BASE LIB32 /nologo
+# ADD LIB32 /nologo /out:"Release\libtidy.lib"
+
+!ELSEIF  "$(CFG)" == "tidylib - Win32 Debug"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "Debug"
+# PROP BASE Intermediate_Dir "Debug"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 1
+# PROP Output_Dir "Debug"
+# PROP Intermediate_Dir "Debug"
+# PROP Target_Dir ""
+# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
+# ADD CPP /nologo /MTd /Za /W4 /Gm /ZI /Od /I "../../include" /D "_DEBUG" /D "_WIN32" /D "_LIB" /D "WIN32" /D "_MBCS" /D "SUPPORT_UTF16_ENCODINGS" /D "SUPPORT_ASIAN_ENCODINGS" /D "SUPPORT_ACCESSIBILITY_CHECKS" /U "WINDOWS" /FD /GZ /c
+# SUBTRACT CPP /YX
+# ADD BASE RSC /l 0x409 /d "_DEBUG"
+# ADD RSC /l 0x409 /d "_DEBUG"
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LIB32=link.exe -lib
+# ADD BASE LIB32 /nologo
+# ADD LIB32 /nologo /out:"Debug\libtidy.lib"
+
+!ENDIF 
+
+# Begin Target
+
+# Name "tidylib - Win32 Release"
+# Name "tidylib - Win32 Debug"
+# Begin Group "Source Files"
+
+# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
+# Begin Source File
+
+SOURCE=..\..\src\access.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\alloc.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\attrask.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\attrdict.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\attrget.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\attrs.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\buffio.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\clean.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\config.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\entities.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\fileio.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\istack.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\lexer.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\localize.c
+# End Source File
+# Begin Source File
+ 
+SOURCE=..\..\src\mappedio.c
+
+!IF  "$(CFG)" == "tidylib - Win32 Release"
+
+!ELSEIF  "$(CFG)" == "tidylib - Win32 Debug"
+
+# ADD CPP /Ze
+
+!ENDIF 
+
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\parser.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\pprint.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\streamio.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\tagask.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\tags.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\tidylib.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\tmbstr.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\utf8.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\win32tc.c
+# End Source File
+# End Group
+# Begin Group "Header Files"
+
+# PROP Default_Filter "h;hpp;hxx;hm;inl"
+# Begin Source File
+
+SOURCE=..\..\src\access.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\attrdict.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\attrs.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\buffio.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\clean.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\config.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\entities.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\fileio.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\forward.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\lexer.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\mappedio.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\message.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\parser.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\platform.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\pprint.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\streamio.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\tags.h
+# End Source File
+# Begin Source File
+
+SOURCE="..\..\src\tidy-int.h"
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\tidy.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\tidyenum.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\tmbstr.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\utf8.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\version.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\win32tc.h
+# End Source File
+# End Group
+# End Target
+# End Project

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/db23077f/DocFormats/platform/3rdparty/w3c-tidy-html5/test/input/cfg_1207443.txt
----------------------------------------------------------------------
diff --git a/DocFormats/platform/3rdparty/w3c-tidy-html5/test/input/cfg_1207443.txt b/DocFormats/platform/3rdparty/w3c-tidy-html5/test/input/cfg_1207443.txt
index 1662fde..17e8359 100755
--- a/DocFormats/platform/3rdparty/w3c-tidy-html5/test/input/cfg_1207443.txt
+++ b/DocFormats/platform/3rdparty/w3c-tidy-html5/test/input/cfg_1207443.txt
@@ -1,2 +1,2 @@
-output-xhtml: yes
-tidy-mark: no
+output-xhtml: yes
+tidy-mark: no

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/db23077f/DocFormats/platform/3rdparty/w3c-tidy-html5/test/input/cfg_1210752.txt
----------------------------------------------------------------------
diff --git a/DocFormats/platform/3rdparty/w3c-tidy-html5/test/input/cfg_1210752.txt b/DocFormats/platform/3rdparty/w3c-tidy-html5/test/input/cfg_1210752.txt
index dd8cc71..09ac84c 100755
--- a/DocFormats/platform/3rdparty/w3c-tidy-html5/test/input/cfg_1210752.txt
+++ b/DocFormats/platform/3rdparty/w3c-tidy-html5/test/input/cfg_1210752.txt
@@ -1,2 +1,2 @@
-output-encoding: raw
-output-xhtml: yes
+output-encoding: raw
+output-xhtml: yes

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/db23077f/DocFormats/platform/3rdparty/w3c-tidy-html5/test/input/cfg_1448730.txt
----------------------------------------------------------------------
diff --git a/DocFormats/platform/3rdparty/w3c-tidy-html5/test/input/cfg_1448730.txt b/DocFormats/platform/3rdparty/w3c-tidy-html5/test/input/cfg_1448730.txt
index b9f36a2..20a27f0 100755
--- a/DocFormats/platform/3rdparty/w3c-tidy-html5/test/input/cfg_1448730.txt
+++ b/DocFormats/platform/3rdparty/w3c-tidy-html5/test/input/cfg_1448730.txt
@@ -1,2 +1,2 @@
-input-xml: yes
-output-xml: yes
+input-xml: yes
+output-xml: yes

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/db23077f/DocFormats/platform/3rdparty/w3c-tidy-html5/test/input/cfg_1573338.txt
----------------------------------------------------------------------
diff --git a/DocFormats/platform/3rdparty/w3c-tidy-html5/test/input/cfg_1573338.txt b/DocFormats/platform/3rdparty/w3c-tidy-html5/test/input/cfg_1573338.txt
index 6e95305..3fd658e 100755
--- a/DocFormats/platform/3rdparty/w3c-tidy-html5/test/input/cfg_1573338.txt
+++ b/DocFormats/platform/3rdparty/w3c-tidy-html5/test/input/cfg_1573338.txt
@@ -1,6 +1,6 @@
-input-xml: yes
-output-xml: yes
-indent: auto
-literal-attributes: yes
-indent-attributes: yes
-wrap: 78
+input-xml: yes
+output-xml: yes
+indent: auto
+literal-attributes: yes
+indent-attributes: yes
+wrap: 78

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/db23077f/DocFormats/platform/3rdparty/w3c-tidy-html5/test/input/cfg_795643-1.txt
----------------------------------------------------------------------
diff --git a/DocFormats/platform/3rdparty/w3c-tidy-html5/test/input/cfg_795643-1.txt b/DocFormats/platform/3rdparty/w3c-tidy-html5/test/input/cfg_795643-1.txt
index e50dcf4..7212423 100755
--- a/DocFormats/platform/3rdparty/w3c-tidy-html5/test/input/cfg_795643-1.txt
+++ b/DocFormats/platform/3rdparty/w3c-tidy-html5/test/input/cfg_795643-1.txt
@@ -1 +1 @@
-show-body-only: auto
+show-body-only: auto

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/db23077f/DocFormats/platform/3rdparty/w3c-tidy-html5/test/input/cfg_795643-2.txt
----------------------------------------------------------------------
diff --git a/DocFormats/platform/3rdparty/w3c-tidy-html5/test/input/cfg_795643-2.txt b/DocFormats/platform/3rdparty/w3c-tidy-html5/test/input/cfg_795643-2.txt
index e50dcf4..7212423 100755
--- a/DocFormats/platform/3rdparty/w3c-tidy-html5/test/input/cfg_795643-2.txt
+++ b/DocFormats/platform/3rdparty/w3c-tidy-html5/test/input/cfg_795643-2.txt
@@ -1 +1 @@
-show-body-only: auto
+show-body-only: auto

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/db23077f/DocFormats/platform/3rdparty/w3c-tidy-html5/test/input/in_1210752.html
----------------------------------------------------------------------
diff --git a/DocFormats/platform/3rdparty/w3c-tidy-html5/test/input/in_1210752.html b/DocFormats/platform/3rdparty/w3c-tidy-html5/test/input/in_1210752.html
index 380c4c1..a8aed04 100755
--- a/DocFormats/platform/3rdparty/w3c-tidy-html5/test/input/in_1210752.html
+++ b/DocFormats/platform/3rdparty/w3c-tidy-html5/test/input/in_1210752.html
@@ -1 +1 @@
-<p>
+<p>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/db23077f/DocFormats/platform/3rdparty/w3c-tidy-html5/test/input/in_1263391.html
----------------------------------------------------------------------
diff --git a/DocFormats/platform/3rdparty/w3c-tidy-html5/test/input/in_1263391.html b/DocFormats/platform/3rdparty/w3c-tidy-html5/test/input/in_1263391.html
index 450d6c5..f0f2048 100755
--- a/DocFormats/platform/3rdparty/w3c-tidy-html5/test/input/in_1263391.html
+++ b/DocFormats/platform/3rdparty/w3c-tidy-html5/test/input/in_1263391.html
@@ -1,30 +1,30 @@
-<?xml version="1.0" encoding="ISO-8859-1" ?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
-   <head>
-       <title>My page</title>
-   </head>
-   <body id="cv">
-   This should return 2 HTML errors. But there is none<br/>
-   DIV or UL are not allowed in address<br/>
-   <address id="contact_postal">
-       <div id="identite">toto titi</div>
-       <div id="adresse">
-           1st street<br />
-           23X52 - NY <br />
-       </div>
-   </address>
-   <hr />
-   <address id="contact_autre">
-     <ul id="contact_tel">
-       <li id="portable">...</li>
-       <li id="fixe">...</li>
-     </ul>
-   </address>
-   <hr />
-   <p>p is allowed within address only in html transitional.</p>
-   <address id="contact_autre">
-     <p><a id="adresse_mail" href="/path/to/contact/page">contact name</a></p>
-   </address>
-</body>
+<?xml version="1.0" encoding="ISO-8859-1" ?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
+   <head>
+       <title>My page</title>
+   </head>
+   <body id="cv">
+   This should return 2 HTML errors. But there is none<br/>
+   DIV or UL are not allowed in address<br/>
+   <address id="contact_postal">
+       <div id="identite">toto titi</div>
+       <div id="adresse">
+           1st street<br />
+           23X52 - NY <br />
+       </div>
+   </address>
+   <hr />
+   <address id="contact_autre">
+     <ul id="contact_tel">
+       <li id="portable">...</li>
+       <li id="fixe">...</li>
+     </ul>
+   </address>
+   <hr />
+   <p>p is allowed within address only in html transitional.</p>
+   <address id="contact_autre">
+     <p><a id="adresse_mail" href="/path/to/contact/page">contact name</a></p>
+   </address>
+</body>
 </html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/db23077f/DocFormats/platform/3rdparty/w3c-tidy-html5/test/input/in_1286278.html
----------------------------------------------------------------------
diff --git a/DocFormats/platform/3rdparty/w3c-tidy-html5/test/input/in_1286278.html b/DocFormats/platform/3rdparty/w3c-tidy-html5/test/input/in_1286278.html
index 81695d6..45a04cd 100755
--- a/DocFormats/platform/3rdparty/w3c-tidy-html5/test/input/in_1286278.html
+++ b/DocFormats/platform/3rdparty/w3c-tidy-html5/test/input/in_1286278.html
@@ -1,35 +1,35 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
-"http://www.w3.org/TR/html4/loose.dtd">
-<html>
-<head>
-<title>1286278</title>
-</head>
-<body>
-
-<div>
-hello
-<p></p>
-hello
-<p></p>
-<p></p>
-hello
-<p></p>
-<p></p>
-<p></p>
-hello
-</div>
-
-<hr>
-
-<div>
-hello
-<p></p>
-hello
-<p></p>
-hello
-<p></p>
-hello
-</div>
-
-</body>
-</html>
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<title>1286278</title>
+</head>
+<body>
+
+<div>
+hello
+<p></p>
+hello
+<p></p>
+<p></p>
+hello
+<p></p>
+<p></p>
+<p></p>
+hello
+</div>
+
+<hr>
+
+<div>
+hello
+<p></p>
+hello
+<p></p>
+hello
+<p></p>
+hello
+</div>
+
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/db23077f/DocFormats/platform/3rdparty/w3c-tidy-html5/test/input/in_1316258.html
----------------------------------------------------------------------
diff --git a/DocFormats/platform/3rdparty/w3c-tidy-html5/test/input/in_1316258.html b/DocFormats/platform/3rdparty/w3c-tidy-html5/test/input/in_1316258.html
index 0fd5407..4088447 100755
--- a/DocFormats/platform/3rdparty/w3c-tidy-html5/test/input/in_1316258.html
+++ b/DocFormats/platform/3rdparty/w3c-tidy-html5/test/input/in_1316258.html
@@ -1,31 +1,31 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<HTML>
-<HEAD><title>1316258</title></HEAD>
-<BODY>
-<P>
-	This is text that should appear BEFORE the table.
-</P>
-<CENTER>
-<TABLE CELLSPACING="0" BORDER="1" CELLPADDING="2" WIDTH="662" summary="">
-	<TR>
-		<TD>Row 1 - Col 1</TD>
-</CENTER>
-		<TD>Row 1 - Col 2</TD>
-		<TD>Row 1 - Col 3</TD>
-		<TD>Row 1 - Col 4</TD>
-		<TD>Row 1 - Col 5</TD>
-	</TR>
-	<TR>
-		<TD>Row 2 - Col 1</TD>
-		<TD>Row 2 - Col 2</TD>
-		<TD>Row 2 - Col 3</TD>
-		<TD>Row 2 - Col 4</TD>
-		<TD>Row 2 - Col 5</TD>
-	</TR>
-</TABLE>
-</CENTER>
-<P>
-	This is text that should appear AFTER the table.
-</P>
-</BODY>
-</HTML>
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<HTML>
+<HEAD><title>1316258</title></HEAD>
+<BODY>
+<P>
+	This is text that should appear BEFORE the table.
+</P>
+<CENTER>
+<TABLE CELLSPACING="0" BORDER="1" CELLPADDING="2" WIDTH="662" summary="">
+	<TR>
+		<TD>Row 1 - Col 1</TD>
+</CENTER>
+		<TD>Row 1 - Col 2</TD>
+		<TD>Row 1 - Col 3</TD>
+		<TD>Row 1 - Col 4</TD>
+		<TD>Row 1 - Col 5</TD>
+	</TR>
+	<TR>
+		<TD>Row 2 - Col 1</TD>
+		<TD>Row 2 - Col 2</TD>
+		<TD>Row 2 - Col 3</TD>
+		<TD>Row 2 - Col 4</TD>
+		<TD>Row 2 - Col 5</TD>
+	</TR>
+</TABLE>
+</CENTER>
+<P>
+	This is text that should appear AFTER the table.
+</P>
+</BODY>
+</HTML>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/db23077f/DocFormats/platform/3rdparty/w3c-tidy-html5/test/input/in_1316307-2.html
----------------------------------------------------------------------
diff --git a/DocFormats/platform/3rdparty/w3c-tidy-html5/test/input/in_1316307-2.html b/DocFormats/platform/3rdparty/w3c-tidy-html5/test/input/in_1316307-2.html
index 57f81bd..dfb6b9b 100755
--- a/DocFormats/platform/3rdparty/w3c-tidy-html5/test/input/in_1316307-2.html
+++ b/DocFormats/platform/3rdparty/w3c-tidy-html5/test/input/in_1316307-2.html
@@ -1,15 +1,15 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html>
-<head><title>1316307-2</title></head>
-<body>
-<table>
-<tr>
-<ul>
-<td>
-Cell Data
-</td>
-</ul>
-</tr>
-</table>
-</body>
-</html>
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<html>
+<head><title>1316307-2</title></head>
+<body>
+<table>
+<tr>
+<ul>
+<td>
+Cell Data
+</td>
+</ul>
+</tr>
+</table>
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/db23077f/DocFormats/platform/3rdparty/w3c-tidy-html5/test/input/in_1316307.html
----------------------------------------------------------------------
diff --git a/DocFormats/platform/3rdparty/w3c-tidy-html5/test/input/in_1316307.html b/DocFormats/platform/3rdparty/w3c-tidy-html5/test/input/in_1316307.html
index 494410d..1f2e227 100755
--- a/DocFormats/platform/3rdparty/w3c-tidy-html5/test/input/in_1316307.html
+++ b/DocFormats/platform/3rdparty/w3c-tidy-html5/test/input/in_1316307.html
@@ -1,31 +1,31 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<HTML>
-<HEAD><TITLE>1316307</TITLE></HEAD>
-<BODY>
-<P>
-	This is text that should appear BEFORE the table.
-</P>
-<CENTER>
-<TABLE CELLSPACING=0 BORDER=1 CELLPADDING=2 WIDTH=662 SUMMARY="">
-	<TR>
-		<TD>Row 1 - Col 1</TD>
-		<TD>Row 1 - Col 2</TD>
-<CENTER>
-		<TD>Row 1 - Col 3</TD>
-		<TD>Row 1 - Col 4</TD>
-		<TD>Row 1 - Col 5</TD>
-	</TR>
-	<TR>
-		<TD>Row 2 - Col 1</TD>
-		<TD>Row 2 - Col 2</TD>
-		<TD>Row 2 - Col 3</TD>
-		<TD>Row 2 - Col 4</TD>
-		<TD>Row 2 - Col 5</TD>
-	</TR>
-</TABLE>
-</CENTER>
-<P>
-	This is text that should appear AFTER the table.  HTML Tidy output however shows it BEFORE the table.
-</P>
-</BODY>
-</HTML>
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<HTML>
+<HEAD><TITLE>1316307</TITLE></HEAD>
+<BODY>
+<P>
+	This is text that should appear BEFORE the table.
+</P>
+<CENTER>
+<TABLE CELLSPACING=0 BORDER=1 CELLPADDING=2 WIDTH=662 SUMMARY="">
+	<TR>
+		<TD>Row 1 - Col 1</TD>
+		<TD>Row 1 - Col 2</TD>
+<CENTER>
+		<TD>Row 1 - Col 3</TD>
+		<TD>Row 1 - Col 4</TD>
+		<TD>Row 1 - Col 5</TD>
+	</TR>
+	<TR>
+		<TD>Row 2 - Col 1</TD>
+		<TD>Row 2 - Col 2</TD>
+		<TD>Row 2 - Col 3</TD>
+		<TD>Row 2 - Col 4</TD>
+		<TD>Row 2 - Col 5</TD>
+	</TR>
+</TABLE>
+</CENTER>
+<P>
+	This is text that should appear AFTER the table.  HTML Tidy output however shows it BEFORE the table.
+</P>
+</BODY>
+</HTML>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/db23077f/DocFormats/platform/3rdparty/w3c-tidy-html5/test/input/in_1331849.html
----------------------------------------------------------------------
diff --git a/DocFormats/platform/3rdparty/w3c-tidy-html5/test/input/in_1331849.html b/DocFormats/platform/3rdparty/w3c-tidy-html5/test/input/in_1331849.html
index b3787f1..e183fdb 100755
--- a/DocFormats/platform/3rdparty/w3c-tidy-html5/test/input/in_1331849.html
+++ b/DocFormats/platform/3rdparty/w3c-tidy-html5/test/input/in_1331849.html
@@ -1,51 +1,51 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<HTML>
-<HEAD>
-<TITLE>1331849</TITLE>
-</HEAD>
-<BODY>
-Text BEFORE [implied] table
-
-<TR>
-<TD>
-Implied table cell.
-</TD>
-<TD>
-Implied because there is no opening table tag - just an opening table row tag.
-</TD>
-</TR>
-<TR>
-<TD WIDTH="2%" VALIGN="TOP">
-2nd Row of implied table
-</TD>
-<TD>
-More text
-</TD>
-</TR>
-</table>
-
-Text AFTER [implied] table but BEFORE the correctly specified table
-
-<TABLE BORDER="1">
-<TR>
-<TD>
-	Row 1 - Cell 1
-</TD>
-<TD>
-	Row 1 - Cell 2
-</TD>
-</TR>
-<TR>
-<TD>
-	Row 2 - Cell 1
-</TD>
-<TD>
-	Row 2 - Cell 2
-</TD>
-</TR>
-</TABLE>
-
-Text that appears AFTER table the end!
-
-</BODY>
-</HTML>
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<HTML>
+<HEAD>
+<TITLE>1331849</TITLE>
+</HEAD>
+<BODY>
+Text BEFORE [implied] table
+
+<TR>
+<TD>
+Implied table cell.
+</TD>
+<TD>
+Implied because there is no opening table tag - just an opening table row tag.
+</TD>
+</TR>
+<TR>
+<TD WIDTH="2%" VALIGN="TOP">
+2nd Row of implied table
+</TD>
+<TD>
+More text
+</TD>
+</TR>
+</table>
+
+Text AFTER [implied] table but BEFORE the correctly specified table
+
+<TABLE BORDER="1">
+<TR>
+<TD>
+	Row 1 - Cell 1
+</TD>
+<TD>
+	Row 1 - Cell 2
+</TD>
+</TR>
+<TR>
+<TD>
+	Row 2 - Cell 1
+</TD>
+<TD>
+	Row 2 - Cell 2
+</TD>
+</TR>
+</TABLE>
+
+Text that appears AFTER table the end!
+
+</BODY>
+</HTML>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/db23077f/DocFormats/platform/3rdparty/w3c-tidy-html5/test/input/in_1333579.html
----------------------------------------------------------------------
diff --git a/DocFormats/platform/3rdparty/w3c-tidy-html5/test/input/in_1333579.html b/DocFormats/platform/3rdparty/w3c-tidy-html5/test/input/in_1333579.html
index fd53437..667111a 100755
--- a/DocFormats/platform/3rdparty/w3c-tidy-html5/test/input/in_1333579.html
+++ b/DocFormats/platform/3rdparty/w3c-tidy-html5/test/input/in_1333579.html
@@ -1,9 +1,9 @@
-<html>
-<head><title>1333579</title></head>
-<body>
-<td>inferred table</td>
-<div style="text-indent: 3%">
-<p>Paragraph Text nested in a DIV</p>
-</div>
-</body>
-</html>
+<html>
+<head><title>1333579</title></head>
+<body>
+<td>inferred table</td>
+<div style="text-indent: 3%">
+<p>Paragraph Text nested in a DIV</p>
+</div>
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/db23077f/DocFormats/platform/3rdparty/w3c-tidy-html5/test/input/in_1436578.html
----------------------------------------------------------------------
diff --git a/DocFormats/platform/3rdparty/w3c-tidy-html5/test/input/in_1436578.html b/DocFormats/platform/3rdparty/w3c-tidy-html5/test/input/in_1436578.html
index ed4bc54..70a17d6 100755
--- a/DocFormats/platform/3rdparty/w3c-tidy-html5/test/input/in_1436578.html
+++ b/DocFormats/platform/3rdparty/w3c-tidy-html5/test/input/in_1436578.html
@@ -1,11 +1,11 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
-<html>
-<head>
-<title>1436578</title>
-</head>
-<body>
-
-<p class='MsoSignature' style='margin-top:5.0pt'></p>
-
-</body>
-</html>
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
+<html>
+<head>
+<title>1436578</title>
+</head>
+<body>
+
+<p class='MsoSignature' style='margin-top:5.0pt'></p>
+
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/db23077f/DocFormats/platform/3rdparty/w3c-tidy-html5/test/input/in_1448730.xml
----------------------------------------------------------------------
diff --git a/DocFormats/platform/3rdparty/w3c-tidy-html5/test/input/in_1448730.xml b/DocFormats/platform/3rdparty/w3c-tidy-html5/test/input/in_1448730.xml
index 56eca36..5ced6a3 100755
--- a/DocFormats/platform/3rdparty/w3c-tidy-html5/test/input/in_1448730.xml
+++ b/DocFormats/platform/3rdparty/w3c-tidy-html5/test/input/in_1448730.xml
@@ -1,5 +1,5 @@
-<?xml version="1.0"?>
-<doc>
-<blah>here is some <b>bold</b> text and here's a <customtag>customtag
-content</customtag> who's preceding space will be stripped.</blah>
-</doc>
+<?xml version="1.0"?>
+<doc>
+<blah>here is some <b>bold</b> text and here's a <customtag>customtag
+content</customtag> who's preceding space will be stripped.</blah>
+</doc>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/db23077f/DocFormats/platform/3rdparty/w3c-tidy-html5/test/input/in_1573338.xml
----------------------------------------------------------------------
diff --git a/DocFormats/platform/3rdparty/w3c-tidy-html5/test/input/in_1573338.xml b/DocFormats/platform/3rdparty/w3c-tidy-html5/test/input/in_1573338.xml
index 45ae178..387b1db 100755
--- a/DocFormats/platform/3rdparty/w3c-tidy-html5/test/input/in_1573338.xml
+++ b/DocFormats/platform/3rdparty/w3c-tidy-html5/test/input/in_1573338.xml
@@ -1,3 +1,3 @@
-<?xml version="1.0"?>
-<pdu xx=" ww" comment="
-Byte 1:BAP" />
+<?xml version="1.0"?>
+<pdu xx=" ww" comment="
+Byte 1:BAP" />