rfeedparser-ictv 0.9.931

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3345) hide show
  1. data/LICENSE +68 -0
  2. data/README +27 -0
  3. data/RUBY-TESTING +63 -0
  4. data/lib/rfeedparser.rb +479 -0
  5. data/lib/rfeedparser/aliases.rb +432 -0
  6. data/lib/rfeedparser/better_attributelist.rb +41 -0
  7. data/lib/rfeedparser/better_sgmlparser.rb +264 -0
  8. data/lib/rfeedparser/encoding_helpers.rb +258 -0
  9. data/lib/rfeedparser/feedparserdict.rb +93 -0
  10. data/lib/rfeedparser/forgiving_uri.rb +951 -0
  11. data/lib/rfeedparser/markup_helpers.rb +71 -0
  12. data/lib/rfeedparser/parser_mixin.rb +1242 -0
  13. data/lib/rfeedparser/parsers.rb +177 -0
  14. data/lib/rfeedparser/scrub.rb +207 -0
  15. data/lib/rfeedparser/time_helpers.rb +406 -0
  16. data/tests/illformed/amp/amp01.xml +9 -0
  17. data/tests/illformed/amp/amp02.xml +9 -0
  18. data/tests/illformed/amp/amp03.xml +9 -0
  19. data/tests/illformed/amp/amp04.xml +9 -0
  20. data/tests/illformed/amp/amp05.xml +9 -0
  21. data/tests/illformed/amp/amp06.xml +9 -0
  22. data/tests/illformed/amp/amp07.xml +9 -0
  23. data/tests/illformed/amp/amp08.xml +9 -0
  24. data/tests/illformed/amp/amp09.xml +9 -0
  25. data/tests/illformed/amp/amp10.xml +9 -0
  26. data/tests/illformed/amp/amp11.xml +9 -0
  27. data/tests/illformed/amp/amp12.xml +9 -0
  28. data/tests/illformed/amp/amp13.xml +9 -0
  29. data/tests/illformed/amp/amp14.xml +9 -0
  30. data/tests/illformed/amp/amp15.xml +9 -0
  31. data/tests/illformed/amp/amp16.xml +9 -0
  32. data/tests/illformed/amp/amp17.xml +9 -0
  33. data/tests/illformed/amp/amp18.xml +9 -0
  34. data/tests/illformed/amp/amp19.xml +9 -0
  35. data/tests/illformed/amp/amp20.xml +9 -0
  36. data/tests/illformed/amp/amp21.xml +9 -0
  37. data/tests/illformed/amp/amp22.xml +9 -0
  38. data/tests/illformed/amp/amp23.xml +9 -0
  39. data/tests/illformed/amp/amp24.xml +9 -0
  40. data/tests/illformed/amp/amp25.xml +9 -0
  41. data/tests/illformed/amp/amp26.xml +9 -0
  42. data/tests/illformed/amp/amp27.xml +9 -0
  43. data/tests/illformed/amp/amp28.xml +9 -0
  44. data/tests/illformed/amp/amp29.xml +9 -0
  45. data/tests/illformed/amp/amp30.xml +9 -0
  46. data/tests/illformed/amp/amp31.xml +9 -0
  47. data/tests/illformed/amp/amp32.xml +9 -0
  48. data/tests/illformed/amp/amp33.xml +9 -0
  49. data/tests/illformed/amp/amp34.xml +9 -0
  50. data/tests/illformed/amp/amp35.xml +9 -0
  51. data/tests/illformed/amp/amp36.xml +9 -0
  52. data/tests/illformed/amp/amp37.xml +9 -0
  53. data/tests/illformed/amp/amp38.xml +9 -0
  54. data/tests/illformed/amp/amp39.xml +9 -0
  55. data/tests/illformed/amp/amp40.xml +9 -0
  56. data/tests/illformed/amp/amp41.xml +9 -0
  57. data/tests/illformed/amp/amp42.xml +9 -0
  58. data/tests/illformed/amp/amp43.xml +9 -0
  59. data/tests/illformed/amp/amp44.xml +9 -0
  60. data/tests/illformed/amp/amp45.xml +9 -0
  61. data/tests/illformed/amp/amp46.xml +9 -0
  62. data/tests/illformed/amp/amp47.xml +9 -0
  63. data/tests/illformed/amp/amp48.xml +9 -0
  64. data/tests/illformed/amp/amp49.xml +9 -0
  65. data/tests/illformed/amp/amp50.xml +9 -0
  66. data/tests/illformed/amp/amp51.xml +9 -0
  67. data/tests/illformed/amp/amp52.xml +9 -0
  68. data/tests/illformed/amp/amp53.xml +9 -0
  69. data/tests/illformed/amp/amp54.xml +9 -0
  70. data/tests/illformed/amp/amp55.xml +9 -0
  71. data/tests/illformed/amp/amp56.xml +9 -0
  72. data/tests/illformed/amp/amp57.xml +9 -0
  73. data/tests/illformed/amp/amp58.xml +9 -0
  74. data/tests/illformed/amp/amp59.xml +9 -0
  75. data/tests/illformed/amp/amp60.xml +9 -0
  76. data/tests/illformed/amp/amp61.xml +9 -0
  77. data/tests/illformed/amp/amp62.xml +9 -0
  78. data/tests/illformed/amp/amp63.xml +9 -0
  79. data/tests/illformed/amp/amp64.xml +9 -0
  80. data/tests/illformed/atom/atom_namespace_1.xml +7 -0
  81. data/tests/illformed/atom/atom_namespace_2.xml +7 -0
  82. data/tests/illformed/atom/atom_namespace_3.xml +7 -0
  83. data/tests/illformed/atom/atom_namespace_4.xml +7 -0
  84. data/tests/illformed/atom/atom_namespace_5.xml +7 -0
  85. data/tests/illformed/atom/entry_author_email.xml +13 -0
  86. data/tests/illformed/atom/entry_author_homepage.xml +13 -0
  87. data/tests/illformed/atom/entry_author_map_author.xml +13 -0
  88. data/tests/illformed/atom/entry_author_map_author_2.xml +12 -0
  89. data/tests/illformed/atom/entry_author_name.xml +13 -0
  90. data/tests/illformed/atom/entry_author_uri.xml +13 -0
  91. data/tests/illformed/atom/entry_author_url.xml +13 -0
  92. data/tests/illformed/atom/entry_content_mode_base64.xml +11 -0
  93. data/tests/illformed/atom/entry_content_mode_escaped.xml +9 -0
  94. data/tests/illformed/atom/entry_content_type.xml +9 -0
  95. data/tests/illformed/atom/entry_content_type_text_plain.xml +9 -0
  96. data/tests/illformed/atom/entry_content_value.xml +9 -0
  97. data/tests/illformed/atom/entry_contributor_email.xml +13 -0
  98. data/tests/illformed/atom/entry_contributor_homepage.xml +13 -0
  99. data/tests/illformed/atom/entry_contributor_multiple.xml +18 -0
  100. data/tests/illformed/atom/entry_contributor_name.xml +13 -0
  101. data/tests/illformed/atom/entry_contributor_uri.xml +13 -0
  102. data/tests/illformed/atom/entry_contributor_url.xml +13 -0
  103. data/tests/illformed/atom/entry_id.xml +9 -0
  104. data/tests/illformed/atom/entry_id_map_guid.xml +9 -0
  105. data/tests/illformed/atom/entry_link_alternate_map_link.xml +9 -0
  106. data/tests/illformed/atom/entry_link_alternate_map_link_2.xml +9 -0
  107. data/tests/illformed/atom/entry_link_href.xml +9 -0
  108. data/tests/illformed/atom/entry_link_multiple.xml +10 -0
  109. data/tests/illformed/atom/entry_link_rel.xml +9 -0
  110. data/tests/illformed/atom/entry_link_title.xml +9 -0
  111. data/tests/illformed/atom/entry_link_type.xml +9 -0
  112. data/tests/illformed/atom/entry_summary.xml +9 -0
  113. data/tests/illformed/atom/entry_summary_base64.xml +11 -0
  114. data/tests/illformed/atom/entry_summary_base64_2.xml +11 -0
  115. data/tests/illformed/atom/entry_summary_content_mode_base64.xml +11 -0
  116. data/tests/illformed/atom/entry_summary_content_mode_escaped.xml +9 -0
  117. data/tests/illformed/atom/entry_summary_content_type.xml +9 -0
  118. data/tests/illformed/atom/entry_summary_content_type_text_plain.xml +9 -0
  119. data/tests/illformed/atom/entry_summary_content_value.xml +9 -0
  120. data/tests/illformed/atom/entry_summary_escaped_markup.xml +9 -0
  121. data/tests/illformed/atom/entry_summary_inline_markup.xml +9 -0
  122. data/tests/illformed/atom/entry_summary_inline_markup_2.xml +9 -0
  123. data/tests/illformed/atom/entry_summary_naked_markup.xml +9 -0
  124. data/tests/illformed/atom/entry_summary_text_plain.xml +9 -0
  125. data/tests/illformed/atom/entry_title.xml +9 -0
  126. data/tests/illformed/atom/entry_title_base64.xml +11 -0
  127. data/tests/illformed/atom/entry_title_base64_2.xml +11 -0
  128. data/tests/illformed/atom/entry_title_content_mode_base64.xml +11 -0
  129. data/tests/illformed/atom/entry_title_content_mode_escaped.xml +9 -0
  130. data/tests/illformed/atom/entry_title_content_type.xml +9 -0
  131. data/tests/illformed/atom/entry_title_content_type_text_plain.xml +9 -0
  132. data/tests/illformed/atom/entry_title_content_value.xml +9 -0
  133. data/tests/illformed/atom/entry_title_escaped_markup.xml +9 -0
  134. data/tests/illformed/atom/entry_title_inline_markup.xml +9 -0
  135. data/tests/illformed/atom/entry_title_inline_markup_2.xml +9 -0
  136. data/tests/illformed/atom/entry_title_naked_markup.xml +9 -0
  137. data/tests/illformed/atom/entry_title_text_plain.xml +9 -0
  138. data/tests/illformed/atom/entry_title_text_plain_brackets.xml +9 -0
  139. data/tests/illformed/atom/feed_author_email.xml +11 -0
  140. data/tests/illformed/atom/feed_author_homepage.xml +11 -0
  141. data/tests/illformed/atom/feed_author_map_author.xml +11 -0
  142. data/tests/illformed/atom/feed_author_map_author_2.xml +10 -0
  143. data/tests/illformed/atom/feed_author_name.xml +11 -0
  144. data/tests/illformed/atom/feed_author_uri.xml +11 -0
  145. data/tests/illformed/atom/feed_author_url.xml +11 -0
  146. data/tests/illformed/atom/feed_contributor_email.xml +11 -0
  147. data/tests/illformed/atom/feed_contributor_homepage.xml +11 -0
  148. data/tests/illformed/atom/feed_contributor_multiple.xml +16 -0
  149. data/tests/illformed/atom/feed_contributor_name.xml +11 -0
  150. data/tests/illformed/atom/feed_contributor_uri.xml +11 -0
  151. data/tests/illformed/atom/feed_contributor_url.xml +11 -0
  152. data/tests/illformed/atom/feed_copyright.xml +7 -0
  153. data/tests/illformed/atom/feed_copyright_base64.xml +9 -0
  154. data/tests/illformed/atom/feed_copyright_base64_2.xml +9 -0
  155. data/tests/illformed/atom/feed_copyright_content_mode_base64.xml +9 -0
  156. data/tests/illformed/atom/feed_copyright_content_mode_escaped.xml +7 -0
  157. data/tests/illformed/atom/feed_copyright_content_type.xml +7 -0
  158. data/tests/illformed/atom/feed_copyright_content_type_text_plain.xml +7 -0
  159. data/tests/illformed/atom/feed_copyright_content_value.xml +7 -0
  160. data/tests/illformed/atom/feed_copyright_escaped_markup.xml +7 -0
  161. data/tests/illformed/atom/feed_copyright_inline_markup.xml +7 -0
  162. data/tests/illformed/atom/feed_copyright_inline_markup_2.xml +7 -0
  163. data/tests/illformed/atom/feed_copyright_naked_markup.xml +7 -0
  164. data/tests/illformed/atom/feed_copyright_text_plain.xml +7 -0
  165. data/tests/illformed/atom/feed_generator.xml +7 -0
  166. data/tests/illformed/atom/feed_generator_name.xml +7 -0
  167. data/tests/illformed/atom/feed_generator_url.xml +7 -0
  168. data/tests/illformed/atom/feed_generator_version.xml +7 -0
  169. data/tests/illformed/atom/feed_id.xml +7 -0
  170. data/tests/illformed/atom/feed_id_map_guid.xml +7 -0
  171. data/tests/illformed/atom/feed_info.xml +7 -0
  172. data/tests/illformed/atom/feed_info_base64.xml +9 -0
  173. data/tests/illformed/atom/feed_info_base64_2.xml +9 -0
  174. data/tests/illformed/atom/feed_info_content_mode_base64.xml +9 -0
  175. data/tests/illformed/atom/feed_info_content_mode_escaped.xml +7 -0
  176. data/tests/illformed/atom/feed_info_content_type.xml +7 -0
  177. data/tests/illformed/atom/feed_info_content_type_text_plain.xml +7 -0
  178. data/tests/illformed/atom/feed_info_content_value.xml +7 -0
  179. data/tests/illformed/atom/feed_info_escaped_markup.xml +7 -0
  180. data/tests/illformed/atom/feed_info_inline_markup.xml +7 -0
  181. data/tests/illformed/atom/feed_info_inline_markup_2.xml +7 -0
  182. data/tests/illformed/atom/feed_info_naked_markup.xml +7 -0
  183. data/tests/illformed/atom/feed_info_text_plain.xml +7 -0
  184. data/tests/illformed/atom/feed_link_alternate_map_link.xml +7 -0
  185. data/tests/illformed/atom/feed_link_alternate_map_link_2.xml +7 -0
  186. data/tests/illformed/atom/feed_link_href.xml +7 -0
  187. data/tests/illformed/atom/feed_link_multiple.xml +8 -0
  188. data/tests/illformed/atom/feed_link_rel.xml +7 -0
  189. data/tests/illformed/atom/feed_link_title.xml +7 -0
  190. data/tests/illformed/atom/feed_link_type.xml +7 -0
  191. data/tests/illformed/atom/feed_tagline.xml +7 -0
  192. data/tests/illformed/atom/feed_tagline_base64.xml +9 -0
  193. data/tests/illformed/atom/feed_tagline_base64_2.xml +9 -0
  194. data/tests/illformed/atom/feed_tagline_content_mode_base64.xml +9 -0
  195. data/tests/illformed/atom/feed_tagline_content_mode_escaped.xml +7 -0
  196. data/tests/illformed/atom/feed_tagline_content_type.xml +7 -0
  197. data/tests/illformed/atom/feed_tagline_content_type_text_plain.xml +7 -0
  198. data/tests/illformed/atom/feed_tagline_content_value.xml +7 -0
  199. data/tests/illformed/atom/feed_tagline_escaped_markup.xml +7 -0
  200. data/tests/illformed/atom/feed_tagline_inline_markup.xml +7 -0
  201. data/tests/illformed/atom/feed_tagline_inline_markup_2.xml +7 -0
  202. data/tests/illformed/atom/feed_tagline_naked_markup.xml +7 -0
  203. data/tests/illformed/atom/feed_tagline_text_plain.xml +7 -0
  204. data/tests/illformed/atom/feed_title.xml +7 -0
  205. data/tests/illformed/atom/feed_title_base64.xml +9 -0
  206. data/tests/illformed/atom/feed_title_base64_2.xml +9 -0
  207. data/tests/illformed/atom/feed_title_content_mode_base64.xml +9 -0
  208. data/tests/illformed/atom/feed_title_content_mode_escaped.xml +7 -0
  209. data/tests/illformed/atom/feed_title_content_type.xml +7 -0
  210. data/tests/illformed/atom/feed_title_content_type_text_plain.xml +7 -0
  211. data/tests/illformed/atom/feed_title_content_value.xml +7 -0
  212. data/tests/illformed/atom/feed_title_escaped_markup.xml +7 -0
  213. data/tests/illformed/atom/feed_title_inline_markup.xml +7 -0
  214. data/tests/illformed/atom/feed_title_inline_markup_2.xml +7 -0
  215. data/tests/illformed/atom/feed_title_naked_markup.xml +7 -0
  216. data/tests/illformed/atom/feed_title_text_plain.xml +7 -0
  217. data/tests/illformed/atom/relative_uri.xml +7 -0
  218. data/tests/illformed/atom/relative_uri_inherit.xml +7 -0
  219. data/tests/illformed/atom/relative_uri_inherit_2.xml +7 -0
  220. data/tests/illformed/atom10/atom10_namespace.xml +7 -0
  221. data/tests/illformed/atom10/atom10_version.xml +6 -0
  222. data/tests/illformed/atom10/entry_author_email.xml +13 -0
  223. data/tests/illformed/atom10/entry_author_map_author.xml +13 -0
  224. data/tests/illformed/atom10/entry_author_map_author_2.xml +12 -0
  225. data/tests/illformed/atom10/entry_author_name.xml +13 -0
  226. data/tests/illformed/atom10/entry_author_uri.xml +13 -0
  227. data/tests/illformed/atom10/entry_author_url.xml +13 -0
  228. data/tests/illformed/atom10/entry_category_label.xml +9 -0
  229. data/tests/illformed/atom10/entry_category_scheme.xml +9 -0
  230. data/tests/illformed/atom10/entry_category_term.xml +9 -0
  231. data/tests/illformed/atom10/entry_content_application_xml.xml +9 -0
  232. data/tests/illformed/atom10/entry_content_base64.xml +11 -0
  233. data/tests/illformed/atom10/entry_content_base64_2.xml +11 -0
  234. data/tests/illformed/atom10/entry_content_escaped_markup.xml +9 -0
  235. data/tests/illformed/atom10/entry_content_inline_markup.xml +9 -0
  236. data/tests/illformed/atom10/entry_content_inline_markup_2.xml +9 -0
  237. data/tests/illformed/atom10/entry_content_src.xml +9 -0
  238. data/tests/illformed/atom10/entry_content_text_plain.xml +9 -0
  239. data/tests/illformed/atom10/entry_content_text_plain_brackets.xml +9 -0
  240. data/tests/illformed/atom10/entry_content_type.xml +9 -0
  241. data/tests/illformed/atom10/entry_content_type_text.xml +9 -0
  242. data/tests/illformed/atom10/entry_content_value.xml +9 -0
  243. data/tests/illformed/atom10/entry_contributor_email.xml +13 -0
  244. data/tests/illformed/atom10/entry_contributor_multiple.xml +18 -0
  245. data/tests/illformed/atom10/entry_contributor_name.xml +13 -0
  246. data/tests/illformed/atom10/entry_contributor_uri.xml +13 -0
  247. data/tests/illformed/atom10/entry_contributor_url.xml +13 -0
  248. data/tests/illformed/atom10/entry_id.xml +9 -0
  249. data/tests/illformed/atom10/entry_id_map_guid.xml +9 -0
  250. data/tests/illformed/atom10/entry_id_no_normalization_1.xml +9 -0
  251. data/tests/illformed/atom10/entry_id_no_normalization_2.xml +9 -0
  252. data/tests/illformed/atom10/entry_id_no_normalization_3.xml +9 -0
  253. data/tests/illformed/atom10/entry_id_no_normalization_4.xml +9 -0
  254. data/tests/illformed/atom10/entry_id_no_normalization_5.xml +9 -0
  255. data/tests/illformed/atom10/entry_id_no_normalization_6.xml +9 -0
  256. data/tests/illformed/atom10/entry_id_no_normalization_7.xml +9 -0
  257. data/tests/illformed/atom10/entry_link_alternate_map_link.xml +9 -0
  258. data/tests/illformed/atom10/entry_link_alternate_map_link_2.xml +9 -0
  259. data/tests/illformed/atom10/entry_link_alternate_map_link_3.xml +11 -0
  260. data/tests/illformed/atom10/entry_link_href.xml +9 -0
  261. data/tests/illformed/atom10/entry_link_hreflang.xml +9 -0
  262. data/tests/illformed/atom10/entry_link_length.xml +9 -0
  263. data/tests/illformed/atom10/entry_link_multiple.xml +10 -0
  264. data/tests/illformed/atom10/entry_link_no_rel.xml +9 -0
  265. data/tests/illformed/atom10/entry_link_rel.xml +9 -0
  266. data/tests/illformed/atom10/entry_link_rel_enclosure.xml +9 -0
  267. data/tests/illformed/atom10/entry_link_rel_enclosure_map_enclosure_length.xml +9 -0
  268. data/tests/illformed/atom10/entry_link_rel_enclosure_map_enclosure_type.xml +9 -0
  269. data/tests/illformed/atom10/entry_link_rel_enclosure_map_enclosure_url.xml +9 -0
  270. data/tests/illformed/atom10/entry_link_rel_other.xml +9 -0
  271. data/tests/illformed/atom10/entry_link_rel_related.xml +9 -0
  272. data/tests/illformed/atom10/entry_link_rel_self.xml +9 -0
  273. data/tests/illformed/atom10/entry_link_rel_via.xml +9 -0
  274. data/tests/illformed/atom10/entry_link_title.xml +9 -0
  275. data/tests/illformed/atom10/entry_link_type.xml +9 -0
  276. data/tests/illformed/atom10/entry_rights.xml +9 -0
  277. data/tests/illformed/atom10/entry_rights_content_value.xml +9 -0
  278. data/tests/illformed/atom10/entry_rights_escaped_markup.xml +9 -0
  279. data/tests/illformed/atom10/entry_rights_inline_markup.xml +9 -0
  280. data/tests/illformed/atom10/entry_rights_inline_markup_2.xml +9 -0
  281. data/tests/illformed/atom10/entry_rights_text_plain.xml +9 -0
  282. data/tests/illformed/atom10/entry_rights_text_plain_brackets.xml +9 -0
  283. data/tests/illformed/atom10/entry_rights_type_default.xml +9 -0
  284. data/tests/illformed/atom10/entry_rights_type_text.xml +9 -0
  285. data/tests/illformed/atom10/entry_source_author_email.xml +15 -0
  286. data/tests/illformed/atom10/entry_source_author_map_author.xml +15 -0
  287. data/tests/illformed/atom10/entry_source_author_map_author_2.xml +14 -0
  288. data/tests/illformed/atom10/entry_source_author_name.xml +15 -0
  289. data/tests/illformed/atom10/entry_source_author_uri.xml +15 -0
  290. data/tests/illformed/atom10/entry_source_category_label.xml +11 -0
  291. data/tests/illformed/atom10/entry_source_category_scheme.xml +11 -0
  292. data/tests/illformed/atom10/entry_source_category_term.xml +11 -0
  293. data/tests/illformed/atom10/entry_source_contributor_email.xml +15 -0
  294. data/tests/illformed/atom10/entry_source_contributor_multiple.xml +20 -0
  295. data/tests/illformed/atom10/entry_source_contributor_name.xml +15 -0
  296. data/tests/illformed/atom10/entry_source_contributor_uri.xml +15 -0
  297. data/tests/illformed/atom10/entry_source_generator.xml +11 -0
  298. data/tests/illformed/atom10/entry_source_generator_name.xml +11 -0
  299. data/tests/illformed/atom10/entry_source_generator_uri.xml +11 -0
  300. data/tests/illformed/atom10/entry_source_generator_version.xml +11 -0
  301. data/tests/illformed/atom10/entry_source_icon.xml +11 -0
  302. data/tests/illformed/atom10/entry_source_id.xml +11 -0
  303. data/tests/illformed/atom10/entry_source_link_alternate_map_link.xml +11 -0
  304. data/tests/illformed/atom10/entry_source_link_alternate_map_link_2.xml +11 -0
  305. data/tests/illformed/atom10/entry_source_link_href.xml +11 -0
  306. data/tests/illformed/atom10/entry_source_link_hreflang.xml +11 -0
  307. data/tests/illformed/atom10/entry_source_link_length.xml +11 -0
  308. data/tests/illformed/atom10/entry_source_link_multiple.xml +12 -0
  309. data/tests/illformed/atom10/entry_source_link_no_rel.xml +11 -0
  310. data/tests/illformed/atom10/entry_source_link_rel.xml +11 -0
  311. data/tests/illformed/atom10/entry_source_link_rel_other.xml +11 -0
  312. data/tests/illformed/atom10/entry_source_link_rel_related.xml +11 -0
  313. data/tests/illformed/atom10/entry_source_link_rel_self.xml +11 -0
  314. data/tests/illformed/atom10/entry_source_link_rel_via.xml +11 -0
  315. data/tests/illformed/atom10/entry_source_link_title.xml +11 -0
  316. data/tests/illformed/atom10/entry_source_link_type.xml +11 -0
  317. data/tests/illformed/atom10/entry_source_logo.xml +11 -0
  318. data/tests/illformed/atom10/entry_source_rights.xml +11 -0
  319. data/tests/illformed/atom10/entry_source_rights_base64.xml +13 -0
  320. data/tests/illformed/atom10/entry_source_rights_base64_2.xml +13 -0
  321. data/tests/illformed/atom10/entry_source_rights_content_type.xml +11 -0
  322. data/tests/illformed/atom10/entry_source_rights_content_type_text.xml +11 -0
  323. data/tests/illformed/atom10/entry_source_rights_content_value.xml +11 -0
  324. data/tests/illformed/atom10/entry_source_rights_escaped_markup.xml +11 -0
  325. data/tests/illformed/atom10/entry_source_rights_inline_markup.xml +11 -0
  326. data/tests/illformed/atom10/entry_source_rights_inline_markup_2.xml +11 -0
  327. data/tests/illformed/atom10/entry_source_rights_text_plain.xml +11 -0
  328. data/tests/illformed/atom10/entry_source_subittle_content_type_text.xml +11 -0
  329. data/tests/illformed/atom10/entry_source_subtitle.xml +11 -0
  330. data/tests/illformed/atom10/entry_source_subtitle_base64.xml +13 -0
  331. data/tests/illformed/atom10/entry_source_subtitle_base64_2.xml +13 -0
  332. data/tests/illformed/atom10/entry_source_subtitle_content_type.xml +11 -0
  333. data/tests/illformed/atom10/entry_source_subtitle_content_value.xml +11 -0
  334. data/tests/illformed/atom10/entry_source_subtitle_escaped_markup.xml +11 -0
  335. data/tests/illformed/atom10/entry_source_subtitle_inline_markup.xml +11 -0
  336. data/tests/illformed/atom10/entry_source_subtitle_inline_markup_2.xml +11 -0
  337. data/tests/illformed/atom10/entry_source_subtitle_text_plain.xml +11 -0
  338. data/tests/illformed/atom10/entry_source_title.xml +11 -0
  339. data/tests/illformed/atom10/entry_source_title_base64.xml +13 -0
  340. data/tests/illformed/atom10/entry_source_title_base64_2.xml +13 -0
  341. data/tests/illformed/atom10/entry_source_title_content_type.xml +11 -0
  342. data/tests/illformed/atom10/entry_source_title_content_type_text.xml +11 -0
  343. data/tests/illformed/atom10/entry_source_title_content_value.xml +11 -0
  344. data/tests/illformed/atom10/entry_source_title_escaped_markup.xml +11 -0
  345. data/tests/illformed/atom10/entry_source_title_inline_markup.xml +11 -0
  346. data/tests/illformed/atom10/entry_source_title_inline_markup_2.xml +11 -0
  347. data/tests/illformed/atom10/entry_source_title_text_plain.xml +11 -0
  348. data/tests/illformed/atom10/entry_summary.xml +9 -0
  349. data/tests/illformed/atom10/entry_summary_base64.xml +11 -0
  350. data/tests/illformed/atom10/entry_summary_base64_2.xml +11 -0
  351. data/tests/illformed/atom10/entry_summary_content_value.xml +9 -0
  352. data/tests/illformed/atom10/entry_summary_escaped_markup.xml +9 -0
  353. data/tests/illformed/atom10/entry_summary_inline_markup.xml +9 -0
  354. data/tests/illformed/atom10/entry_summary_inline_markup_2.xml +9 -0
  355. data/tests/illformed/atom10/entry_summary_text_plain.xml +9 -0
  356. data/tests/illformed/atom10/entry_summary_type_default.xml +9 -0
  357. data/tests/illformed/atom10/entry_summary_type_text.xml +9 -0
  358. data/tests/illformed/atom10/entry_title.xml +9 -0
  359. data/tests/illformed/atom10/entry_title_base64.xml +11 -0
  360. data/tests/illformed/atom10/entry_title_base64_2.xml +11 -0
  361. data/tests/illformed/atom10/entry_title_content_value.xml +9 -0
  362. data/tests/illformed/atom10/entry_title_escaped_markup.xml +9 -0
  363. data/tests/illformed/atom10/entry_title_inline_markup.xml +9 -0
  364. data/tests/illformed/atom10/entry_title_inline_markup_2.xml +9 -0
  365. data/tests/illformed/atom10/entry_title_text_plain.xml +9 -0
  366. data/tests/illformed/atom10/entry_title_text_plain_brackets.xml +9 -0
  367. data/tests/illformed/atom10/entry_title_type_default.xml +9 -0
  368. data/tests/illformed/atom10/entry_title_type_text.xml +9 -0
  369. data/tests/illformed/atom10/feed_author_email.xml +11 -0
  370. data/tests/illformed/atom10/feed_author_map_author.xml +11 -0
  371. data/tests/illformed/atom10/feed_author_map_author_2.xml +10 -0
  372. data/tests/illformed/atom10/feed_author_name.xml +11 -0
  373. data/tests/illformed/atom10/feed_author_uri.xml +11 -0
  374. data/tests/illformed/atom10/feed_author_url.xml +11 -0
  375. data/tests/illformed/atom10/feed_contributor_email.xml +11 -0
  376. data/tests/illformed/atom10/feed_contributor_multiple.xml +16 -0
  377. data/tests/illformed/atom10/feed_contributor_name.xml +11 -0
  378. data/tests/illformed/atom10/feed_contributor_uri.xml +11 -0
  379. data/tests/illformed/atom10/feed_contributor_url.xml +11 -0
  380. data/tests/illformed/atom10/feed_generator.xml +7 -0
  381. data/tests/illformed/atom10/feed_generator_name.xml +7 -0
  382. data/tests/illformed/atom10/feed_generator_url.xml +7 -0
  383. data/tests/illformed/atom10/feed_generator_version.xml +7 -0
  384. data/tests/illformed/atom10/feed_icon.xml +7 -0
  385. data/tests/illformed/atom10/feed_id.xml +7 -0
  386. data/tests/illformed/atom10/feed_id_map_guid.xml +7 -0
  387. data/tests/illformed/atom10/feed_link_alternate_map_link.xml +7 -0
  388. data/tests/illformed/atom10/feed_link_alternate_map_link_2.xml +7 -0
  389. data/tests/illformed/atom10/feed_link_href.xml +7 -0
  390. data/tests/illformed/atom10/feed_link_hreflang.xml +7 -0
  391. data/tests/illformed/atom10/feed_link_length.xml +7 -0
  392. data/tests/illformed/atom10/feed_link_multiple.xml +8 -0
  393. data/tests/illformed/atom10/feed_link_no_rel.xml +7 -0
  394. data/tests/illformed/atom10/feed_link_rel.xml +7 -0
  395. data/tests/illformed/atom10/feed_link_rel_other.xml +7 -0
  396. data/tests/illformed/atom10/feed_link_rel_related.xml +7 -0
  397. data/tests/illformed/atom10/feed_link_rel_self.xml +7 -0
  398. data/tests/illformed/atom10/feed_link_rel_via.xml +7 -0
  399. data/tests/illformed/atom10/feed_link_title.xml +7 -0
  400. data/tests/illformed/atom10/feed_link_type.xml +7 -0
  401. data/tests/illformed/atom10/feed_logo.xml +7 -0
  402. data/tests/illformed/atom10/feed_rights.xml +7 -0
  403. data/tests/illformed/atom10/feed_rights_base64.xml +9 -0
  404. data/tests/illformed/atom10/feed_rights_base64_2.xml +9 -0
  405. data/tests/illformed/atom10/feed_rights_content_type.xml +7 -0
  406. data/tests/illformed/atom10/feed_rights_content_type_text.xml +7 -0
  407. data/tests/illformed/atom10/feed_rights_content_value.xml +7 -0
  408. data/tests/illformed/atom10/feed_rights_escaped_markup.xml +7 -0
  409. data/tests/illformed/atom10/feed_rights_inline_markup.xml +7 -0
  410. data/tests/illformed/atom10/feed_rights_inline_markup_2.xml +7 -0
  411. data/tests/illformed/atom10/feed_rights_text_plain.xml +7 -0
  412. data/tests/illformed/atom10/feed_subtitle.xml +7 -0
  413. data/tests/illformed/atom10/feed_subtitle_base64.xml +9 -0
  414. data/tests/illformed/atom10/feed_subtitle_base64_2.xml +9 -0
  415. data/tests/illformed/atom10/feed_subtitle_content_type.xml +7 -0
  416. data/tests/illformed/atom10/feed_subtitle_content_type_text.xml +7 -0
  417. data/tests/illformed/atom10/feed_subtitle_content_value.xml +7 -0
  418. data/tests/illformed/atom10/feed_subtitle_escaped_markup.xml +7 -0
  419. data/tests/illformed/atom10/feed_subtitle_inline_markup.xml +7 -0
  420. data/tests/illformed/atom10/feed_subtitle_inline_markup_2.xml +7 -0
  421. data/tests/illformed/atom10/feed_subtitle_text_plain.xml +7 -0
  422. data/tests/illformed/atom10/feed_title.xml +7 -0
  423. data/tests/illformed/atom10/feed_title_base64.xml +9 -0
  424. data/tests/illformed/atom10/feed_title_base64_2.xml +9 -0
  425. data/tests/illformed/atom10/feed_title_content_type.xml +7 -0
  426. data/tests/illformed/atom10/feed_title_content_type_text.xml +7 -0
  427. data/tests/illformed/atom10/feed_title_content_value.xml +7 -0
  428. data/tests/illformed/atom10/feed_title_escaped_markup.xml +7 -0
  429. data/tests/illformed/atom10/feed_title_inline_markup.xml +7 -0
  430. data/tests/illformed/atom10/feed_title_inline_markup_2.xml +7 -0
  431. data/tests/illformed/atom10/feed_title_text_plain.xml +7 -0
  432. data/tests/illformed/atom10/relative_uri.xml +7 -0
  433. data/tests/illformed/atom10/relative_uri_inherit.xml +7 -0
  434. data/tests/illformed/atom10/relative_uri_inherit_2.xml +7 -0
  435. data/tests/illformed/base/cdf_item_abstract_xml_base.xml +18 -0
  436. data/tests/illformed/base/entry_content_xml_base.xml +9 -0
  437. data/tests/illformed/base/entry_content_xml_base_inherit.xml +9 -0
  438. data/tests/illformed/base/entry_content_xml_base_inherit_2.xml +9 -0
  439. data/tests/illformed/base/entry_content_xml_base_inherit_3.xml +10 -0
  440. data/tests/illformed/base/entry_content_xml_base_inherit_4.xml +10 -0
  441. data/tests/illformed/base/entry_summary_xml_base.xml +9 -0
  442. data/tests/illformed/base/entry_summary_xml_base_inherit.xml +9 -0
  443. data/tests/illformed/base/entry_summary_xml_base_inherit_2.xml +9 -0
  444. data/tests/illformed/base/entry_summary_xml_base_inherit_3.xml +10 -0
  445. data/tests/illformed/base/entry_summary_xml_base_inherit_4.xml +10 -0
  446. data/tests/illformed/base/entry_title_xml_base.xml +9 -0
  447. data/tests/illformed/base/entry_title_xml_base_inherit.xml +9 -0
  448. data/tests/illformed/base/entry_title_xml_base_inherit_2.xml +9 -0
  449. data/tests/illformed/base/entry_title_xml_base_inherit_3.xml +10 -0
  450. data/tests/illformed/base/entry_title_xml_base_inherit_4.xml +10 -0
  451. data/tests/illformed/base/feed_copyright_xml_base.xml +7 -0
  452. data/tests/illformed/base/feed_copyright_xml_base_inherit.xml +7 -0
  453. data/tests/illformed/base/feed_copyright_xml_base_inherit_2.xml +7 -0
  454. data/tests/illformed/base/feed_copyright_xml_base_inherit_3.xml +8 -0
  455. data/tests/illformed/base/feed_copyright_xml_base_inherit_4.xml +8 -0
  456. data/tests/illformed/base/feed_info_xml_base.xml +7 -0
  457. data/tests/illformed/base/feed_info_xml_base_inherit.xml +7 -0
  458. data/tests/illformed/base/feed_info_xml_base_inherit_2.xml +7 -0
  459. data/tests/illformed/base/feed_info_xml_base_inherit_3.xml +8 -0
  460. data/tests/illformed/base/feed_info_xml_base_inherit_4.xml +8 -0
  461. data/tests/illformed/base/feed_tagline_xml_base.xml +7 -0
  462. data/tests/illformed/base/feed_tagline_xml_base_inherit.xml +7 -0
  463. data/tests/illformed/base/feed_tagline_xml_base_inherit_2.xml +7 -0
  464. data/tests/illformed/base/feed_tagline_xml_base_inherit_3.xml +8 -0
  465. data/tests/illformed/base/feed_tagline_xml_base_inherit_4.xml +8 -0
  466. data/tests/illformed/base/feed_title_xml_base.xml +7 -0
  467. data/tests/illformed/base/feed_title_xml_base_inherit.xml +7 -0
  468. data/tests/illformed/base/feed_title_xml_base_inherit_2.xml +7 -0
  469. data/tests/illformed/base/feed_title_xml_base_inherit_3.xml +8 -0
  470. data/tests/illformed/base/feed_title_xml_base_inherit_4.xml +8 -0
  471. data/tests/illformed/base/http_channel_docs_base_content_location.xml +10 -0
  472. data/tests/illformed/base/http_channel_docs_base_docuri.xml +9 -0
  473. data/tests/illformed/base/http_channel_link_base_content_location.xml +10 -0
  474. data/tests/illformed/base/http_channel_link_base_docuri.xml +9 -0
  475. data/tests/illformed/base/http_entry_author_url_base_content_location.xml +12 -0
  476. data/tests/illformed/base/http_entry_author_url_base_docuri.xml +11 -0
  477. data/tests/illformed/base/http_entry_content_base64_base_content_location.xml +12 -0
  478. data/tests/illformed/base/http_entry_content_base64_base_docuri.xml +11 -0
  479. data/tests/illformed/base/http_entry_content_base_content_location.xml +10 -0
  480. data/tests/illformed/base/http_entry_content_base_docuri.xml +9 -0
  481. data/tests/illformed/base/http_entry_content_inline_base_content_location.xml +10 -0
  482. data/tests/illformed/base/http_entry_content_inline_base_docuri.xml +9 -0
  483. data/tests/illformed/base/http_entry_contributor_url_base_content_location.xml +12 -0
  484. data/tests/illformed/base/http_entry_contributor_url_base_docuri.xml +11 -0
  485. data/tests/illformed/base/http_entry_id_base_content_location.xml +10 -0
  486. data/tests/illformed/base/http_entry_id_base_docuri.xml +9 -0
  487. data/tests/illformed/base/http_entry_link_base_content_location.xml +10 -0
  488. data/tests/illformed/base/http_entry_link_base_docuri.xml +9 -0
  489. data/tests/illformed/base/http_entry_summary_base64_base_content_location.xml +12 -0
  490. data/tests/illformed/base/http_entry_summary_base64_base_docuri.xml +11 -0
  491. data/tests/illformed/base/http_entry_summary_base_content_location.xml +10 -0
  492. data/tests/illformed/base/http_entry_summary_base_docuri.xml +9 -0
  493. data/tests/illformed/base/http_entry_summary_inline_base_content_location.xml +10 -0
  494. data/tests/illformed/base/http_entry_summary_inline_base_docuri.xml +9 -0
  495. data/tests/illformed/base/http_entry_title_base64_base_content_location.xml +12 -0
  496. data/tests/illformed/base/http_entry_title_base64_base_docuri.xml +11 -0
  497. data/tests/illformed/base/http_entry_title_base_content_location.xml +10 -0
  498. data/tests/illformed/base/http_entry_title_base_docuri.xml +9 -0
  499. data/tests/illformed/base/http_entry_title_inline_base_content_location.xml +10 -0
  500. data/tests/illformed/base/http_entry_title_inline_base_docuri.xml +9 -0
  501. data/tests/illformed/base/http_feed_author_url_base_content_location.xml +10 -0
  502. data/tests/illformed/base/http_feed_author_url_base_docuri.xml +9 -0
  503. data/tests/illformed/base/http_feed_contributor_url_base_content_location.xml +10 -0
  504. data/tests/illformed/base/http_feed_contributor_url_base_docuri.xml +9 -0
  505. data/tests/illformed/base/http_feed_copyright_base64_base_content_location.xml +10 -0
  506. data/tests/illformed/base/http_feed_copyright_base64_base_docuri.xml +9 -0
  507. data/tests/illformed/base/http_feed_copyright_base_content_location.xml +8 -0
  508. data/tests/illformed/base/http_feed_copyright_base_docuri.xml +7 -0
  509. data/tests/illformed/base/http_feed_copyright_inline_base_content_location.xml +8 -0
  510. data/tests/illformed/base/http_feed_copyright_inline_base_docuri.xml +7 -0
  511. data/tests/illformed/base/http_feed_generator_url_base_content_location.xml +8 -0
  512. data/tests/illformed/base/http_feed_generator_url_base_docuri.xml +7 -0
  513. data/tests/illformed/base/http_feed_id_base_content_location.xml +8 -0
  514. data/tests/illformed/base/http_feed_id_base_docuri.xml +7 -0
  515. data/tests/illformed/base/http_feed_info_base64_base_content_location.xml +10 -0
  516. data/tests/illformed/base/http_feed_info_base64_base_docuri.xml +9 -0
  517. data/tests/illformed/base/http_feed_info_base_content_location.xml +8 -0
  518. data/tests/illformed/base/http_feed_info_base_docuri.xml +7 -0
  519. data/tests/illformed/base/http_feed_info_inline_base_content_location.xml +8 -0
  520. data/tests/illformed/base/http_feed_info_inline_base_docuri.xml +7 -0
  521. data/tests/illformed/base/http_feed_link_base_content_location.xml +8 -0
  522. data/tests/illformed/base/http_feed_link_base_docuri.xml +7 -0
  523. data/tests/illformed/base/http_feed_tagline_base64_base_content_location.xml +10 -0
  524. data/tests/illformed/base/http_feed_tagline_base64_base_docuri.xml +9 -0
  525. data/tests/illformed/base/http_feed_tagline_base_content_location.xml +8 -0
  526. data/tests/illformed/base/http_feed_tagline_base_docuri.xml +7 -0
  527. data/tests/illformed/base/http_feed_tagline_inline_base_content_location.xml +8 -0
  528. data/tests/illformed/base/http_feed_tagline_inline_base_docuri.xml +7 -0
  529. data/tests/illformed/base/http_feed_title_base64_base_content_location.xml +10 -0
  530. data/tests/illformed/base/http_feed_title_base64_base_docuri.xml +9 -0
  531. data/tests/illformed/base/http_feed_title_base_content_location.xml +8 -0
  532. data/tests/illformed/base/http_feed_title_base_docuri.xml +7 -0
  533. data/tests/illformed/base/http_feed_title_inline_base_content_location.xml +8 -0
  534. data/tests/illformed/base/http_feed_title_inline_base_docuri.xml +7 -0
  535. data/tests/illformed/base/http_item_body_base_content_location.xml +12 -0
  536. data/tests/illformed/base/http_item_body_base_docuri.xml +11 -0
  537. data/tests/illformed/base/http_item_comments_base_content_location.xml +12 -0
  538. data/tests/illformed/base/http_item_comments_base_docuri.xml +11 -0
  539. data/tests/illformed/base/http_item_content_encoded_base_content_location.xml +12 -0
  540. data/tests/illformed/base/http_item_content_encoded_base_docuri.xml +11 -0
  541. data/tests/illformed/base/http_item_description_base_content_location.xml +12 -0
  542. data/tests/illformed/base/http_item_description_base_docuri.xml +11 -0
  543. data/tests/illformed/base/http_item_fullitem_base_content_location.xml +12 -0
  544. data/tests/illformed/base/http_item_fullitem_base_docuri.xml +11 -0
  545. data/tests/illformed/base/http_item_link_base_content_location.xml +12 -0
  546. data/tests/illformed/base/http_item_link_base_docuri.xml +11 -0
  547. data/tests/illformed/base/http_item_wfw_commentRSS_base_content_location.xml +12 -0
  548. data/tests/illformed/base/http_item_wfw_commentRSS_base_docuri.xml +11 -0
  549. data/tests/illformed/base/http_item_wfw_comment_base_content_location.xml +12 -0
  550. data/tests/illformed/base/http_item_wfw_comment_base_docuri.xml +11 -0
  551. data/tests/illformed/base/http_item_xhtml_body_base_content_location.xml +12 -0
  552. data/tests/illformed/base/http_item_xhtml_body_base_docuri.xml +11 -0
  553. data/tests/illformed/base/http_relative_xml_base.xml +10 -0
  554. data/tests/illformed/base/malformed_base.xml +9 -0
  555. data/tests/illformed/base/relative_xml_base.xml +9 -0
  556. data/tests/illformed/base/relative_xml_base_2.xml +9 -0
  557. data/tests/illformed/cdf/channel_abstract_map_description.xml +7 -0
  558. data/tests/illformed/cdf/channel_abstract_map_tagline.xml +7 -0
  559. data/tests/illformed/cdf/channel_href_map_link.xml +6 -0
  560. data/tests/illformed/cdf/channel_href_map_links.xml +6 -0
  561. data/tests/illformed/cdf/channel_title.xml +7 -0
  562. data/tests/illformed/cdf/item_abstract_map_description.xml +9 -0
  563. data/tests/illformed/cdf/item_abstract_map_summary.xml +9 -0
  564. data/tests/illformed/cdf/item_href_map_link.xml +8 -0
  565. data/tests/illformed/cdf/item_href_map_links.xml +8 -0
  566. data/tests/illformed/cdf/item_title.xml +9 -0
  567. data/tests/illformed/chardet/big5.xml +8 -0
  568. data/tests/illformed/chardet/eucjp.xml +13 -0
  569. data/tests/illformed/chardet/euckr.xml +13 -0
  570. data/tests/illformed/chardet/gb2312.xml +12 -0
  571. data/tests/illformed/chardet/koi8r.xml +14 -0
  572. data/tests/illformed/chardet/shiftjis.xml +11 -0
  573. data/tests/illformed/chardet/tis620.xml +12 -0
  574. data/tests/illformed/chardet/windows1255.xml +14 -0
  575. data/tests/illformed/date/cdf_channel_lastmod_map_date.xml +6 -0
  576. data/tests/illformed/date/cdf_channel_lastmod_map_modified.xml +6 -0
  577. data/tests/illformed/date/cdf_channel_lastmod_map_modified_parsed.xml +6 -0
  578. data/tests/illformed/date/cdf_item_lastmod_map_date.xml +8 -0
  579. data/tests/illformed/date/cdf_item_lastmod_map_modified.xml +8 -0
  580. data/tests/illformed/date/cdf_item_lastmod_map_modified_parsed.xml +8 -0
  581. data/tests/illformed/date/channel_dc_date.xml +9 -0
  582. data/tests/illformed/date/channel_dc_date_map_modified.xml +9 -0
  583. data/tests/illformed/date/channel_dc_date_w3dtf_utc.xml +9 -0
  584. data/tests/illformed/date/channel_dc_date_w3dtf_utc_map_modified_parsed.xml +9 -0
  585. data/tests/illformed/date/channel_dcterms_created.xml +9 -0
  586. data/tests/illformed/date/channel_dcterms_created_w3dtf_utc.xml +9 -0
  587. data/tests/illformed/date/channel_dcterms_issued.xml +9 -0
  588. data/tests/illformed/date/channel_dcterms_issued_w3dtf_utc.xml +9 -0
  589. data/tests/illformed/date/channel_dcterms_modified.xml +9 -0
  590. data/tests/illformed/date/channel_dcterms_modified_map_date.xml +9 -0
  591. data/tests/illformed/date/channel_dcterms_modified_w3dtf_utc.xml +9 -0
  592. data/tests/illformed/date/channel_dcterms_modified_w3dtf_utc_map_date.xml +9 -0
  593. data/tests/illformed/date/channel_pubDate.xml +9 -0
  594. data/tests/illformed/date/channel_pubDate_asctime.xml +9 -0
  595. data/tests/illformed/date/channel_pubDate_disney.xml +9 -0
  596. data/tests/illformed/date/channel_pubDate_disney_at.xml +9 -0
  597. data/tests/illformed/date/channel_pubDate_disney_ct.xml +9 -0
  598. data/tests/illformed/date/channel_pubDate_disney_mt.xml +9 -0
  599. data/tests/illformed/date/channel_pubDate_disney_pt.xml +9 -0
  600. data/tests/illformed/date/channel_pubDate_greek_1.xml +9 -0
  601. data/tests/illformed/date/channel_pubDate_hungarian_1.xml +9 -0
  602. data/tests/illformed/date/channel_pubDate_iso8601_ym.xml +9 -0
  603. data/tests/illformed/date/channel_pubDate_iso8601_ym_2.xml +9 -0
  604. data/tests/illformed/date/channel_pubDate_iso8601_ymd.xml +9 -0
  605. data/tests/illformed/date/channel_pubDate_iso8601_ymd_2.xml +9 -0
  606. data/tests/illformed/date/channel_pubDate_iso8601_yo_2.xml +9 -0
  607. data/tests/illformed/date/channel_pubDate_korean_nate.xml +11 -0
  608. data/tests/illformed/date/channel_pubDate_map_modified.xml +9 -0
  609. data/tests/illformed/date/channel_pubDate_mssql.xml +9 -0
  610. data/tests/illformed/date/channel_pubDate_mssql_nofraction.xml +9 -0
  611. data/tests/illformed/date/channel_pubDate_nosecond.xml +9 -0
  612. data/tests/illformed/date/channel_pubDate_notime.xml +9 -0
  613. data/tests/illformed/date/channel_pubDate_rfc2822.xml +9 -0
  614. data/tests/illformed/date/channel_pubDate_rfc2822_rollover_june_31.xml +9 -0
  615. data/tests/illformed/date/channel_pubDate_rfc822.xml +9 -0
  616. data/tests/illformed/date/channel_pubDate_w3dtf_rollover_61m.xml +9 -0
  617. data/tests/illformed/date/channel_pubDate_w3dtf_rollover_61s.xml +9 -0
  618. data/tests/illformed/date/channel_pubDate_w3dtf_rollover_leapyear.xml +9 -0
  619. data/tests/illformed/date/channel_pubDate_w3dtf_rollover_leapyear400.xml +9 -0
  620. data/tests/illformed/date/channel_pubDate_w3dtf_rollover_nonleapyear.xml +9 -0
  621. data/tests/illformed/date/channel_pubDate_w3dtf_sf.xml +9 -0
  622. data/tests/illformed/date/channel_pubDate_w3dtf_tokyo.xml +9 -0
  623. data/tests/illformed/date/channel_pubDate_w3dtf_utc.xml +9 -0
  624. data/tests/illformed/date/channel_pubDate_w3dtf_y.xml +9 -0
  625. data/tests/illformed/date/channel_pubDate_w3dtf_ym.xml +9 -0
  626. data/tests/illformed/date/channel_pubDate_w3dtf_ymd.xml +9 -0
  627. data/tests/illformed/date/channel_pubDate_w3dtf_ymd_2.xml +9 -0
  628. data/tests/illformed/date/entry_created.xml +9 -0
  629. data/tests/illformed/date/entry_created_w3dtf_utc.xml +9 -0
  630. data/tests/illformed/date/entry_issued.xml +9 -0
  631. data/tests/illformed/date/entry_issued_w3dtf_utc.xml +9 -0
  632. data/tests/illformed/date/entry_modified.xml +9 -0
  633. data/tests/illformed/date/entry_modified_map_date.xml +9 -0
  634. data/tests/illformed/date/entry_modified_w3dtf_utc.xml +9 -0
  635. data/tests/illformed/date/entry_published_w3dtf_utc.xml +9 -0
  636. data/tests/illformed/date/entry_source_updated_w3dtf_utc.xml +11 -0
  637. data/tests/illformed/date/entry_updated_w3dtf_utc.xml +9 -0
  638. data/tests/illformed/date/feed_modified.xml +9 -0
  639. data/tests/illformed/date/feed_modified_asctime.xml +9 -0
  640. data/tests/illformed/date/feed_modified_disney.xml +7 -0
  641. data/tests/illformed/date/feed_modified_disney_at.xml +7 -0
  642. data/tests/illformed/date/feed_modified_disney_ct.xml +7 -0
  643. data/tests/illformed/date/feed_modified_disney_mt.xml +7 -0
  644. data/tests/illformed/date/feed_modified_disney_pt.xml +7 -0
  645. data/tests/illformed/date/feed_modified_iso8601_ym.xml +9 -0
  646. data/tests/illformed/date/feed_modified_iso8601_ym_2.xml +9 -0
  647. data/tests/illformed/date/feed_modified_iso8601_ymd.xml +9 -0
  648. data/tests/illformed/date/feed_modified_iso8601_ymd_2.xml +9 -0
  649. data/tests/illformed/date/feed_modified_iso8601_yo_2.xml +9 -0
  650. data/tests/illformed/date/feed_modified_map_date.xml +9 -0
  651. data/tests/illformed/date/feed_modified_rfc2822.xml +9 -0
  652. data/tests/illformed/date/feed_modified_rfc2822_rollover_june_31.xml +9 -0
  653. data/tests/illformed/date/feed_modified_rfc822.xml +9 -0
  654. data/tests/illformed/date/feed_modified_w3dtf_rollover_leapyear.xml +9 -0
  655. data/tests/illformed/date/feed_modified_w3dtf_rollover_leapyear400.xml +9 -0
  656. data/tests/illformed/date/feed_modified_w3dtf_rollover_nonleapyear.xml +9 -0
  657. data/tests/illformed/date/feed_modified_w3dtf_sf.xml +9 -0
  658. data/tests/illformed/date/feed_modified_w3dtf_tokyo.xml +9 -0
  659. data/tests/illformed/date/feed_modified_w3dtf_utc.xml +9 -0
  660. data/tests/illformed/date/feed_modified_w3dtf_y.xml +9 -0
  661. data/tests/illformed/date/feed_modified_w3dtf_ym.xml +9 -0
  662. data/tests/illformed/date/feed_modified_w3dtf_ymd.xml +9 -0
  663. data/tests/illformed/date/feed_modified_w3dtf_ymd_2.xml +9 -0
  664. data/tests/illformed/date/feed_updated_w3dtf_utc.xml +7 -0
  665. data/tests/illformed/date/http_high_bit_date.xml +12 -0
  666. data/tests/illformed/date/item_dc_date.xml +11 -0
  667. data/tests/illformed/date/item_dc_date_map_modified.xml +11 -0
  668. data/tests/illformed/date/item_dc_date_w3dtf_utc.xml +11 -0
  669. data/tests/illformed/date/item_dc_date_w3dtf_utc_map_modified_parsed.xml +11 -0
  670. data/tests/illformed/date/item_dcterms_created.xml +11 -0
  671. data/tests/illformed/date/item_dcterms_created_w3dtf_utc.xml +11 -0
  672. data/tests/illformed/date/item_dcterms_issued.xml +11 -0
  673. data/tests/illformed/date/item_dcterms_issued_w3dtf_utc.xml +11 -0
  674. data/tests/illformed/date/item_dcterms_modified.xml +11 -0
  675. data/tests/illformed/date/item_dcterms_modified_map_date.xml +11 -0
  676. data/tests/illformed/date/item_dcterms_modified_w3dtf_utc.xml +11 -0
  677. data/tests/illformed/date/item_dcterms_modified_w3dtf_utc_map_date.xml +11 -0
  678. data/tests/illformed/date/item_expirationDate.xml +11 -0
  679. data/tests/illformed/date/item_expirationDate_rfc2822.xml +11 -0
  680. data/tests/illformed/date/item_pubDate.xml +11 -0
  681. data/tests/illformed/date/item_pubDate_euc-kr.xml +13 -0
  682. data/tests/illformed/date/item_pubDate_map_modified.xml +11 -0
  683. data/tests/illformed/date/item_pubDate_rfc2822.xml +11 -0
  684. data/tests/illformed/encoding/bogus_encoding.xml +7 -0
  685. data/tests/illformed/encoding/encoding_mismatch_crash.xml +10 -0
  686. data/tests/illformed/encoding/http_i18n.xml +13 -0
  687. data/tests/illformed/encoding/http_text_plain.xml +8 -0
  688. data/tests/illformed/encoding/http_text_plain_charset.xml +8 -0
  689. data/tests/illformed/encoding/utf-16be-autodetect.xml +0 -0
  690. data/tests/illformed/encoding/utf-16be-bom.xml +0 -0
  691. data/tests/illformed/encoding/utf-16be.xml +0 -0
  692. data/tests/illformed/encoding/utf-16le-autodetect.xml +0 -0
  693. data/tests/illformed/encoding/utf-16le-bom.xml +0 -0
  694. data/tests/illformed/encoding/utf-16le.xml +0 -0
  695. data/tests/illformed/encoding/utf-32be-autodetect.xml +0 -0
  696. data/tests/illformed/encoding/utf-32be-bom.xml +0 -0
  697. data/tests/illformed/encoding/utf-32be.xml +0 -0
  698. data/tests/illformed/encoding/utf-32le-autodetect.xml +0 -0
  699. data/tests/illformed/encoding/utf-32le-bom.xml +0 -0
  700. data/tests/illformed/encoding/utf-32le.xml +0 -0
  701. data/tests/illformed/encoding/utf-8-bom.xml +8 -0
  702. data/tests/illformed/encoding/x80_437.xml +9 -0
  703. data/tests/illformed/encoding/x80_850.xml +9 -0
  704. data/tests/illformed/encoding/x80_852.xml +9 -0
  705. data/tests/illformed/encoding/x80_855.xml +9 -0
  706. data/tests/illformed/encoding/x80_857.xml +9 -0
  707. data/tests/illformed/encoding/x80_860.xml +9 -0
  708. data/tests/illformed/encoding/x80_861.xml +9 -0
  709. data/tests/illformed/encoding/x80_862.xml +9 -0
  710. data/tests/illformed/encoding/x80_863.xml +9 -0
  711. data/tests/illformed/encoding/x80_865.xml +9 -0
  712. data/tests/illformed/encoding/x80_866.xml +9 -0
  713. data/tests/illformed/encoding/x80_cp037.xml +1 -0
  714. data/tests/illformed/encoding/x80_cp1125.xml +9 -0
  715. data/tests/illformed/encoding/x80_cp1250.xml +9 -0
  716. data/tests/illformed/encoding/x80_cp1251.xml +9 -0
  717. data/tests/illformed/encoding/x80_cp1252.xml +9 -0
  718. data/tests/illformed/encoding/x80_cp1253.xml +9 -0
  719. data/tests/illformed/encoding/x80_cp1254.xml +9 -0
  720. data/tests/illformed/encoding/x80_cp1255.xml +9 -0
  721. data/tests/illformed/encoding/x80_cp1256.xml +9 -0
  722. data/tests/illformed/encoding/x80_cp1257.xml +9 -0
  723. data/tests/illformed/encoding/x80_cp1258.xml +9 -0
  724. data/tests/illformed/encoding/x80_cp437.xml +9 -0
  725. data/tests/illformed/encoding/x80_cp500.xml +1 -0
  726. data/tests/illformed/encoding/x80_cp737.xml +9 -0
  727. data/tests/illformed/encoding/x80_cp775.xml +9 -0
  728. data/tests/illformed/encoding/x80_cp850.xml +9 -0
  729. data/tests/illformed/encoding/x80_cp852.xml +9 -0
  730. data/tests/illformed/encoding/x80_cp855.xml +9 -0
  731. data/tests/illformed/encoding/x80_cp856.xml +9 -0
  732. data/tests/illformed/encoding/x80_cp857.xml +9 -0
  733. data/tests/illformed/encoding/x80_cp860.xml +9 -0
  734. data/tests/illformed/encoding/x80_cp861.xml +9 -0
  735. data/tests/illformed/encoding/x80_cp862.xml +9 -0
  736. data/tests/illformed/encoding/x80_cp863.xml +9 -0
  737. data/tests/illformed/encoding/x80_cp864.xml +9 -0
  738. data/tests/illformed/encoding/x80_cp865.xml +9 -0
  739. data/tests/illformed/encoding/x80_cp866.xml +9 -0
  740. data/tests/illformed/encoding/x80_cp874.xml +9 -0
  741. data/tests/illformed/encoding/x80_cp875.xml +1 -0
  742. data/tests/illformed/encoding/x80_cp_is.xml +9 -0
  743. data/tests/illformed/encoding/x80_csibm037.xml +1 -0
  744. data/tests/illformed/encoding/x80_csibm500.xml +1 -0
  745. data/tests/illformed/encoding/x80_csibm855.xml +9 -0
  746. data/tests/illformed/encoding/x80_csibm857.xml +9 -0
  747. data/tests/illformed/encoding/x80_csibm860.xml +9 -0
  748. data/tests/illformed/encoding/x80_csibm861.xml +9 -0
  749. data/tests/illformed/encoding/x80_csibm863.xml +9 -0
  750. data/tests/illformed/encoding/x80_csibm864.xml +9 -0
  751. data/tests/illformed/encoding/x80_csibm865.xml +9 -0
  752. data/tests/illformed/encoding/x80_csibm866.xml +9 -0
  753. data/tests/illformed/encoding/x80_cskoi8r.xml +9 -0
  754. data/tests/illformed/encoding/x80_csmacintosh.xml +9 -0
  755. data/tests/illformed/encoding/x80_cspc775baltic.xml +9 -0
  756. data/tests/illformed/encoding/x80_cspc850multilingual.xml +9 -0
  757. data/tests/illformed/encoding/x80_cspc862latinhebrew.xml +9 -0
  758. data/tests/illformed/encoding/x80_cspc8codepage437.xml +9 -0
  759. data/tests/illformed/encoding/x80_cspcp852.xml +9 -0
  760. data/tests/illformed/encoding/x80_dbcs.xml +9 -0
  761. data/tests/illformed/encoding/x80_ebcdic-cp-be.xml +1 -0
  762. data/tests/illformed/encoding/x80_ebcdic-cp-ca.xml +1 -0
  763. data/tests/illformed/encoding/x80_ebcdic-cp-ch.xml +1 -0
  764. data/tests/illformed/encoding/x80_ebcdic-cp-nl.xml +1 -0
  765. data/tests/illformed/encoding/x80_ebcdic-cp-us.xml +1 -0
  766. data/tests/illformed/encoding/x80_ebcdic-cp-wt.xml +1 -0
  767. data/tests/illformed/encoding/x80_ebcdic_cp_be.xml +1 -0
  768. data/tests/illformed/encoding/x80_ebcdic_cp_ca.xml +1 -0
  769. data/tests/illformed/encoding/x80_ebcdic_cp_ch.xml +1 -0
  770. data/tests/illformed/encoding/x80_ebcdic_cp_nl.xml +1 -0
  771. data/tests/illformed/encoding/x80_ebcdic_cp_us.xml +1 -0
  772. data/tests/illformed/encoding/x80_ebcdic_cp_wt.xml +1 -0
  773. data/tests/illformed/encoding/x80_ibm037.xml +1 -0
  774. data/tests/illformed/encoding/x80_ibm039.xml +1 -0
  775. data/tests/illformed/encoding/x80_ibm1140.xml +1 -0
  776. data/tests/illformed/encoding/x80_ibm437.xml +9 -0
  777. data/tests/illformed/encoding/x80_ibm500.xml +1 -0
  778. data/tests/illformed/encoding/x80_ibm775.xml +9 -0
  779. data/tests/illformed/encoding/x80_ibm850.xml +9 -0
  780. data/tests/illformed/encoding/x80_ibm852.xml +9 -0
  781. data/tests/illformed/encoding/x80_ibm855.xml +9 -0
  782. data/tests/illformed/encoding/x80_ibm857.xml +9 -0
  783. data/tests/illformed/encoding/x80_ibm860.xml +9 -0
  784. data/tests/illformed/encoding/x80_ibm861.xml +9 -0
  785. data/tests/illformed/encoding/x80_ibm862.xml +9 -0
  786. data/tests/illformed/encoding/x80_ibm863.xml +9 -0
  787. data/tests/illformed/encoding/x80_ibm864.xml +9 -0
  788. data/tests/illformed/encoding/x80_ibm865.xml +9 -0
  789. data/tests/illformed/encoding/x80_ibm866.xml +9 -0
  790. data/tests/illformed/encoding/x80_koi8-r.xml +9 -0
  791. data/tests/illformed/encoding/x80_koi8-t.xml +9 -0
  792. data/tests/illformed/encoding/x80_koi8-u.xml +9 -0
  793. data/tests/illformed/encoding/x80_mac-cyrillic.xml +9 -0
  794. data/tests/illformed/encoding/x80_mac.xml +9 -0
  795. data/tests/illformed/encoding/x80_maccentraleurope.xml +9 -0
  796. data/tests/illformed/encoding/x80_maccyrillic.xml +9 -0
  797. data/tests/illformed/encoding/x80_macgreek.xml +9 -0
  798. data/tests/illformed/encoding/x80_maciceland.xml +9 -0
  799. data/tests/illformed/encoding/x80_macintosh.xml +9 -0
  800. data/tests/illformed/encoding/x80_maclatin2.xml +9 -0
  801. data/tests/illformed/encoding/x80_macroman.xml +9 -0
  802. data/tests/illformed/encoding/x80_macturkish.xml +9 -0
  803. data/tests/illformed/encoding/x80_ms-ansi.xml +9 -0
  804. data/tests/illformed/encoding/x80_ms-arab.xml +9 -0
  805. data/tests/illformed/encoding/x80_ms-cyrl.xml +9 -0
  806. data/tests/illformed/encoding/x80_ms-ee.xml +9 -0
  807. data/tests/illformed/encoding/x80_ms-greek.xml +9 -0
  808. data/tests/illformed/encoding/x80_ms-hebr.xml +9 -0
  809. data/tests/illformed/encoding/x80_ms-turk.xml +9 -0
  810. data/tests/illformed/encoding/x80_tcvn-5712.xml +9 -0
  811. data/tests/illformed/encoding/x80_tcvn.xml +9 -0
  812. data/tests/illformed/encoding/x80_tcvn5712-1.xml +9 -0
  813. data/tests/illformed/encoding/x80_viscii.xml +9 -0
  814. data/tests/illformed/encoding/x80_winbaltrim.xml +9 -0
  815. data/tests/illformed/encoding/x80_windows-1250.xml +9 -0
  816. data/tests/illformed/encoding/x80_windows-1251.xml +9 -0
  817. data/tests/illformed/encoding/x80_windows-1252.xml +9 -0
  818. data/tests/illformed/encoding/x80_windows-1253.xml +9 -0
  819. data/tests/illformed/encoding/x80_windows-1254.xml +9 -0
  820. data/tests/illformed/encoding/x80_windows-1255.xml +9 -0
  821. data/tests/illformed/encoding/x80_windows-1256.xml +9 -0
  822. data/tests/illformed/encoding/x80_windows-1257.xml +9 -0
  823. data/tests/illformed/encoding/x80_windows-1258.xml +9 -0
  824. data/tests/illformed/encoding/x80_windows_1250.xml +9 -0
  825. data/tests/illformed/encoding/x80_windows_1251.xml +9 -0
  826. data/tests/illformed/encoding/x80_windows_1252.xml +9 -0
  827. data/tests/illformed/encoding/x80_windows_1253.xml +9 -0
  828. data/tests/illformed/encoding/x80_windows_1254.xml +9 -0
  829. data/tests/illformed/encoding/x80_windows_1255.xml +9 -0
  830. data/tests/illformed/encoding/x80_windows_1256.xml +9 -0
  831. data/tests/illformed/encoding/x80_windows_1257.xml +9 -0
  832. data/tests/illformed/encoding/x80_windows_1258.xml +9 -0
  833. data/tests/illformed/entities/160.xml +9 -0
  834. data/tests/illformed/entities/732.xml +9 -0
  835. data/tests/illformed/entities/8216.xml +9 -0
  836. data/tests/illformed/entities/8217.xml +9 -0
  837. data/tests/illformed/entities/8220.xml +9 -0
  838. data/tests/illformed/entities/8221.xml +9 -0
  839. data/tests/illformed/entities/9830.xml +9 -0
  840. data/tests/illformed/entities/aacute.xml +9 -0
  841. data/tests/illformed/entities/acirc.xml +9 -0
  842. data/tests/illformed/entities/acute.xml +9 -0
  843. data/tests/illformed/entities/aelig.xml +9 -0
  844. data/tests/illformed/entities/agrave.xml +9 -0
  845. data/tests/illformed/entities/alefsym.xml +9 -0
  846. data/tests/illformed/entities/alpha.xml +9 -0
  847. data/tests/illformed/entities/and.xml +9 -0
  848. data/tests/illformed/entities/ang.xml +9 -0
  849. data/tests/illformed/entities/aring.xml +9 -0
  850. data/tests/illformed/entities/asymp.xml +9 -0
  851. data/tests/illformed/entities/atilde.xml +9 -0
  852. data/tests/illformed/entities/auml.xml +9 -0
  853. data/tests/illformed/entities/bdquo.xml +9 -0
  854. data/tests/illformed/entities/beta.xml +9 -0
  855. data/tests/illformed/entities/brvbar.xml +9 -0
  856. data/tests/illformed/entities/bull.xml +9 -0
  857. data/tests/illformed/entities/cap.xml +9 -0
  858. data/tests/illformed/entities/ccedil.xml +9 -0
  859. data/tests/illformed/entities/cedil.xml +9 -0
  860. data/tests/illformed/entities/cent.xml +9 -0
  861. data/tests/illformed/entities/chi.xml +9 -0
  862. data/tests/illformed/entities/circ.xml +9 -0
  863. data/tests/illformed/entities/clubs.xml +9 -0
  864. data/tests/illformed/entities/cong.xml +9 -0
  865. data/tests/illformed/entities/copy.xml +9 -0
  866. data/tests/illformed/entities/crarr.xml +9 -0
  867. data/tests/illformed/entities/cup.xml +9 -0
  868. data/tests/illformed/entities/curren.xml +9 -0
  869. data/tests/illformed/entities/dagger.xml +9 -0
  870. data/tests/illformed/entities/darr.xml +9 -0
  871. data/tests/illformed/entities/deg.xml +9 -0
  872. data/tests/illformed/entities/delta.xml +9 -0
  873. data/tests/illformed/entities/diams.xml +9 -0
  874. data/tests/illformed/entities/divide.xml +9 -0
  875. data/tests/illformed/entities/doesnotexist.xml +9 -0
  876. data/tests/illformed/entities/eacute.xml +9 -0
  877. data/tests/illformed/entities/ecirc.xml +9 -0
  878. data/tests/illformed/entities/egrave.xml +9 -0
  879. data/tests/illformed/entities/empty.xml +9 -0
  880. data/tests/illformed/entities/emsp.xml +9 -0
  881. data/tests/illformed/entities/ensp.xml +9 -0
  882. data/tests/illformed/entities/epsilon.xml +9 -0
  883. data/tests/illformed/entities/equiv.xml +9 -0
  884. data/tests/illformed/entities/eta.xml +9 -0
  885. data/tests/illformed/entities/eth.xml +9 -0
  886. data/tests/illformed/entities/euml.xml +9 -0
  887. data/tests/illformed/entities/euro.xml +9 -0
  888. data/tests/illformed/entities/exist.xml +9 -0
  889. data/tests/illformed/entities/fnof.xml +9 -0
  890. data/tests/illformed/entities/forall.xml +9 -0
  891. data/tests/illformed/entities/frac12.xml +9 -0
  892. data/tests/illformed/entities/frac14.xml +9 -0
  893. data/tests/illformed/entities/frac34.xml +9 -0
  894. data/tests/illformed/entities/frasl.xml +9 -0
  895. data/tests/illformed/entities/gamma.xml +9 -0
  896. data/tests/illformed/entities/ge.xml +9 -0
  897. data/tests/illformed/entities/hArr.xml +9 -0
  898. data/tests/illformed/entities/hearts.xml +9 -0
  899. data/tests/illformed/entities/hellip.xml +9 -0
  900. data/tests/illformed/entities/iacute.xml +9 -0
  901. data/tests/illformed/entities/icirc.xml +9 -0
  902. data/tests/illformed/entities/iexcl.xml +9 -0
  903. data/tests/illformed/entities/igrave.xml +9 -0
  904. data/tests/illformed/entities/image.xml +9 -0
  905. data/tests/illformed/entities/infin.xml +9 -0
  906. data/tests/illformed/entities/int.xml +9 -0
  907. data/tests/illformed/entities/iota.xml +9 -0
  908. data/tests/illformed/entities/iquest.xml +9 -0
  909. data/tests/illformed/entities/isin.xml +9 -0
  910. data/tests/illformed/entities/iuml.xml +9 -0
  911. data/tests/illformed/entities/kappa.xml +9 -0
  912. data/tests/illformed/entities/lArr.xml +9 -0
  913. data/tests/illformed/entities/lambda.xml +9 -0
  914. data/tests/illformed/entities/lang.xml +9 -0
  915. data/tests/illformed/entities/laquo.xml +9 -0
  916. data/tests/illformed/entities/lceil.xml +9 -0
  917. data/tests/illformed/entities/ldquo.xml +9 -0
  918. data/tests/illformed/entities/le.xml +9 -0
  919. data/tests/illformed/entities/lfloor.xml +9 -0
  920. data/tests/illformed/entities/lowast.xml +9 -0
  921. data/tests/illformed/entities/loz.xml +9 -0
  922. data/tests/illformed/entities/lrm.xml +9 -0
  923. data/tests/illformed/entities/lsaquo.xml +9 -0
  924. data/tests/illformed/entities/lsquo.xml +9 -0
  925. data/tests/illformed/entities/macr.xml +9 -0
  926. data/tests/illformed/entities/mdash.xml +9 -0
  927. data/tests/illformed/entities/micro.xml +9 -0
  928. data/tests/illformed/entities/middot.xml +9 -0
  929. data/tests/illformed/entities/minus.xml +9 -0
  930. data/tests/illformed/entities/mu.xml +9 -0
  931. data/tests/illformed/entities/nabla.xml +9 -0
  932. data/tests/illformed/entities/nbsp.xml +9 -0
  933. data/tests/illformed/entities/ndash.xml +9 -0
  934. data/tests/illformed/entities/ne.xml +9 -0
  935. data/tests/illformed/entities/ni.xml +9 -0
  936. data/tests/illformed/entities/not.xml +9 -0
  937. data/tests/illformed/entities/notin.xml +9 -0
  938. data/tests/illformed/entities/nsub.xml +9 -0
  939. data/tests/illformed/entities/ntilde.xml +9 -0
  940. data/tests/illformed/entities/nu.xml +9 -0
  941. data/tests/illformed/entities/oacute.xml +9 -0
  942. data/tests/illformed/entities/ocirc.xml +9 -0
  943. data/tests/illformed/entities/oelig.xml +9 -0
  944. data/tests/illformed/entities/ograve.xml +9 -0
  945. data/tests/illformed/entities/oline.xml +9 -0
  946. data/tests/illformed/entities/omega.xml +9 -0
  947. data/tests/illformed/entities/omicron.xml +9 -0
  948. data/tests/illformed/entities/oplus.xml +9 -0
  949. data/tests/illformed/entities/or.xml +9 -0
  950. data/tests/illformed/entities/ordf.xml +9 -0
  951. data/tests/illformed/entities/ordm.xml +9 -0
  952. data/tests/illformed/entities/oslash.xml +9 -0
  953. data/tests/illformed/entities/otilde.xml +9 -0
  954. data/tests/illformed/entities/otimes.xml +9 -0
  955. data/tests/illformed/entities/ouml.xml +9 -0
  956. data/tests/illformed/entities/para.xml +9 -0
  957. data/tests/illformed/entities/part.xml +9 -0
  958. data/tests/illformed/entities/permil.xml +9 -0
  959. data/tests/illformed/entities/perp.xml +9 -0
  960. data/tests/illformed/entities/phi.xml +9 -0
  961. data/tests/illformed/entities/pi.xml +9 -0
  962. data/tests/illformed/entities/piv.xml +9 -0
  963. data/tests/illformed/entities/plusmn.xml +9 -0
  964. data/tests/illformed/entities/pound.xml +9 -0
  965. data/tests/illformed/entities/prime.xml +9 -0
  966. data/tests/illformed/entities/prod.xml +9 -0
  967. data/tests/illformed/entities/prop.xml +9 -0
  968. data/tests/illformed/entities/psi.xml +9 -0
  969. data/tests/illformed/entities/radic.xml +9 -0
  970. data/tests/illformed/entities/rang.xml +9 -0
  971. data/tests/illformed/entities/raquo.xml +9 -0
  972. data/tests/illformed/entities/rarr.xml +9 -0
  973. data/tests/illformed/entities/rceil.xml +9 -0
  974. data/tests/illformed/entities/rdquo.xml +9 -0
  975. data/tests/illformed/entities/real.xml +9 -0
  976. data/tests/illformed/entities/reg.xml +9 -0
  977. data/tests/illformed/entities/rfloor.xml +9 -0
  978. data/tests/illformed/entities/rho.xml +9 -0
  979. data/tests/illformed/entities/rlm.xml +9 -0
  980. data/tests/illformed/entities/rsaquo.xml +9 -0
  981. data/tests/illformed/entities/rsquo.xml +9 -0
  982. data/tests/illformed/entities/sbquo.xml +9 -0
  983. data/tests/illformed/entities/scaron.xml +9 -0
  984. data/tests/illformed/entities/sdot.xml +9 -0
  985. data/tests/illformed/entities/sect.xml +9 -0
  986. data/tests/illformed/entities/shy.xml +9 -0
  987. data/tests/illformed/entities/sigma.xml +9 -0
  988. data/tests/illformed/entities/sigmaf.xml +9 -0
  989. data/tests/illformed/entities/sim.xml +9 -0
  990. data/tests/illformed/entities/spades.xml +9 -0
  991. data/tests/illformed/entities/sub.xml +9 -0
  992. data/tests/illformed/entities/sube.xml +9 -0
  993. data/tests/illformed/entities/sum.xml +9 -0
  994. data/tests/illformed/entities/sup.xml +9 -0
  995. data/tests/illformed/entities/sup1.xml +9 -0
  996. data/tests/illformed/entities/sup2.xml +9 -0
  997. data/tests/illformed/entities/sup3.xml +9 -0
  998. data/tests/illformed/entities/supe.xml +9 -0
  999. data/tests/illformed/entities/szlig.xml +9 -0
  1000. data/tests/illformed/entities/tau.xml +9 -0
  1001. data/tests/illformed/entities/there4.xml +9 -0
  1002. data/tests/illformed/entities/theta.xml +9 -0
  1003. data/tests/illformed/entities/thetasym.xml +9 -0
  1004. data/tests/illformed/entities/thinsp.xml +9 -0
  1005. data/tests/illformed/entities/thorn.xml +9 -0
  1006. data/tests/illformed/entities/tilde.xml +9 -0
  1007. data/tests/illformed/entities/times.xml +9 -0
  1008. data/tests/illformed/entities/trade.xml +9 -0
  1009. data/tests/illformed/entities/uacute.xml +9 -0
  1010. data/tests/illformed/entities/uarr.xml +9 -0
  1011. data/tests/illformed/entities/ucirc.xml +9 -0
  1012. data/tests/illformed/entities/ugrave.xml +9 -0
  1013. data/tests/illformed/entities/uml.xml +9 -0
  1014. data/tests/illformed/entities/upper_AElig.xml +9 -0
  1015. data/tests/illformed/entities/upper_Aacute.xml +9 -0
  1016. data/tests/illformed/entities/upper_Acirc.xml +9 -0
  1017. data/tests/illformed/entities/upper_Agrave.xml +9 -0
  1018. data/tests/illformed/entities/upper_Alpha.xml +9 -0
  1019. data/tests/illformed/entities/upper_Aring.xml +9 -0
  1020. data/tests/illformed/entities/upper_Atilde.xml +9 -0
  1021. data/tests/illformed/entities/upper_Auml.xml +9 -0
  1022. data/tests/illformed/entities/upper_Beta.xml +9 -0
  1023. data/tests/illformed/entities/upper_Ccedil.xml +9 -0
  1024. data/tests/illformed/entities/upper_Chi.xml +9 -0
  1025. data/tests/illformed/entities/upper_Dagger.xml +9 -0
  1026. data/tests/illformed/entities/upper_Delta.xml +9 -0
  1027. data/tests/illformed/entities/upper_ETH.xml +9 -0
  1028. data/tests/illformed/entities/upper_Eacute.xml +9 -0
  1029. data/tests/illformed/entities/upper_Ecirc.xml +9 -0
  1030. data/tests/illformed/entities/upper_Egrave.xml +9 -0
  1031. data/tests/illformed/entities/upper_Epsilon.xml +9 -0
  1032. data/tests/illformed/entities/upper_Eta.xml +9 -0
  1033. data/tests/illformed/entities/upper_Euml.xml +9 -0
  1034. data/tests/illformed/entities/upper_Gamma.xml +9 -0
  1035. data/tests/illformed/entities/upper_Iacute.xml +9 -0
  1036. data/tests/illformed/entities/upper_Icirc.xml +9 -0
  1037. data/tests/illformed/entities/upper_Igrave.xml +9 -0
  1038. data/tests/illformed/entities/upper_Iota.xml +9 -0
  1039. data/tests/illformed/entities/upper_Iuml.xml +9 -0
  1040. data/tests/illformed/entities/upper_Kappa.xml +9 -0
  1041. data/tests/illformed/entities/upper_Lambda.xml +9 -0
  1042. data/tests/illformed/entities/upper_Mu.xml +9 -0
  1043. data/tests/illformed/entities/upper_Ntilde.xml +9 -0
  1044. data/tests/illformed/entities/upper_Nu.xml +9 -0
  1045. data/tests/illformed/entities/upper_OElig.xml +9 -0
  1046. data/tests/illformed/entities/upper_Oacute.xml +9 -0
  1047. data/tests/illformed/entities/upper_Ocirc.xml +9 -0
  1048. data/tests/illformed/entities/upper_Ograve.xml +9 -0
  1049. data/tests/illformed/entities/upper_Omega.xml +9 -0
  1050. data/tests/illformed/entities/upper_Omicron.xml +9 -0
  1051. data/tests/illformed/entities/upper_Oslash.xml +9 -0
  1052. data/tests/illformed/entities/upper_Otilde.xml +9 -0
  1053. data/tests/illformed/entities/upper_Ouml.xml +9 -0
  1054. data/tests/illformed/entities/upper_Phi.xml +9 -0
  1055. data/tests/illformed/entities/upper_Pi.xml +9 -0
  1056. data/tests/illformed/entities/upper_Prime.xml +9 -0
  1057. data/tests/illformed/entities/upper_Psi.xml +9 -0
  1058. data/tests/illformed/entities/upper_Rho.xml +9 -0
  1059. data/tests/illformed/entities/upper_Scaron.xml +9 -0
  1060. data/tests/illformed/entities/upper_Sigma.xml +9 -0
  1061. data/tests/illformed/entities/upper_THORN.xml +9 -0
  1062. data/tests/illformed/entities/upper_Tau.xml +9 -0
  1063. data/tests/illformed/entities/upper_Theta.xml +9 -0
  1064. data/tests/illformed/entities/upper_Uacute.xml +9 -0
  1065. data/tests/illformed/entities/upper_Ucirc.xml +9 -0
  1066. data/tests/illformed/entities/upper_Ugrave.xml +9 -0
  1067. data/tests/illformed/entities/upper_Upsilon.xml +9 -0
  1068. data/tests/illformed/entities/upper_Uuml.xml +9 -0
  1069. data/tests/illformed/entities/upper_Xi.xml +9 -0
  1070. data/tests/illformed/entities/upper_Yacute.xml +9 -0
  1071. data/tests/illformed/entities/upper_Yuml.xml +9 -0
  1072. data/tests/illformed/entities/upper_Zeta.xml +9 -0
  1073. data/tests/illformed/entities/upsih.xml +9 -0
  1074. data/tests/illformed/entities/upsilon.xml +9 -0
  1075. data/tests/illformed/entities/uuml.xml +9 -0
  1076. data/tests/illformed/entities/weierp.xml +9 -0
  1077. data/tests/illformed/entities/xi.xml +9 -0
  1078. data/tests/illformed/entities/yacute.xml +9 -0
  1079. data/tests/illformed/entities/yen.xml +9 -0
  1080. data/tests/illformed/entities/yuml.xml +9 -0
  1081. data/tests/illformed/entities/zeta.xml +9 -0
  1082. data/tests/illformed/entities/zwj.xml +9 -0
  1083. data/tests/illformed/entities/zwnj.xml +9 -0
  1084. data/tests/illformed/itunes/itunes_channel_block.xml +9 -0
  1085. data/tests/illformed/itunes/itunes_channel_block_false.xml +9 -0
  1086. data/tests/illformed/itunes/itunes_channel_block_no.xml +9 -0
  1087. data/tests/illformed/itunes/itunes_channel_block_true.xml +9 -0
  1088. data/tests/illformed/itunes/itunes_channel_block_uppercase.xml +9 -0
  1089. data/tests/illformed/itunes/itunes_channel_block_whitespace.xml +9 -0
  1090. data/tests/illformed/itunes/itunes_channel_category.xml +9 -0
  1091. data/tests/illformed/itunes/itunes_channel_category_nested.xml +11 -0
  1092. data/tests/illformed/itunes/itunes_channel_category_scheme.xml +9 -0
  1093. data/tests/illformed/itunes/itunes_channel_explicit.xml +9 -0
  1094. data/tests/illformed/itunes/itunes_channel_explicit_false.xml +9 -0
  1095. data/tests/illformed/itunes/itunes_channel_explicit_no.xml +9 -0
  1096. data/tests/illformed/itunes/itunes_channel_explicit_true.xml +9 -0
  1097. data/tests/illformed/itunes/itunes_channel_explicit_uppercase.xml +9 -0
  1098. data/tests/illformed/itunes/itunes_channel_explicit_whitespace.xml +9 -0
  1099. data/tests/illformed/itunes/itunes_channel_image.xml +9 -0
  1100. data/tests/illformed/itunes/itunes_channel_keywords.xml +9 -0
  1101. data/tests/illformed/itunes/itunes_channel_keywords_duplicate.xml +9 -0
  1102. data/tests/illformed/itunes/itunes_channel_keywords_duplicate_2.xml +10 -0
  1103. data/tests/illformed/itunes/itunes_channel_keywords_multiple.xml +9 -0
  1104. data/tests/illformed/itunes/itunes_channel_link_image.xml +9 -0
  1105. data/tests/illformed/itunes/itunes_channel_owner_email.xml +12 -0
  1106. data/tests/illformed/itunes/itunes_channel_owner_name.xml +12 -0
  1107. data/tests/illformed/itunes/itunes_channel_subtitle.xml +9 -0
  1108. data/tests/illformed/itunes/itunes_channel_summary.xml +9 -0
  1109. data/tests/illformed/itunes/itunes_core_element_uppercase.xml +9 -0
  1110. data/tests/illformed/itunes/itunes_enclosure_url_maps_id.xml +11 -0
  1111. data/tests/illformed/itunes/itunes_enclosure_url_maps_id_2.xml +12 -0
  1112. data/tests/illformed/itunes/itunes_item_author_map_author.xml +11 -0
  1113. data/tests/illformed/itunes/itunes_item_block.xml +11 -0
  1114. data/tests/illformed/itunes/itunes_item_block_false.xml +11 -0
  1115. data/tests/illformed/itunes/itunes_item_block_no.xml +11 -0
  1116. data/tests/illformed/itunes/itunes_item_block_true.xml +11 -0
  1117. data/tests/illformed/itunes/itunes_item_block_uppercase.xml +11 -0
  1118. data/tests/illformed/itunes/itunes_item_block_whitespace.xml +11 -0
  1119. data/tests/illformed/itunes/itunes_item_category.xml +11 -0
  1120. data/tests/illformed/itunes/itunes_item_category_nested.xml +13 -0
  1121. data/tests/illformed/itunes/itunes_item_category_scheme.xml +11 -0
  1122. data/tests/illformed/itunes/itunes_item_duration.xml +11 -0
  1123. data/tests/illformed/itunes/itunes_item_explicit.xml +11 -0
  1124. data/tests/illformed/itunes/itunes_item_explicit_false.xml +11 -0
  1125. data/tests/illformed/itunes/itunes_item_explicit_no.xml +11 -0
  1126. data/tests/illformed/itunes/itunes_item_explicit_true.xml +11 -0
  1127. data/tests/illformed/itunes/itunes_item_explicit_uppercase.xml +11 -0
  1128. data/tests/illformed/itunes/itunes_item_explicit_whitespace.xml +11 -0
  1129. data/tests/illformed/itunes/itunes_item_image.xml +11 -0
  1130. data/tests/illformed/itunes/itunes_item_link_image.xml +11 -0
  1131. data/tests/illformed/itunes/itunes_item_subtitle.xml +11 -0
  1132. data/tests/illformed/itunes/itunes_item_summary.xml +11 -0
  1133. data/tests/illformed/itunes/itunes_namespace.xml +9 -0
  1134. data/tests/illformed/itunes/itunes_namespace_example.xml +9 -0
  1135. data/tests/illformed/itunes/itunes_namespace_lowercase.xml +9 -0
  1136. data/tests/illformed/itunes/itunes_namespace_uppercase.xml +9 -0
  1137. data/tests/illformed/lang/channel_dc_language.xml +9 -0
  1138. data/tests/illformed/lang/channel_language.xml +9 -0
  1139. data/tests/illformed/lang/entry_content_xml_lang.xml +9 -0
  1140. data/tests/illformed/lang/entry_content_xml_lang_blank.xml +9 -0
  1141. data/tests/illformed/lang/entry_content_xml_lang_blank_2.xml +9 -0
  1142. data/tests/illformed/lang/entry_content_xml_lang_blank_3.xml +12 -0
  1143. data/tests/illformed/lang/entry_content_xml_lang_inherit.xml +9 -0
  1144. data/tests/illformed/lang/entry_content_xml_lang_inherit_2.xml +9 -0
  1145. data/tests/illformed/lang/entry_content_xml_lang_inherit_3.xml +10 -0
  1146. data/tests/illformed/lang/entry_content_xml_lang_inherit_4.xml +10 -0
  1147. data/tests/illformed/lang/entry_summary_xml_lang.xml +9 -0
  1148. data/tests/illformed/lang/entry_summary_xml_lang_blank.xml +9 -0
  1149. data/tests/illformed/lang/entry_summary_xml_lang_inherit.xml +9 -0
  1150. data/tests/illformed/lang/entry_summary_xml_lang_inherit_2.xml +9 -0
  1151. data/tests/illformed/lang/entry_summary_xml_lang_inherit_3.xml +10 -0
  1152. data/tests/illformed/lang/entry_summary_xml_lang_inherit_4.xml +10 -0
  1153. data/tests/illformed/lang/entry_title_xml_lang.xml +9 -0
  1154. data/tests/illformed/lang/entry_title_xml_lang_blank.xml +9 -0
  1155. data/tests/illformed/lang/entry_title_xml_lang_inherit.xml +9 -0
  1156. data/tests/illformed/lang/entry_title_xml_lang_inherit_2.xml +9 -0
  1157. data/tests/illformed/lang/entry_title_xml_lang_inherit_3.xml +10 -0
  1158. data/tests/illformed/lang/entry_title_xml_lang_inherit_4.xml +10 -0
  1159. data/tests/illformed/lang/feed_copyright_xml_lang.xml +7 -0
  1160. data/tests/illformed/lang/feed_copyright_xml_lang_blank.xml +7 -0
  1161. data/tests/illformed/lang/feed_copyright_xml_lang_inherit.xml +7 -0
  1162. data/tests/illformed/lang/feed_copyright_xml_lang_inherit_2.xml +7 -0
  1163. data/tests/illformed/lang/feed_copyright_xml_lang_inherit_3.xml +8 -0
  1164. data/tests/illformed/lang/feed_copyright_xml_lang_inherit_4.xml +8 -0
  1165. data/tests/illformed/lang/feed_info_xml_lang.xml +7 -0
  1166. data/tests/illformed/lang/feed_info_xml_lang_blank.xml +7 -0
  1167. data/tests/illformed/lang/feed_info_xml_lang_inherit.xml +7 -0
  1168. data/tests/illformed/lang/feed_info_xml_lang_inherit_2.xml +7 -0
  1169. data/tests/illformed/lang/feed_info_xml_lang_inherit_3.xml +8 -0
  1170. data/tests/illformed/lang/feed_info_xml_lang_inherit_4.xml +8 -0
  1171. data/tests/illformed/lang/feed_language.xml +9 -0
  1172. data/tests/illformed/lang/feed_language_override.xml +9 -0
  1173. data/tests/illformed/lang/feed_not_xml_lang.xml +7 -0
  1174. data/tests/illformed/lang/feed_not_xml_lang_2.xml +7 -0
  1175. data/tests/illformed/lang/feed_tagline_xml_lang.xml +7 -0
  1176. data/tests/illformed/lang/feed_tagline_xml_lang_blank.xml +7 -0
  1177. data/tests/illformed/lang/feed_tagline_xml_lang_inherit.xml +7 -0
  1178. data/tests/illformed/lang/feed_tagline_xml_lang_inherit_2.xml +7 -0
  1179. data/tests/illformed/lang/feed_tagline_xml_lang_inherit_3.xml +8 -0
  1180. data/tests/illformed/lang/feed_tagline_xml_lang_inherit_4.xml +8 -0
  1181. data/tests/illformed/lang/feed_title_xml_lang.xml +7 -0
  1182. data/tests/illformed/lang/feed_title_xml_lang_blank.xml +7 -0
  1183. data/tests/illformed/lang/feed_title_xml_lang_inherit.xml +7 -0
  1184. data/tests/illformed/lang/feed_title_xml_lang_inherit_2.xml +7 -0
  1185. data/tests/illformed/lang/feed_title_xml_lang_inherit_3.xml +8 -0
  1186. data/tests/illformed/lang/feed_title_xml_lang_inherit_4.xml +8 -0
  1187. data/tests/illformed/lang/feed_xml_lang.xml +6 -0
  1188. data/tests/illformed/lang/http_content_language.xml +7 -0
  1189. data/tests/illformed/lang/http_content_language_entry_title_inherit.xml +10 -0
  1190. data/tests/illformed/lang/http_content_language_entry_title_inherit_2.xml +11 -0
  1191. data/tests/illformed/lang/http_content_language_feed_language.xml +10 -0
  1192. data/tests/illformed/lang/http_content_language_feed_xml_lang.xml +7 -0
  1193. data/tests/illformed/lang/item_content_encoded_xml_lang.xml +11 -0
  1194. data/tests/illformed/lang/item_content_encoded_xml_lang_inherit.xml +11 -0
  1195. data/tests/illformed/lang/item_dc_language.xml +11 -0
  1196. data/tests/illformed/lang/item_fullitem_xml_lang.xml +11 -0
  1197. data/tests/illformed/lang/item_fullitem_xml_lang_inherit.xml +11 -0
  1198. data/tests/illformed/lang/item_xhtml_body_xml_lang.xml +13 -0
  1199. data/tests/illformed/lang/item_xhtml_body_xml_lang_inherit.xml +13 -0
  1200. data/tests/illformed/namespace/rss1.0withModules.xml +47 -0
  1201. data/tests/illformed/namespace/rss1.0withModulesNoDefNS.xml +48 -0
  1202. data/tests/illformed/namespace/rss1.0withModulesNoDefNSLocalNameClash.xml +53 -0
  1203. data/tests/illformed/namespace/rss2.0NSwithModules.xml +50 -0
  1204. data/tests/illformed/namespace/rss2.0NSwithModulesNoDefNS.xml +50 -0
  1205. data/tests/illformed/namespace/rss2.0NSwithModulesNoDefNSLocalNameClash.xml +58 -0
  1206. data/tests/illformed/namespace/rss2.0noNSwithModules.xml +49 -0
  1207. data/tests/illformed/namespace/rss2.0noNSwithModulesLocalNameClash.xml +57 -0
  1208. data/tests/illformed/namespace/undeclared_namespace.xml +10 -0
  1209. data/tests/illformed/rdf/rdf_channel_description.xml +9 -0
  1210. data/tests/illformed/rdf/rdf_channel_empty_textinput.xml +26 -0
  1211. data/tests/illformed/rdf/rdf_channel_link.xml +9 -0
  1212. data/tests/illformed/rdf/rdf_channel_title.xml +9 -0
  1213. data/tests/illformed/rdf/rdf_item_description.xml +16 -0
  1214. data/tests/illformed/rdf/rdf_item_link.xml +16 -0
  1215. data/tests/illformed/rdf/rdf_item_rdf_about.xml +15 -0
  1216. data/tests/illformed/rdf/rdf_item_title.xml +16 -0
  1217. data/tests/illformed/rdf/rss090_channel_title.xml +12 -0
  1218. data/tests/illformed/rdf/rss090_item_title.xml +12 -0
  1219. data/tests/illformed/rdf/rss_version_10.xml +6 -0
  1220. data/tests/illformed/rdf/rss_version_10_not_default_ns.xml +8 -0
  1221. data/tests/illformed/rss/aaa_illformed.xml +6 -0
  1222. data/tests/illformed/rss/channel_author.xml +9 -0
  1223. data/tests/illformed/rss/channel_author_map_author_detail_email.xml +9 -0
  1224. data/tests/illformed/rss/channel_author_map_author_detail_email_2.xml +9 -0
  1225. data/tests/illformed/rss/channel_author_map_author_detail_email_3.xml +9 -0
  1226. data/tests/illformed/rss/channel_author_map_author_detail_name.xml +9 -0
  1227. data/tests/illformed/rss/channel_author_map_author_detail_name_2.xml +9 -0
  1228. data/tests/illformed/rss/channel_category.xml +9 -0
  1229. data/tests/illformed/rss/channel_category_domain.xml +9 -0
  1230. data/tests/illformed/rss/channel_category_multiple.xml +10 -0
  1231. data/tests/illformed/rss/channel_category_multiple_2.xml +10 -0
  1232. data/tests/illformed/rss/channel_cloud_domain.xml +9 -0
  1233. data/tests/illformed/rss/channel_cloud_path.xml +9 -0
  1234. data/tests/illformed/rss/channel_cloud_port.xml +9 -0
  1235. data/tests/illformed/rss/channel_cloud_protocol.xml +9 -0
  1236. data/tests/illformed/rss/channel_cloud_registerProcedure.xml +9 -0
  1237. data/tests/illformed/rss/channel_copyright.xml +9 -0
  1238. data/tests/illformed/rss/channel_dc_author.xml +9 -0
  1239. data/tests/illformed/rss/channel_dc_author_map_author_detail_email.xml +9 -0
  1240. data/tests/illformed/rss/channel_dc_author_map_author_detail_name.xml +9 -0
  1241. data/tests/illformed/rss/channel_dc_contributor.xml +9 -0
  1242. data/tests/illformed/rss/channel_dc_creator.xml +9 -0
  1243. data/tests/illformed/rss/channel_dc_creator_map_author_detail_email.xml +9 -0
  1244. data/tests/illformed/rss/channel_dc_creator_map_author_detail_name.xml +9 -0
  1245. data/tests/illformed/rss/channel_dc_publisher.xml +9 -0
  1246. data/tests/illformed/rss/channel_dc_publisher_email.xml +9 -0
  1247. data/tests/illformed/rss/channel_dc_publisher_name.xml +9 -0
  1248. data/tests/illformed/rss/channel_dc_rights.xml +9 -0
  1249. data/tests/illformed/rss/channel_dc_subject.xml +9 -0
  1250. data/tests/illformed/rss/channel_dc_subject_2.xml +9 -0
  1251. data/tests/illformed/rss/channel_dc_subject_multiple.xml +10 -0
  1252. data/tests/illformed/rss/channel_dc_title.xml +9 -0
  1253. data/tests/illformed/rss/channel_description.xml +9 -0
  1254. data/tests/illformed/rss/channel_description_escaped_markup.xml +9 -0
  1255. data/tests/illformed/rss/channel_description_map_tagline.xml +9 -0
  1256. data/tests/illformed/rss/channel_description_naked_markup.xml +9 -0
  1257. data/tests/illformed/rss/channel_description_shorttag.xml +10 -0
  1258. data/tests/illformed/rss/channel_docs.xml +9 -0
  1259. data/tests/illformed/rss/channel_generator.xml +9 -0
  1260. data/tests/illformed/rss/channel_image_description.xml +16 -0
  1261. data/tests/illformed/rss/channel_image_height.xml +16 -0
  1262. data/tests/illformed/rss/channel_image_link.xml +16 -0
  1263. data/tests/illformed/rss/channel_image_link_conflict.xml +12 -0
  1264. data/tests/illformed/rss/channel_image_title.xml +16 -0
  1265. data/tests/illformed/rss/channel_image_title_conflict.xml +12 -0
  1266. data/tests/illformed/rss/channel_image_url.xml +16 -0
  1267. data/tests/illformed/rss/channel_image_width.xml +16 -0
  1268. data/tests/illformed/rss/channel_link.xml +9 -0
  1269. data/tests/illformed/rss/channel_managingEditor.xml +9 -0
  1270. data/tests/illformed/rss/channel_managingEditor_map_author_detail_email.xml +9 -0
  1271. data/tests/illformed/rss/channel_managingEditor_map_author_detail_name.xml +9 -0
  1272. data/tests/illformed/rss/channel_textInput_description.xml +14 -0
  1273. data/tests/illformed/rss/channel_textInput_description_conflict.xml +12 -0
  1274. data/tests/illformed/rss/channel_textInput_link.xml +12 -0
  1275. data/tests/illformed/rss/channel_textInput_link_conflict.xml +12 -0
  1276. data/tests/illformed/rss/channel_textInput_name.xml +11 -0
  1277. data/tests/illformed/rss/channel_textInput_title.xml +12 -0
  1278. data/tests/illformed/rss/channel_textInput_title_conflict.xml +12 -0
  1279. data/tests/illformed/rss/channel_title.xml +9 -0
  1280. data/tests/illformed/rss/channel_title_apos.xml +9 -0
  1281. data/tests/illformed/rss/channel_title_gt.xml +9 -0
  1282. data/tests/illformed/rss/channel_title_lt.xml +9 -0
  1283. data/tests/illformed/rss/channel_ttl.xml +9 -0
  1284. data/tests/illformed/rss/channel_webMaster.xml +9 -0
  1285. data/tests/illformed/rss/channel_webMaster_email.xml +9 -0
  1286. data/tests/illformed/rss/channel_webMaster_name.xml +9 -0
  1287. data/tests/illformed/rss/item_author.xml +11 -0
  1288. data/tests/illformed/rss/item_author_map_author_detail_email.xml +11 -0
  1289. data/tests/illformed/rss/item_author_map_author_detail_name.xml +11 -0
  1290. data/tests/illformed/rss/item_category.xml +11 -0
  1291. data/tests/illformed/rss/item_category_domain.xml +11 -0
  1292. data/tests/illformed/rss/item_category_multiple.xml +12 -0
  1293. data/tests/illformed/rss/item_category_multiple_2.xml +12 -0
  1294. data/tests/illformed/rss/item_comments.xml +11 -0
  1295. data/tests/illformed/rss/item_content_encoded.xml +11 -0
  1296. data/tests/illformed/rss/item_content_encoded_mode.xml +11 -0
  1297. data/tests/illformed/rss/item_content_encoded_type.xml +11 -0
  1298. data/tests/illformed/rss/item_dc_author.xml +11 -0
  1299. data/tests/illformed/rss/item_dc_author_map_author_detail_email.xml +11 -0
  1300. data/tests/illformed/rss/item_dc_author_map_author_detail_name.xml +11 -0
  1301. data/tests/illformed/rss/item_dc_contributor.xml +11 -0
  1302. data/tests/illformed/rss/item_dc_creator.xml +11 -0
  1303. data/tests/illformed/rss/item_dc_creator_map_author_detail_email.xml +11 -0
  1304. data/tests/illformed/rss/item_dc_creator_map_author_detail_name.xml +11 -0
  1305. data/tests/illformed/rss/item_dc_publisher.xml +11 -0
  1306. data/tests/illformed/rss/item_dc_publisher_email.xml +11 -0
  1307. data/tests/illformed/rss/item_dc_publisher_name.xml +11 -0
  1308. data/tests/illformed/rss/item_dc_rights.xml +11 -0
  1309. data/tests/illformed/rss/item_dc_subject.xml +11 -0
  1310. data/tests/illformed/rss/item_dc_subject_2.xml +11 -0
  1311. data/tests/illformed/rss/item_dc_subject_multiple.xml +12 -0
  1312. data/tests/illformed/rss/item_dc_title.xml +11 -0
  1313. data/tests/illformed/rss/item_description.xml +11 -0
  1314. data/tests/illformed/rss/item_description_and_summary.xml +12 -0
  1315. data/tests/illformed/rss/item_description_br.xml +11 -0
  1316. data/tests/illformed/rss/item_description_br_shorttag.xml +12 -0
  1317. data/tests/illformed/rss/item_description_escaped_markup.xml +11 -0
  1318. data/tests/illformed/rss/item_description_map_summary.xml +11 -0
  1319. data/tests/illformed/rss/item_description_naked_markup.xml +11 -0
  1320. data/tests/illformed/rss/item_description_not_a_doctype.xml +9 -0
  1321. data/tests/illformed/rss/item_enclosure_length.xml +12 -0
  1322. data/tests/illformed/rss/item_enclosure_multiple.xml +13 -0
  1323. data/tests/illformed/rss/item_enclosure_type.xml +12 -0
  1324. data/tests/illformed/rss/item_enclosure_url.xml +12 -0
  1325. data/tests/illformed/rss/item_fullitem.xml +11 -0
  1326. data/tests/illformed/rss/item_fullitem_mode.xml +11 -0
  1327. data/tests/illformed/rss/item_fullitem_type.xml +11 -0
  1328. data/tests/illformed/rss/item_guid.xml +11 -0
  1329. data/tests/illformed/rss/item_guid_conflict_link.xml +12 -0
  1330. data/tests/illformed/rss/item_guid_guidislink.xml +11 -0
  1331. data/tests/illformed/rss/item_guid_isPermaLink_conflict_link.xml +12 -0
  1332. data/tests/illformed/rss/item_guid_isPermaLink_conflict_link_not_guidislink.xml +12 -0
  1333. data/tests/illformed/rss/item_guid_isPermaLink_guidislink.xml +11 -0
  1334. data/tests/illformed/rss/item_guid_isPermaLink_map_link.xml +11 -0
  1335. data/tests/illformed/rss/item_guid_map_link.xml +11 -0
  1336. data/tests/illformed/rss/item_guid_not_permalink.xml +11 -0
  1337. data/tests/illformed/rss/item_guid_not_permalink_conflict_link.xml +12 -0
  1338. data/tests/illformed/rss/item_guid_not_permalink_not_guidislink.xml +11 -0
  1339. data/tests/illformed/rss/item_guid_not_permalink_not_guidislink_2.xml +12 -0
  1340. data/tests/illformed/rss/item_link.xml +11 -0
  1341. data/tests/illformed/rss/item_source.xml +12 -0
  1342. data/tests/illformed/rss/item_source_url.xml +12 -0
  1343. data/tests/illformed/rss/item_summary_and_description.xml +12 -0
  1344. data/tests/illformed/rss/item_title.xml +11 -0
  1345. data/tests/illformed/rss/item_xhtml_body.xml +13 -0
  1346. data/tests/illformed/rss/item_xhtml_body_mode.xml +13 -0
  1347. data/tests/illformed/rss/item_xhtml_body_type.xml +13 -0
  1348. data/tests/illformed/rss/rss_namespace_1.xml +9 -0
  1349. data/tests/illformed/rss/rss_namespace_2.xml +9 -0
  1350. data/tests/illformed/rss/rss_namespace_3.xml +9 -0
  1351. data/tests/illformed/rss/rss_namespace_4.xml +9 -0
  1352. data/tests/illformed/rss/rss_version_090.xml +6 -0
  1353. data/tests/illformed/rss/rss_version_091_netscape.xml +7 -0
  1354. data/tests/illformed/rss/rss_version_092.xml +6 -0
  1355. data/tests/illformed/rss/rss_version_093.xml +6 -0
  1356. data/tests/illformed/rss/rss_version_094.xml +6 -0
  1357. data/tests/illformed/rss/rss_version_20.xml +6 -0
  1358. data/tests/illformed/rss/rss_version_201.xml +6 -0
  1359. data/tests/illformed/rss/rss_version_21.xml +6 -0
  1360. data/tests/illformed/rss/rss_version_missing.xml +9 -0
  1361. data/tests/illformed/sanitize/entry_content_applet.xml +9 -0
  1362. data/tests/illformed/sanitize/entry_content_blink.xml +9 -0
  1363. data/tests/illformed/sanitize/entry_content_crazy.xml +75 -0
  1364. data/tests/illformed/sanitize/entry_content_embed.xml +9 -0
  1365. data/tests/illformed/sanitize/entry_content_frame.xml +9 -0
  1366. data/tests/illformed/sanitize/entry_content_iframe.xml +9 -0
  1367. data/tests/illformed/sanitize/entry_content_link.xml +9 -0
  1368. data/tests/illformed/sanitize/entry_content_meta.xml +9 -0
  1369. data/tests/illformed/sanitize/entry_content_object.xml +9 -0
  1370. data/tests/illformed/sanitize/entry_content_onabort.xml +9 -0
  1371. data/tests/illformed/sanitize/entry_content_onblur.xml +9 -0
  1372. data/tests/illformed/sanitize/entry_content_onchange.xml +9 -0
  1373. data/tests/illformed/sanitize/entry_content_onclick.xml +9 -0
  1374. data/tests/illformed/sanitize/entry_content_ondblclick.xml +9 -0
  1375. data/tests/illformed/sanitize/entry_content_onerror.xml +9 -0
  1376. data/tests/illformed/sanitize/entry_content_onfocus.xml +9 -0
  1377. data/tests/illformed/sanitize/entry_content_onkeydown.xml +9 -0
  1378. data/tests/illformed/sanitize/entry_content_onkeypress.xml +9 -0
  1379. data/tests/illformed/sanitize/entry_content_onkeyup.xml +9 -0
  1380. data/tests/illformed/sanitize/entry_content_onload.xml +9 -0
  1381. data/tests/illformed/sanitize/entry_content_onmousedown.xml +9 -0
  1382. data/tests/illformed/sanitize/entry_content_onmouseout.xml +9 -0
  1383. data/tests/illformed/sanitize/entry_content_onmouseover.xml +9 -0
  1384. data/tests/illformed/sanitize/entry_content_onmouseup.xml +9 -0
  1385. data/tests/illformed/sanitize/entry_content_onreset.xml +9 -0
  1386. data/tests/illformed/sanitize/entry_content_onresize.xml +9 -0
  1387. data/tests/illformed/sanitize/entry_content_onsubmit.xml +9 -0
  1388. data/tests/illformed/sanitize/entry_content_onunload.xml +9 -0
  1389. data/tests/illformed/sanitize/entry_content_script.xml +9 -0
  1390. data/tests/illformed/sanitize/entry_content_script_base64.xml +12 -0
  1391. data/tests/illformed/sanitize/entry_content_script_cdata.xml +9 -0
  1392. data/tests/illformed/sanitize/entry_content_script_inline.xml +9 -0
  1393. data/tests/illformed/sanitize/entry_content_style.xml +9 -0
  1394. data/tests/illformed/sanitize/entry_summary_applet.xml +9 -0
  1395. data/tests/illformed/sanitize/entry_summary_blink.xml +9 -0
  1396. data/tests/illformed/sanitize/entry_summary_crazy.xml +75 -0
  1397. data/tests/illformed/sanitize/entry_summary_embed.xml +9 -0
  1398. data/tests/illformed/sanitize/entry_summary_frame.xml +9 -0
  1399. data/tests/illformed/sanitize/entry_summary_iframe.xml +9 -0
  1400. data/tests/illformed/sanitize/entry_summary_link.xml +9 -0
  1401. data/tests/illformed/sanitize/entry_summary_meta.xml +9 -0
  1402. data/tests/illformed/sanitize/entry_summary_object.xml +9 -0
  1403. data/tests/illformed/sanitize/entry_summary_onabort.xml +9 -0
  1404. data/tests/illformed/sanitize/entry_summary_onblur.xml +9 -0
  1405. data/tests/illformed/sanitize/entry_summary_onchange.xml +9 -0
  1406. data/tests/illformed/sanitize/entry_summary_onclick.xml +9 -0
  1407. data/tests/illformed/sanitize/entry_summary_ondblclick.xml +9 -0
  1408. data/tests/illformed/sanitize/entry_summary_onerror.xml +9 -0
  1409. data/tests/illformed/sanitize/entry_summary_onfocus.xml +9 -0
  1410. data/tests/illformed/sanitize/entry_summary_onkeydown.xml +9 -0
  1411. data/tests/illformed/sanitize/entry_summary_onkeypress.xml +9 -0
  1412. data/tests/illformed/sanitize/entry_summary_onkeyup.xml +9 -0
  1413. data/tests/illformed/sanitize/entry_summary_onload.xml +9 -0
  1414. data/tests/illformed/sanitize/entry_summary_onmousedown.xml +9 -0
  1415. data/tests/illformed/sanitize/entry_summary_onmouseout.xml +9 -0
  1416. data/tests/illformed/sanitize/entry_summary_onmouseover.xml +9 -0
  1417. data/tests/illformed/sanitize/entry_summary_onmouseup.xml +9 -0
  1418. data/tests/illformed/sanitize/entry_summary_onreset.xml +9 -0
  1419. data/tests/illformed/sanitize/entry_summary_onresize.xml +9 -0
  1420. data/tests/illformed/sanitize/entry_summary_onsubmit.xml +9 -0
  1421. data/tests/illformed/sanitize/entry_summary_onunload.xml +9 -0
  1422. data/tests/illformed/sanitize/entry_summary_script.xml +9 -0
  1423. data/tests/illformed/sanitize/entry_summary_script_base64.xml +12 -0
  1424. data/tests/illformed/sanitize/entry_summary_script_cdata.xml +9 -0
  1425. data/tests/illformed/sanitize/entry_summary_script_inline.xml +9 -0
  1426. data/tests/illformed/sanitize/entry_summary_script_map_description.xml +9 -0
  1427. data/tests/illformed/sanitize/entry_summary_style.xml +9 -0
  1428. data/tests/illformed/sanitize/entry_title_applet.xml +9 -0
  1429. data/tests/illformed/sanitize/entry_title_blink.xml +9 -0
  1430. data/tests/illformed/sanitize/entry_title_crazy.xml +75 -0
  1431. data/tests/illformed/sanitize/entry_title_embed.xml +9 -0
  1432. data/tests/illformed/sanitize/entry_title_frame.xml +9 -0
  1433. data/tests/illformed/sanitize/entry_title_iframe.xml +9 -0
  1434. data/tests/illformed/sanitize/entry_title_link.xml +9 -0
  1435. data/tests/illformed/sanitize/entry_title_meta.xml +9 -0
  1436. data/tests/illformed/sanitize/entry_title_object.xml +9 -0
  1437. data/tests/illformed/sanitize/entry_title_onabort.xml +9 -0
  1438. data/tests/illformed/sanitize/entry_title_onblur.xml +9 -0
  1439. data/tests/illformed/sanitize/entry_title_onchange.xml +9 -0
  1440. data/tests/illformed/sanitize/entry_title_onclick.xml +9 -0
  1441. data/tests/illformed/sanitize/entry_title_ondblclick.xml +9 -0
  1442. data/tests/illformed/sanitize/entry_title_onerror.xml +9 -0
  1443. data/tests/illformed/sanitize/entry_title_onfocus.xml +9 -0
  1444. data/tests/illformed/sanitize/entry_title_onkeydown.xml +9 -0
  1445. data/tests/illformed/sanitize/entry_title_onkeypress.xml +9 -0
  1446. data/tests/illformed/sanitize/entry_title_onkeyup.xml +9 -0
  1447. data/tests/illformed/sanitize/entry_title_onload.xml +9 -0
  1448. data/tests/illformed/sanitize/entry_title_onmousedown.xml +9 -0
  1449. data/tests/illformed/sanitize/entry_title_onmouseout.xml +9 -0
  1450. data/tests/illformed/sanitize/entry_title_onmouseover.xml +9 -0
  1451. data/tests/illformed/sanitize/entry_title_onmouseup.xml +9 -0
  1452. data/tests/illformed/sanitize/entry_title_onreset.xml +9 -0
  1453. data/tests/illformed/sanitize/entry_title_onresize.xml +9 -0
  1454. data/tests/illformed/sanitize/entry_title_onsubmit.xml +9 -0
  1455. data/tests/illformed/sanitize/entry_title_onunload.xml +9 -0
  1456. data/tests/illformed/sanitize/entry_title_script.xml +9 -0
  1457. data/tests/illformed/sanitize/entry_title_script_cdata.xml +9 -0
  1458. data/tests/illformed/sanitize/entry_title_script_inline.xml +9 -0
  1459. data/tests/illformed/sanitize/entry_title_style.xml +9 -0
  1460. data/tests/illformed/sanitize/feed_copyright_applet.xml +7 -0
  1461. data/tests/illformed/sanitize/feed_copyright_blink.xml +7 -0
  1462. data/tests/illformed/sanitize/feed_copyright_crazy.xml +73 -0
  1463. data/tests/illformed/sanitize/feed_copyright_embed.xml +7 -0
  1464. data/tests/illformed/sanitize/feed_copyright_frame.xml +7 -0
  1465. data/tests/illformed/sanitize/feed_copyright_iframe.xml +7 -0
  1466. data/tests/illformed/sanitize/feed_copyright_link.xml +7 -0
  1467. data/tests/illformed/sanitize/feed_copyright_meta.xml +7 -0
  1468. data/tests/illformed/sanitize/feed_copyright_object.xml +7 -0
  1469. data/tests/illformed/sanitize/feed_copyright_onabort.xml +7 -0
  1470. data/tests/illformed/sanitize/feed_copyright_onblur.xml +7 -0
  1471. data/tests/illformed/sanitize/feed_copyright_onchange.xml +7 -0
  1472. data/tests/illformed/sanitize/feed_copyright_onclick.xml +7 -0
  1473. data/tests/illformed/sanitize/feed_copyright_ondblclick.xml +7 -0
  1474. data/tests/illformed/sanitize/feed_copyright_onerror.xml +7 -0
  1475. data/tests/illformed/sanitize/feed_copyright_onfocus.xml +7 -0
  1476. data/tests/illformed/sanitize/feed_copyright_onkeydown.xml +7 -0
  1477. data/tests/illformed/sanitize/feed_copyright_onkeypress.xml +7 -0
  1478. data/tests/illformed/sanitize/feed_copyright_onkeyup.xml +7 -0
  1479. data/tests/illformed/sanitize/feed_copyright_onload.xml +7 -0
  1480. data/tests/illformed/sanitize/feed_copyright_onmousedown.xml +7 -0
  1481. data/tests/illformed/sanitize/feed_copyright_onmouseout.xml +7 -0
  1482. data/tests/illformed/sanitize/feed_copyright_onmouseover.xml +7 -0
  1483. data/tests/illformed/sanitize/feed_copyright_onmouseup.xml +7 -0
  1484. data/tests/illformed/sanitize/feed_copyright_onreset.xml +7 -0
  1485. data/tests/illformed/sanitize/feed_copyright_onresize.xml +7 -0
  1486. data/tests/illformed/sanitize/feed_copyright_onsubmit.xml +7 -0
  1487. data/tests/illformed/sanitize/feed_copyright_onunload.xml +7 -0
  1488. data/tests/illformed/sanitize/feed_copyright_script.xml +7 -0
  1489. data/tests/illformed/sanitize/feed_copyright_script_cdata.xml +7 -0
  1490. data/tests/illformed/sanitize/feed_copyright_script_inline.xml +7 -0
  1491. data/tests/illformed/sanitize/feed_copyright_style.xml +7 -0
  1492. data/tests/illformed/sanitize/feed_info_applet.xml +7 -0
  1493. data/tests/illformed/sanitize/feed_info_blink.xml +7 -0
  1494. data/tests/illformed/sanitize/feed_info_crazy.xml +73 -0
  1495. data/tests/illformed/sanitize/feed_info_embed.xml +7 -0
  1496. data/tests/illformed/sanitize/feed_info_frame.xml +7 -0
  1497. data/tests/illformed/sanitize/feed_info_iframe.xml +7 -0
  1498. data/tests/illformed/sanitize/feed_info_link.xml +7 -0
  1499. data/tests/illformed/sanitize/feed_info_meta.xml +7 -0
  1500. data/tests/illformed/sanitize/feed_info_object.xml +7 -0
  1501. data/tests/illformed/sanitize/feed_info_onabort.xml +7 -0
  1502. data/tests/illformed/sanitize/feed_info_onblur.xml +7 -0
  1503. data/tests/illformed/sanitize/feed_info_onchange.xml +7 -0
  1504. data/tests/illformed/sanitize/feed_info_onclick.xml +7 -0
  1505. data/tests/illformed/sanitize/feed_info_ondblclick.xml +7 -0
  1506. data/tests/illformed/sanitize/feed_info_onerror.xml +7 -0
  1507. data/tests/illformed/sanitize/feed_info_onfocus.xml +7 -0
  1508. data/tests/illformed/sanitize/feed_info_onkeydown.xml +7 -0
  1509. data/tests/illformed/sanitize/feed_info_onkeypress.xml +7 -0
  1510. data/tests/illformed/sanitize/feed_info_onkeyup.xml +7 -0
  1511. data/tests/illformed/sanitize/feed_info_onload.xml +7 -0
  1512. data/tests/illformed/sanitize/feed_info_onmousedown.xml +7 -0
  1513. data/tests/illformed/sanitize/feed_info_onmouseout.xml +7 -0
  1514. data/tests/illformed/sanitize/feed_info_onmouseover.xml +7 -0
  1515. data/tests/illformed/sanitize/feed_info_onmouseup.xml +7 -0
  1516. data/tests/illformed/sanitize/feed_info_onreset.xml +7 -0
  1517. data/tests/illformed/sanitize/feed_info_onresize.xml +7 -0
  1518. data/tests/illformed/sanitize/feed_info_onsubmit.xml +7 -0
  1519. data/tests/illformed/sanitize/feed_info_onunload.xml +7 -0
  1520. data/tests/illformed/sanitize/feed_info_script.xml +7 -0
  1521. data/tests/illformed/sanitize/feed_info_script_cdata.xml +7 -0
  1522. data/tests/illformed/sanitize/feed_info_script_inline.xml +7 -0
  1523. data/tests/illformed/sanitize/feed_info_style.xml +7 -0
  1524. data/tests/illformed/sanitize/feed_subtitle_applet.xml +7 -0
  1525. data/tests/illformed/sanitize/feed_subtitle_blink.xml +7 -0
  1526. data/tests/illformed/sanitize/feed_subtitle_crazy.xml +73 -0
  1527. data/tests/illformed/sanitize/feed_subtitle_embed.xml +7 -0
  1528. data/tests/illformed/sanitize/feed_subtitle_frame.xml +7 -0
  1529. data/tests/illformed/sanitize/feed_subtitle_iframe.xml +7 -0
  1530. data/tests/illformed/sanitize/feed_subtitle_link.xml +7 -0
  1531. data/tests/illformed/sanitize/feed_subtitle_meta.xml +7 -0
  1532. data/tests/illformed/sanitize/feed_subtitle_object.xml +7 -0
  1533. data/tests/illformed/sanitize/feed_subtitle_onabort.xml +7 -0
  1534. data/tests/illformed/sanitize/feed_subtitle_onblur.xml +7 -0
  1535. data/tests/illformed/sanitize/feed_subtitle_onchange.xml +7 -0
  1536. data/tests/illformed/sanitize/feed_subtitle_onclick.xml +7 -0
  1537. data/tests/illformed/sanitize/feed_subtitle_ondblclick.xml +7 -0
  1538. data/tests/illformed/sanitize/feed_subtitle_onerror.xml +7 -0
  1539. data/tests/illformed/sanitize/feed_subtitle_onfocus.xml +7 -0
  1540. data/tests/illformed/sanitize/feed_subtitle_onkeydown.xml +7 -0
  1541. data/tests/illformed/sanitize/feed_subtitle_onkeypress.xml +7 -0
  1542. data/tests/illformed/sanitize/feed_subtitle_onkeyup.xml +7 -0
  1543. data/tests/illformed/sanitize/feed_subtitle_onload.xml +7 -0
  1544. data/tests/illformed/sanitize/feed_subtitle_onmousedown.xml +7 -0
  1545. data/tests/illformed/sanitize/feed_subtitle_onmouseout.xml +7 -0
  1546. data/tests/illformed/sanitize/feed_subtitle_onmouseover.xml +7 -0
  1547. data/tests/illformed/sanitize/feed_subtitle_onmouseup.xml +7 -0
  1548. data/tests/illformed/sanitize/feed_subtitle_onreset.xml +7 -0
  1549. data/tests/illformed/sanitize/feed_subtitle_onresize.xml +7 -0
  1550. data/tests/illformed/sanitize/feed_subtitle_onsubmit.xml +7 -0
  1551. data/tests/illformed/sanitize/feed_subtitle_onunload.xml +7 -0
  1552. data/tests/illformed/sanitize/feed_subtitle_script.xml +7 -0
  1553. data/tests/illformed/sanitize/feed_subtitle_script_cdata.xml +7 -0
  1554. data/tests/illformed/sanitize/feed_subtitle_script_inline.xml +7 -0
  1555. data/tests/illformed/sanitize/feed_subtitle_style.xml +7 -0
  1556. data/tests/illformed/sanitize/feed_tagline_applet.xml +7 -0
  1557. data/tests/illformed/sanitize/feed_tagline_blink.xml +7 -0
  1558. data/tests/illformed/sanitize/feed_tagline_crazy.xml +73 -0
  1559. data/tests/illformed/sanitize/feed_tagline_embed.xml +7 -0
  1560. data/tests/illformed/sanitize/feed_tagline_frame.xml +7 -0
  1561. data/tests/illformed/sanitize/feed_tagline_iframe.xml +7 -0
  1562. data/tests/illformed/sanitize/feed_tagline_link.xml +7 -0
  1563. data/tests/illformed/sanitize/feed_tagline_meta.xml +7 -0
  1564. data/tests/illformed/sanitize/feed_tagline_object.xml +7 -0
  1565. data/tests/illformed/sanitize/feed_tagline_onabort.xml +7 -0
  1566. data/tests/illformed/sanitize/feed_tagline_onblur.xml +7 -0
  1567. data/tests/illformed/sanitize/feed_tagline_onchange.xml +7 -0
  1568. data/tests/illformed/sanitize/feed_tagline_onclick.xml +7 -0
  1569. data/tests/illformed/sanitize/feed_tagline_ondblclick.xml +7 -0
  1570. data/tests/illformed/sanitize/feed_tagline_onerror.xml +7 -0
  1571. data/tests/illformed/sanitize/feed_tagline_onfocus.xml +7 -0
  1572. data/tests/illformed/sanitize/feed_tagline_onkeydown.xml +7 -0
  1573. data/tests/illformed/sanitize/feed_tagline_onkeypress.xml +7 -0
  1574. data/tests/illformed/sanitize/feed_tagline_onkeyup.xml +7 -0
  1575. data/tests/illformed/sanitize/feed_tagline_onload.xml +7 -0
  1576. data/tests/illformed/sanitize/feed_tagline_onmousedown.xml +7 -0
  1577. data/tests/illformed/sanitize/feed_tagline_onmouseout.xml +7 -0
  1578. data/tests/illformed/sanitize/feed_tagline_onmouseover.xml +7 -0
  1579. data/tests/illformed/sanitize/feed_tagline_onmouseup.xml +7 -0
  1580. data/tests/illformed/sanitize/feed_tagline_onreset.xml +7 -0
  1581. data/tests/illformed/sanitize/feed_tagline_onresize.xml +7 -0
  1582. data/tests/illformed/sanitize/feed_tagline_onsubmit.xml +7 -0
  1583. data/tests/illformed/sanitize/feed_tagline_onunload.xml +7 -0
  1584. data/tests/illformed/sanitize/feed_tagline_script.xml +7 -0
  1585. data/tests/illformed/sanitize/feed_tagline_script_cdata.xml +7 -0
  1586. data/tests/illformed/sanitize/feed_tagline_script_inline.xml +7 -0
  1587. data/tests/illformed/sanitize/feed_tagline_script_map_description.xml +7 -0
  1588. data/tests/illformed/sanitize/feed_tagline_style.xml +7 -0
  1589. data/tests/illformed/sanitize/feed_title_applet.xml +7 -0
  1590. data/tests/illformed/sanitize/feed_title_blink.xml +7 -0
  1591. data/tests/illformed/sanitize/feed_title_crazy.xml +73 -0
  1592. data/tests/illformed/sanitize/feed_title_embed.xml +7 -0
  1593. data/tests/illformed/sanitize/feed_title_frame.xml +7 -0
  1594. data/tests/illformed/sanitize/feed_title_iframe.xml +7 -0
  1595. data/tests/illformed/sanitize/feed_title_link.xml +7 -0
  1596. data/tests/illformed/sanitize/feed_title_meta.xml +7 -0
  1597. data/tests/illformed/sanitize/feed_title_object.xml +7 -0
  1598. data/tests/illformed/sanitize/feed_title_onabort.xml +7 -0
  1599. data/tests/illformed/sanitize/feed_title_onblur.xml +7 -0
  1600. data/tests/illformed/sanitize/feed_title_onchange.xml +7 -0
  1601. data/tests/illformed/sanitize/feed_title_onclick.xml +7 -0
  1602. data/tests/illformed/sanitize/feed_title_ondblclick.xml +7 -0
  1603. data/tests/illformed/sanitize/feed_title_onerror.xml +7 -0
  1604. data/tests/illformed/sanitize/feed_title_onfocus.xml +7 -0
  1605. data/tests/illformed/sanitize/feed_title_onkeydown.xml +7 -0
  1606. data/tests/illformed/sanitize/feed_title_onkeypress.xml +7 -0
  1607. data/tests/illformed/sanitize/feed_title_onkeyup.xml +7 -0
  1608. data/tests/illformed/sanitize/feed_title_onload.xml +7 -0
  1609. data/tests/illformed/sanitize/feed_title_onmousedown.xml +7 -0
  1610. data/tests/illformed/sanitize/feed_title_onmouseout.xml +7 -0
  1611. data/tests/illformed/sanitize/feed_title_onmouseover.xml +7 -0
  1612. data/tests/illformed/sanitize/feed_title_onmouseup.xml +7 -0
  1613. data/tests/illformed/sanitize/feed_title_onreset.xml +7 -0
  1614. data/tests/illformed/sanitize/feed_title_onresize.xml +7 -0
  1615. data/tests/illformed/sanitize/feed_title_onsubmit.xml +7 -0
  1616. data/tests/illformed/sanitize/feed_title_onunload.xml +7 -0
  1617. data/tests/illformed/sanitize/feed_title_script.xml +7 -0
  1618. data/tests/illformed/sanitize/feed_title_script_cdata.xml +7 -0
  1619. data/tests/illformed/sanitize/feed_title_script_inline.xml +7 -0
  1620. data/tests/illformed/sanitize/feed_title_style.xml +7 -0
  1621. data/tests/illformed/sanitize/item_body_applet.xml +11 -0
  1622. data/tests/illformed/sanitize/item_body_blink.xml +11 -0
  1623. data/tests/illformed/sanitize/item_body_embed.xml +11 -0
  1624. data/tests/illformed/sanitize/item_body_frame.xml +11 -0
  1625. data/tests/illformed/sanitize/item_body_iframe.xml +11 -0
  1626. data/tests/illformed/sanitize/item_body_link.xml +11 -0
  1627. data/tests/illformed/sanitize/item_body_meta.xml +11 -0
  1628. data/tests/illformed/sanitize/item_body_object.xml +11 -0
  1629. data/tests/illformed/sanitize/item_body_onabort.xml +11 -0
  1630. data/tests/illformed/sanitize/item_body_onblur.xml +11 -0
  1631. data/tests/illformed/sanitize/item_body_onchange.xml +11 -0
  1632. data/tests/illformed/sanitize/item_body_onclick.xml +11 -0
  1633. data/tests/illformed/sanitize/item_body_ondblclick.xml +11 -0
  1634. data/tests/illformed/sanitize/item_body_onerror.xml +11 -0
  1635. data/tests/illformed/sanitize/item_body_onfocus.xml +11 -0
  1636. data/tests/illformed/sanitize/item_body_onkeydown.xml +11 -0
  1637. data/tests/illformed/sanitize/item_body_onkeypress.xml +11 -0
  1638. data/tests/illformed/sanitize/item_body_onkeyup.xml +11 -0
  1639. data/tests/illformed/sanitize/item_body_onload.xml +11 -0
  1640. data/tests/illformed/sanitize/item_body_onmousedown.xml +11 -0
  1641. data/tests/illformed/sanitize/item_body_onmouseout.xml +11 -0
  1642. data/tests/illformed/sanitize/item_body_onmouseover.xml +11 -0
  1643. data/tests/illformed/sanitize/item_body_onmouseup.xml +11 -0
  1644. data/tests/illformed/sanitize/item_body_onreset.xml +11 -0
  1645. data/tests/illformed/sanitize/item_body_onresize.xml +11 -0
  1646. data/tests/illformed/sanitize/item_body_onsubmit.xml +11 -0
  1647. data/tests/illformed/sanitize/item_body_onunload.xml +11 -0
  1648. data/tests/illformed/sanitize/item_body_script.xml +11 -0
  1649. data/tests/illformed/sanitize/item_body_script_map_content.xml +11 -0
  1650. data/tests/illformed/sanitize/item_body_style.xml +11 -0
  1651. data/tests/illformed/sanitize/item_content_encoded_applet.xml +11 -0
  1652. data/tests/illformed/sanitize/item_content_encoded_blink.xml +11 -0
  1653. data/tests/illformed/sanitize/item_content_encoded_crazy.xml +77 -0
  1654. data/tests/illformed/sanitize/item_content_encoded_embed.xml +11 -0
  1655. data/tests/illformed/sanitize/item_content_encoded_frame.xml +11 -0
  1656. data/tests/illformed/sanitize/item_content_encoded_iframe.xml +11 -0
  1657. data/tests/illformed/sanitize/item_content_encoded_link.xml +11 -0
  1658. data/tests/illformed/sanitize/item_content_encoded_map_content.xml +11 -0
  1659. data/tests/illformed/sanitize/item_content_encoded_meta.xml +11 -0
  1660. data/tests/illformed/sanitize/item_content_encoded_object.xml +11 -0
  1661. data/tests/illformed/sanitize/item_content_encoded_onabort.xml +11 -0
  1662. data/tests/illformed/sanitize/item_content_encoded_onblur.xml +11 -0
  1663. data/tests/illformed/sanitize/item_content_encoded_onchange.xml +11 -0
  1664. data/tests/illformed/sanitize/item_content_encoded_onclick.xml +11 -0
  1665. data/tests/illformed/sanitize/item_content_encoded_ondblclick.xml +11 -0
  1666. data/tests/illformed/sanitize/item_content_encoded_onerror.xml +11 -0
  1667. data/tests/illformed/sanitize/item_content_encoded_onfocus.xml +11 -0
  1668. data/tests/illformed/sanitize/item_content_encoded_onkeydown.xml +11 -0
  1669. data/tests/illformed/sanitize/item_content_encoded_onkeypress.xml +11 -0
  1670. data/tests/illformed/sanitize/item_content_encoded_onkeyup.xml +11 -0
  1671. data/tests/illformed/sanitize/item_content_encoded_onload.xml +11 -0
  1672. data/tests/illformed/sanitize/item_content_encoded_onmousedown.xml +11 -0
  1673. data/tests/illformed/sanitize/item_content_encoded_onmouseout.xml +11 -0
  1674. data/tests/illformed/sanitize/item_content_encoded_onmouseover.xml +11 -0
  1675. data/tests/illformed/sanitize/item_content_encoded_onmouseup.xml +11 -0
  1676. data/tests/illformed/sanitize/item_content_encoded_onreset.xml +11 -0
  1677. data/tests/illformed/sanitize/item_content_encoded_onresize.xml +11 -0
  1678. data/tests/illformed/sanitize/item_content_encoded_onsubmit.xml +11 -0
  1679. data/tests/illformed/sanitize/item_content_encoded_onunload.xml +11 -0
  1680. data/tests/illformed/sanitize/item_content_encoded_script.xml +11 -0
  1681. data/tests/illformed/sanitize/item_content_encoded_script_cdata.xml +11 -0
  1682. data/tests/illformed/sanitize/item_content_encoded_script_map_content.xml +11 -0
  1683. data/tests/illformed/sanitize/item_content_encoded_style.xml +11 -0
  1684. data/tests/illformed/sanitize/item_description_applet.xml +11 -0
  1685. data/tests/illformed/sanitize/item_description_blink.xml +11 -0
  1686. data/tests/illformed/sanitize/item_description_crazy.xml +81 -0
  1687. data/tests/illformed/sanitize/item_description_embed.xml +11 -0
  1688. data/tests/illformed/sanitize/item_description_frame.xml +11 -0
  1689. data/tests/illformed/sanitize/item_description_iframe.xml +11 -0
  1690. data/tests/illformed/sanitize/item_description_link.xml +11 -0
  1691. data/tests/illformed/sanitize/item_description_meta.xml +11 -0
  1692. data/tests/illformed/sanitize/item_description_object.xml +11 -0
  1693. data/tests/illformed/sanitize/item_description_onabort.xml +11 -0
  1694. data/tests/illformed/sanitize/item_description_onblur.xml +11 -0
  1695. data/tests/illformed/sanitize/item_description_onchange.xml +11 -0
  1696. data/tests/illformed/sanitize/item_description_onclick.xml +11 -0
  1697. data/tests/illformed/sanitize/item_description_ondblclick.xml +11 -0
  1698. data/tests/illformed/sanitize/item_description_onerror.xml +11 -0
  1699. data/tests/illformed/sanitize/item_description_onfocus.xml +11 -0
  1700. data/tests/illformed/sanitize/item_description_onkeydown.xml +11 -0
  1701. data/tests/illformed/sanitize/item_description_onkeypress.xml +11 -0
  1702. data/tests/illformed/sanitize/item_description_onkeyup.xml +11 -0
  1703. data/tests/illformed/sanitize/item_description_onload.xml +11 -0
  1704. data/tests/illformed/sanitize/item_description_onmousedown.xml +11 -0
  1705. data/tests/illformed/sanitize/item_description_onmouseout.xml +11 -0
  1706. data/tests/illformed/sanitize/item_description_onmouseover.xml +11 -0
  1707. data/tests/illformed/sanitize/item_description_onmouseup.xml +11 -0
  1708. data/tests/illformed/sanitize/item_description_onreset.xml +11 -0
  1709. data/tests/illformed/sanitize/item_description_onresize.xml +11 -0
  1710. data/tests/illformed/sanitize/item_description_onsubmit.xml +11 -0
  1711. data/tests/illformed/sanitize/item_description_onunload.xml +11 -0
  1712. data/tests/illformed/sanitize/item_description_script.xml +11 -0
  1713. data/tests/illformed/sanitize/item_description_script_cdata.xml +11 -0
  1714. data/tests/illformed/sanitize/item_description_script_map_summary.xml +11 -0
  1715. data/tests/illformed/sanitize/item_description_style.xml +11 -0
  1716. data/tests/illformed/sanitize/item_fullitem_applet.xml +11 -0
  1717. data/tests/illformed/sanitize/item_fullitem_blink.xml +11 -0
  1718. data/tests/illformed/sanitize/item_fullitem_crazy.xml +77 -0
  1719. data/tests/illformed/sanitize/item_fullitem_embed.xml +11 -0
  1720. data/tests/illformed/sanitize/item_fullitem_frame.xml +11 -0
  1721. data/tests/illformed/sanitize/item_fullitem_iframe.xml +11 -0
  1722. data/tests/illformed/sanitize/item_fullitem_link.xml +11 -0
  1723. data/tests/illformed/sanitize/item_fullitem_meta.xml +11 -0
  1724. data/tests/illformed/sanitize/item_fullitem_object.xml +11 -0
  1725. data/tests/illformed/sanitize/item_fullitem_onabort.xml +11 -0
  1726. data/tests/illformed/sanitize/item_fullitem_onblur.xml +11 -0
  1727. data/tests/illformed/sanitize/item_fullitem_onchange.xml +11 -0
  1728. data/tests/illformed/sanitize/item_fullitem_onclick.xml +11 -0
  1729. data/tests/illformed/sanitize/item_fullitem_ondblclick.xml +11 -0
  1730. data/tests/illformed/sanitize/item_fullitem_onerror.xml +11 -0
  1731. data/tests/illformed/sanitize/item_fullitem_onfocus.xml +11 -0
  1732. data/tests/illformed/sanitize/item_fullitem_onkeydown.xml +11 -0
  1733. data/tests/illformed/sanitize/item_fullitem_onkeypress.xml +11 -0
  1734. data/tests/illformed/sanitize/item_fullitem_onkeyup.xml +11 -0
  1735. data/tests/illformed/sanitize/item_fullitem_onload.xml +11 -0
  1736. data/tests/illformed/sanitize/item_fullitem_onmousedown.xml +11 -0
  1737. data/tests/illformed/sanitize/item_fullitem_onmouseout.xml +11 -0
  1738. data/tests/illformed/sanitize/item_fullitem_onmouseover.xml +11 -0
  1739. data/tests/illformed/sanitize/item_fullitem_onmouseup.xml +11 -0
  1740. data/tests/illformed/sanitize/item_fullitem_onreset.xml +11 -0
  1741. data/tests/illformed/sanitize/item_fullitem_onresize.xml +11 -0
  1742. data/tests/illformed/sanitize/item_fullitem_onsubmit.xml +11 -0
  1743. data/tests/illformed/sanitize/item_fullitem_onunload.xml +11 -0
  1744. data/tests/illformed/sanitize/item_fullitem_script.xml +11 -0
  1745. data/tests/illformed/sanitize/item_fullitem_script_cdata.xml +11 -0
  1746. data/tests/illformed/sanitize/item_fullitem_script_map_summary.xml +11 -0
  1747. data/tests/illformed/sanitize/item_fullitem_style.xml +11 -0
  1748. data/tests/illformed/sanitize/item_xhtml_body_applet.xml +11 -0
  1749. data/tests/illformed/sanitize/item_xhtml_body_blink.xml +11 -0
  1750. data/tests/illformed/sanitize/item_xhtml_body_embed.xml +11 -0
  1751. data/tests/illformed/sanitize/item_xhtml_body_frame.xml +11 -0
  1752. data/tests/illformed/sanitize/item_xhtml_body_iframe.xml +11 -0
  1753. data/tests/illformed/sanitize/item_xhtml_body_link.xml +11 -0
  1754. data/tests/illformed/sanitize/item_xhtml_body_meta.xml +11 -0
  1755. data/tests/illformed/sanitize/item_xhtml_body_object.xml +11 -0
  1756. data/tests/illformed/sanitize/item_xhtml_body_onabort.xml +11 -0
  1757. data/tests/illformed/sanitize/item_xhtml_body_onblur.xml +11 -0
  1758. data/tests/illformed/sanitize/item_xhtml_body_onchange.xml +11 -0
  1759. data/tests/illformed/sanitize/item_xhtml_body_onclick.xml +11 -0
  1760. data/tests/illformed/sanitize/item_xhtml_body_ondblclick.xml +11 -0
  1761. data/tests/illformed/sanitize/item_xhtml_body_onerror.xml +11 -0
  1762. data/tests/illformed/sanitize/item_xhtml_body_onfocus.xml +11 -0
  1763. data/tests/illformed/sanitize/item_xhtml_body_onkeydown.xml +11 -0
  1764. data/tests/illformed/sanitize/item_xhtml_body_onkeypress.xml +11 -0
  1765. data/tests/illformed/sanitize/item_xhtml_body_onkeyup.xml +11 -0
  1766. data/tests/illformed/sanitize/item_xhtml_body_onload.xml +11 -0
  1767. data/tests/illformed/sanitize/item_xhtml_body_onmousedown.xml +11 -0
  1768. data/tests/illformed/sanitize/item_xhtml_body_onmouseout.xml +11 -0
  1769. data/tests/illformed/sanitize/item_xhtml_body_onmouseover.xml +11 -0
  1770. data/tests/illformed/sanitize/item_xhtml_body_onmouseup.xml +11 -0
  1771. data/tests/illformed/sanitize/item_xhtml_body_onreset.xml +11 -0
  1772. data/tests/illformed/sanitize/item_xhtml_body_onresize.xml +11 -0
  1773. data/tests/illformed/sanitize/item_xhtml_body_onsubmit.xml +11 -0
  1774. data/tests/illformed/sanitize/item_xhtml_body_onunload.xml +11 -0
  1775. data/tests/illformed/sanitize/item_xhtml_body_script.xml +11 -0
  1776. data/tests/illformed/sanitize/item_xhtml_body_script_map_content.xml +11 -0
  1777. data/tests/illformed/sanitize/item_xhtml_body_style.xml +11 -0
  1778. data/tests/rfeedparserserver.rb +116 -0
  1779. data/tests/rfeedparsertest.rb +196 -0
  1780. data/tests/rfponly/wellformed/mrss/mrss_media_content.xml +20 -0
  1781. data/tests/rfponly/wellformed/mrss/mrss_thumbnail.xml +21 -0
  1782. data/tests/wellformed/amp/amp01.xml +9 -0
  1783. data/tests/wellformed/amp/amp02.xml +9 -0
  1784. data/tests/wellformed/amp/amp03.xml +9 -0
  1785. data/tests/wellformed/amp/amp04.xml +9 -0
  1786. data/tests/wellformed/amp/amp05.xml +9 -0
  1787. data/tests/wellformed/amp/amp06.xml +9 -0
  1788. data/tests/wellformed/amp/amp07.xml +9 -0
  1789. data/tests/wellformed/amp/amp08.xml +9 -0
  1790. data/tests/wellformed/amp/amp09.xml +9 -0
  1791. data/tests/wellformed/amp/amp10.xml +9 -0
  1792. data/tests/wellformed/amp/amp11.xml +9 -0
  1793. data/tests/wellformed/amp/amp12.xml +9 -0
  1794. data/tests/wellformed/amp/amp13.xml +9 -0
  1795. data/tests/wellformed/amp/amp14.xml +9 -0
  1796. data/tests/wellformed/amp/amp15.xml +9 -0
  1797. data/tests/wellformed/amp/amp16.xml +9 -0
  1798. data/tests/wellformed/amp/amp17.xml +9 -0
  1799. data/tests/wellformed/amp/amp18.xml +9 -0
  1800. data/tests/wellformed/amp/amp19.xml +9 -0
  1801. data/tests/wellformed/amp/amp20.xml +9 -0
  1802. data/tests/wellformed/amp/amp21.xml +9 -0
  1803. data/tests/wellformed/amp/amp22.xml +9 -0
  1804. data/tests/wellformed/amp/amp23.xml +9 -0
  1805. data/tests/wellformed/amp/amp24.xml +9 -0
  1806. data/tests/wellformed/amp/amp25.xml +9 -0
  1807. data/tests/wellformed/amp/amp26.xml +9 -0
  1808. data/tests/wellformed/amp/amp27.xml +9 -0
  1809. data/tests/wellformed/amp/amp28.xml +9 -0
  1810. data/tests/wellformed/amp/amp29.xml +9 -0
  1811. data/tests/wellformed/amp/amp30.xml +9 -0
  1812. data/tests/wellformed/amp/amp31.xml +9 -0
  1813. data/tests/wellformed/amp/amp32.xml +9 -0
  1814. data/tests/wellformed/amp/amp33.xml +9 -0
  1815. data/tests/wellformed/amp/amp34.xml +9 -0
  1816. data/tests/wellformed/amp/amp35.xml +9 -0
  1817. data/tests/wellformed/amp/amp36.xml +9 -0
  1818. data/tests/wellformed/amp/amp37.xml +9 -0
  1819. data/tests/wellformed/amp/amp38.xml +9 -0
  1820. data/tests/wellformed/amp/amp39.xml +9 -0
  1821. data/tests/wellformed/amp/amp40.xml +9 -0
  1822. data/tests/wellformed/amp/amp41.xml +9 -0
  1823. data/tests/wellformed/amp/amp42.xml +9 -0
  1824. data/tests/wellformed/amp/amp43.xml +9 -0
  1825. data/tests/wellformed/amp/amp44.xml +9 -0
  1826. data/tests/wellformed/amp/amp45.xml +9 -0
  1827. data/tests/wellformed/amp/amp46.xml +9 -0
  1828. data/tests/wellformed/amp/amp47.xml +9 -0
  1829. data/tests/wellformed/amp/amp48.xml +9 -0
  1830. data/tests/wellformed/amp/amp49.xml +9 -0
  1831. data/tests/wellformed/amp/amp50.xml +9 -0
  1832. data/tests/wellformed/amp/amp51.xml +9 -0
  1833. data/tests/wellformed/amp/amp52.xml +9 -0
  1834. data/tests/wellformed/amp/amp53.xml +9 -0
  1835. data/tests/wellformed/amp/amp54.xml +9 -0
  1836. data/tests/wellformed/amp/amp55.xml +9 -0
  1837. data/tests/wellformed/amp/amp56.xml +9 -0
  1838. data/tests/wellformed/amp/amp57.xml +9 -0
  1839. data/tests/wellformed/amp/amp58.xml +9 -0
  1840. data/tests/wellformed/amp/amp59.xml +9 -0
  1841. data/tests/wellformed/amp/amp60.xml +9 -0
  1842. data/tests/wellformed/amp/amp61.xml +9 -0
  1843. data/tests/wellformed/amp/amp62.xml +9 -0
  1844. data/tests/wellformed/amp/amp63.xml +9 -0
  1845. data/tests/wellformed/amp/amp64.xml +9 -0
  1846. data/tests/wellformed/atom/atom_namespace_1.xml +7 -0
  1847. data/tests/wellformed/atom/atom_namespace_2.xml +7 -0
  1848. data/tests/wellformed/atom/atom_namespace_3.xml +7 -0
  1849. data/tests/wellformed/atom/atom_namespace_4.xml +7 -0
  1850. data/tests/wellformed/atom/atom_namespace_5.xml +7 -0
  1851. data/tests/wellformed/atom/entry_author_email.xml +13 -0
  1852. data/tests/wellformed/atom/entry_author_homepage.xml +13 -0
  1853. data/tests/wellformed/atom/entry_author_map_author.xml +13 -0
  1854. data/tests/wellformed/atom/entry_author_map_author_2.xml +12 -0
  1855. data/tests/wellformed/atom/entry_author_name.xml +13 -0
  1856. data/tests/wellformed/atom/entry_author_uri.xml +13 -0
  1857. data/tests/wellformed/atom/entry_author_url.xml +13 -0
  1858. data/tests/wellformed/atom/entry_content_mode_base64.xml +11 -0
  1859. data/tests/wellformed/atom/entry_content_mode_escaped.xml +9 -0
  1860. data/tests/wellformed/atom/entry_content_type.xml +9 -0
  1861. data/tests/wellformed/atom/entry_content_type_text_plain.xml +9 -0
  1862. data/tests/wellformed/atom/entry_content_value.xml +9 -0
  1863. data/tests/wellformed/atom/entry_contributor_email.xml +13 -0
  1864. data/tests/wellformed/atom/entry_contributor_homepage.xml +13 -0
  1865. data/tests/wellformed/atom/entry_contributor_multiple.xml +18 -0
  1866. data/tests/wellformed/atom/entry_contributor_name.xml +13 -0
  1867. data/tests/wellformed/atom/entry_contributor_uri.xml +13 -0
  1868. data/tests/wellformed/atom/entry_contributor_url.xml +13 -0
  1869. data/tests/wellformed/atom/entry_id.xml +9 -0
  1870. data/tests/wellformed/atom/entry_id_map_guid.xml +9 -0
  1871. data/tests/wellformed/atom/entry_link_alternate_map_link.xml +9 -0
  1872. data/tests/wellformed/atom/entry_link_alternate_map_link_2.xml +9 -0
  1873. data/tests/wellformed/atom/entry_link_href.xml +9 -0
  1874. data/tests/wellformed/atom/entry_link_multiple.xml +10 -0
  1875. data/tests/wellformed/atom/entry_link_rel.xml +9 -0
  1876. data/tests/wellformed/atom/entry_link_title.xml +9 -0
  1877. data/tests/wellformed/atom/entry_link_type.xml +9 -0
  1878. data/tests/wellformed/atom/entry_summary.xml +9 -0
  1879. data/tests/wellformed/atom/entry_summary_base64.xml +11 -0
  1880. data/tests/wellformed/atom/entry_summary_base64_2.xml +11 -0
  1881. data/tests/wellformed/atom/entry_summary_content_mode_base64.xml +11 -0
  1882. data/tests/wellformed/atom/entry_summary_content_mode_escaped.xml +9 -0
  1883. data/tests/wellformed/atom/entry_summary_content_type.xml +9 -0
  1884. data/tests/wellformed/atom/entry_summary_content_type_text_plain.xml +9 -0
  1885. data/tests/wellformed/atom/entry_summary_content_value.xml +9 -0
  1886. data/tests/wellformed/atom/entry_summary_escaped_markup.xml +9 -0
  1887. data/tests/wellformed/atom/entry_summary_inline_markup.xml +9 -0
  1888. data/tests/wellformed/atom/entry_summary_inline_markup_2.xml +9 -0
  1889. data/tests/wellformed/atom/entry_summary_naked_markup.xml +9 -0
  1890. data/tests/wellformed/atom/entry_summary_text_plain.xml +9 -0
  1891. data/tests/wellformed/atom/entry_title.xml +9 -0
  1892. data/tests/wellformed/atom/entry_title_base64.xml +11 -0
  1893. data/tests/wellformed/atom/entry_title_base64_2.xml +11 -0
  1894. data/tests/wellformed/atom/entry_title_content_mode_base64.xml +11 -0
  1895. data/tests/wellformed/atom/entry_title_content_mode_escaped.xml +9 -0
  1896. data/tests/wellformed/atom/entry_title_content_type.xml +9 -0
  1897. data/tests/wellformed/atom/entry_title_content_type_text_plain.xml +9 -0
  1898. data/tests/wellformed/atom/entry_title_content_value.xml +9 -0
  1899. data/tests/wellformed/atom/entry_title_escaped_markup.xml +9 -0
  1900. data/tests/wellformed/atom/entry_title_inline_markup.xml +9 -0
  1901. data/tests/wellformed/atom/entry_title_inline_markup_2.xml +9 -0
  1902. data/tests/wellformed/atom/entry_title_naked_markup.xml +9 -0
  1903. data/tests/wellformed/atom/entry_title_text_plain.xml +9 -0
  1904. data/tests/wellformed/atom/entry_title_text_plain_brackets.xml +9 -0
  1905. data/tests/wellformed/atom/feed_author_email.xml +11 -0
  1906. data/tests/wellformed/atom/feed_author_homepage.xml +11 -0
  1907. data/tests/wellformed/atom/feed_author_map_author.xml +11 -0
  1908. data/tests/wellformed/atom/feed_author_map_author_2.xml +10 -0
  1909. data/tests/wellformed/atom/feed_author_name.xml +11 -0
  1910. data/tests/wellformed/atom/feed_author_uri.xml +11 -0
  1911. data/tests/wellformed/atom/feed_author_url.xml +11 -0
  1912. data/tests/wellformed/atom/feed_contributor_email.xml +11 -0
  1913. data/tests/wellformed/atom/feed_contributor_homepage.xml +11 -0
  1914. data/tests/wellformed/atom/feed_contributor_multiple.xml +16 -0
  1915. data/tests/wellformed/atom/feed_contributor_name.xml +11 -0
  1916. data/tests/wellformed/atom/feed_contributor_uri.xml +11 -0
  1917. data/tests/wellformed/atom/feed_contributor_url.xml +11 -0
  1918. data/tests/wellformed/atom/feed_copyright.xml +7 -0
  1919. data/tests/wellformed/atom/feed_copyright_base64.xml +9 -0
  1920. data/tests/wellformed/atom/feed_copyright_base64_2.xml +9 -0
  1921. data/tests/wellformed/atom/feed_copyright_content_mode_base64.xml +9 -0
  1922. data/tests/wellformed/atom/feed_copyright_content_mode_escaped.xml +7 -0
  1923. data/tests/wellformed/atom/feed_copyright_content_type.xml +7 -0
  1924. data/tests/wellformed/atom/feed_copyright_content_type_text_plain.xml +7 -0
  1925. data/tests/wellformed/atom/feed_copyright_content_value.xml +7 -0
  1926. data/tests/wellformed/atom/feed_copyright_escaped_markup.xml +7 -0
  1927. data/tests/wellformed/atom/feed_copyright_inline_markup.xml +7 -0
  1928. data/tests/wellformed/atom/feed_copyright_inline_markup_2.xml +7 -0
  1929. data/tests/wellformed/atom/feed_copyright_naked_markup.xml +7 -0
  1930. data/tests/wellformed/atom/feed_copyright_text_plain.xml +7 -0
  1931. data/tests/wellformed/atom/feed_generator.xml +7 -0
  1932. data/tests/wellformed/atom/feed_generator_name.xml +7 -0
  1933. data/tests/wellformed/atom/feed_generator_url.xml +7 -0
  1934. data/tests/wellformed/atom/feed_generator_version.xml +7 -0
  1935. data/tests/wellformed/atom/feed_id.xml +7 -0
  1936. data/tests/wellformed/atom/feed_id_map_guid.xml +7 -0
  1937. data/tests/wellformed/atom/feed_info.xml +7 -0
  1938. data/tests/wellformed/atom/feed_info_base64.xml +9 -0
  1939. data/tests/wellformed/atom/feed_info_base64_2.xml +9 -0
  1940. data/tests/wellformed/atom/feed_info_content_mode_base64.xml +9 -0
  1941. data/tests/wellformed/atom/feed_info_content_mode_escaped.xml +7 -0
  1942. data/tests/wellformed/atom/feed_info_content_type.xml +7 -0
  1943. data/tests/wellformed/atom/feed_info_content_type_text_plain.xml +7 -0
  1944. data/tests/wellformed/atom/feed_info_content_value.xml +7 -0
  1945. data/tests/wellformed/atom/feed_info_escaped_markup.xml +7 -0
  1946. data/tests/wellformed/atom/feed_info_inline_markup.xml +7 -0
  1947. data/tests/wellformed/atom/feed_info_inline_markup_2.xml +7 -0
  1948. data/tests/wellformed/atom/feed_info_naked_markup.xml +7 -0
  1949. data/tests/wellformed/atom/feed_info_text_plain.xml +7 -0
  1950. data/tests/wellformed/atom/feed_link_alternate_map_link.xml +7 -0
  1951. data/tests/wellformed/atom/feed_link_alternate_map_link_2.xml +7 -0
  1952. data/tests/wellformed/atom/feed_link_href.xml +7 -0
  1953. data/tests/wellformed/atom/feed_link_multiple.xml +8 -0
  1954. data/tests/wellformed/atom/feed_link_rel.xml +7 -0
  1955. data/tests/wellformed/atom/feed_link_title.xml +7 -0
  1956. data/tests/wellformed/atom/feed_link_type.xml +7 -0
  1957. data/tests/wellformed/atom/feed_tagline.xml +7 -0
  1958. data/tests/wellformed/atom/feed_tagline_base64.xml +9 -0
  1959. data/tests/wellformed/atom/feed_tagline_base64_2.xml +9 -0
  1960. data/tests/wellformed/atom/feed_tagline_content_mode_base64.xml +9 -0
  1961. data/tests/wellformed/atom/feed_tagline_content_mode_escaped.xml +7 -0
  1962. data/tests/wellformed/atom/feed_tagline_content_type.xml +7 -0
  1963. data/tests/wellformed/atom/feed_tagline_content_type_text_plain.xml +7 -0
  1964. data/tests/wellformed/atom/feed_tagline_content_value.xml +7 -0
  1965. data/tests/wellformed/atom/feed_tagline_escaped_markup.xml +7 -0
  1966. data/tests/wellformed/atom/feed_tagline_inline_markup.xml +7 -0
  1967. data/tests/wellformed/atom/feed_tagline_inline_markup_2.xml +7 -0
  1968. data/tests/wellformed/atom/feed_tagline_naked_markup.xml +7 -0
  1969. data/tests/wellformed/atom/feed_tagline_text_plain.xml +7 -0
  1970. data/tests/wellformed/atom/feed_title.xml +7 -0
  1971. data/tests/wellformed/atom/feed_title_base64.xml +9 -0
  1972. data/tests/wellformed/atom/feed_title_base64_2.xml +9 -0
  1973. data/tests/wellformed/atom/feed_title_content_mode_base64.xml +9 -0
  1974. data/tests/wellformed/atom/feed_title_content_mode_escaped.xml +7 -0
  1975. data/tests/wellformed/atom/feed_title_content_type.xml +7 -0
  1976. data/tests/wellformed/atom/feed_title_content_type_text_plain.xml +7 -0
  1977. data/tests/wellformed/atom/feed_title_content_value.xml +7 -0
  1978. data/tests/wellformed/atom/feed_title_escaped_markup.xml +7 -0
  1979. data/tests/wellformed/atom/feed_title_inline_markup.xml +7 -0
  1980. data/tests/wellformed/atom/feed_title_inline_markup_2.xml +7 -0
  1981. data/tests/wellformed/atom/feed_title_naked_markup.xml +7 -0
  1982. data/tests/wellformed/atom/feed_title_text_plain.xml +7 -0
  1983. data/tests/wellformed/atom/relative_uri.xml +7 -0
  1984. data/tests/wellformed/atom/relative_uri_inherit.xml +7 -0
  1985. data/tests/wellformed/atom/relative_uri_inherit_2.xml +7 -0
  1986. data/tests/wellformed/atom10/atom10_namespace.xml +7 -0
  1987. data/tests/wellformed/atom10/atom10_version.xml +6 -0
  1988. data/tests/wellformed/atom10/entry_author_email.xml +13 -0
  1989. data/tests/wellformed/atom10/entry_author_map_author.xml +13 -0
  1990. data/tests/wellformed/atom10/entry_author_map_author_2.xml +12 -0
  1991. data/tests/wellformed/atom10/entry_author_name.xml +13 -0
  1992. data/tests/wellformed/atom10/entry_author_uri.xml +13 -0
  1993. data/tests/wellformed/atom10/entry_author_url.xml +13 -0
  1994. data/tests/wellformed/atom10/entry_category_label.xml +9 -0
  1995. data/tests/wellformed/atom10/entry_category_scheme.xml +9 -0
  1996. data/tests/wellformed/atom10/entry_category_term.xml +9 -0
  1997. data/tests/wellformed/atom10/entry_content_application_xml.xml +9 -0
  1998. data/tests/wellformed/atom10/entry_content_base64.xml +11 -0
  1999. data/tests/wellformed/atom10/entry_content_base64_2.xml +11 -0
  2000. data/tests/wellformed/atom10/entry_content_escaped_markup.xml +9 -0
  2001. data/tests/wellformed/atom10/entry_content_inline_markup.xml +9 -0
  2002. data/tests/wellformed/atom10/entry_content_inline_markup_2.xml +9 -0
  2003. data/tests/wellformed/atom10/entry_content_src.xml +9 -0
  2004. data/tests/wellformed/atom10/entry_content_text_plain.xml +9 -0
  2005. data/tests/wellformed/atom10/entry_content_text_plain_brackets.xml +9 -0
  2006. data/tests/wellformed/atom10/entry_content_type.xml +9 -0
  2007. data/tests/wellformed/atom10/entry_content_type_text.xml +9 -0
  2008. data/tests/wellformed/atom10/entry_content_value.xml +9 -0
  2009. data/tests/wellformed/atom10/entry_contributor_email.xml +13 -0
  2010. data/tests/wellformed/atom10/entry_contributor_multiple.xml +18 -0
  2011. data/tests/wellformed/atom10/entry_contributor_name.xml +13 -0
  2012. data/tests/wellformed/atom10/entry_contributor_uri.xml +13 -0
  2013. data/tests/wellformed/atom10/entry_contributor_url.xml +13 -0
  2014. data/tests/wellformed/atom10/entry_id.xml +9 -0
  2015. data/tests/wellformed/atom10/entry_id_map_guid.xml +9 -0
  2016. data/tests/wellformed/atom10/entry_id_no_normalization_1.xml +9 -0
  2017. data/tests/wellformed/atom10/entry_id_no_normalization_2.xml +9 -0
  2018. data/tests/wellformed/atom10/entry_id_no_normalization_3.xml +9 -0
  2019. data/tests/wellformed/atom10/entry_id_no_normalization_4.xml +9 -0
  2020. data/tests/wellformed/atom10/entry_id_no_normalization_5.xml +9 -0
  2021. data/tests/wellformed/atom10/entry_id_no_normalization_6.xml +9 -0
  2022. data/tests/wellformed/atom10/entry_id_no_normalization_7.xml +9 -0
  2023. data/tests/wellformed/atom10/entry_link_alternate_map_link.xml +9 -0
  2024. data/tests/wellformed/atom10/entry_link_alternate_map_link_2.xml +9 -0
  2025. data/tests/wellformed/atom10/entry_link_alternate_map_link_3.xml +11 -0
  2026. data/tests/wellformed/atom10/entry_link_href.xml +9 -0
  2027. data/tests/wellformed/atom10/entry_link_hreflang.xml +9 -0
  2028. data/tests/wellformed/atom10/entry_link_length.xml +9 -0
  2029. data/tests/wellformed/atom10/entry_link_multiple.xml +10 -0
  2030. data/tests/wellformed/atom10/entry_link_no_rel.xml +9 -0
  2031. data/tests/wellformed/atom10/entry_link_rel.xml +9 -0
  2032. data/tests/wellformed/atom10/entry_link_rel_enclosure.xml +9 -0
  2033. data/tests/wellformed/atom10/entry_link_rel_enclosure_map_enclosure_length.xml +9 -0
  2034. data/tests/wellformed/atom10/entry_link_rel_enclosure_map_enclosure_type.xml +9 -0
  2035. data/tests/wellformed/atom10/entry_link_rel_enclosure_map_enclosure_url.xml +9 -0
  2036. data/tests/wellformed/atom10/entry_link_rel_other.xml +9 -0
  2037. data/tests/wellformed/atom10/entry_link_rel_related.xml +9 -0
  2038. data/tests/wellformed/atom10/entry_link_rel_self.xml +9 -0
  2039. data/tests/wellformed/atom10/entry_link_rel_via.xml +9 -0
  2040. data/tests/wellformed/atom10/entry_link_title.xml +9 -0
  2041. data/tests/wellformed/atom10/entry_link_type.xml +9 -0
  2042. data/tests/wellformed/atom10/entry_rights.xml +9 -0
  2043. data/tests/wellformed/atom10/entry_rights_content_value.xml +9 -0
  2044. data/tests/wellformed/atom10/entry_rights_escaped_markup.xml +9 -0
  2045. data/tests/wellformed/atom10/entry_rights_inline_markup.xml +9 -0
  2046. data/tests/wellformed/atom10/entry_rights_inline_markup_2.xml +9 -0
  2047. data/tests/wellformed/atom10/entry_rights_text_plain.xml +9 -0
  2048. data/tests/wellformed/atom10/entry_rights_text_plain_brackets.xml +9 -0
  2049. data/tests/wellformed/atom10/entry_rights_type_default.xml +9 -0
  2050. data/tests/wellformed/atom10/entry_rights_type_text.xml +9 -0
  2051. data/tests/wellformed/atom10/entry_source_author_email.xml +15 -0
  2052. data/tests/wellformed/atom10/entry_source_author_map_author.xml +15 -0
  2053. data/tests/wellformed/atom10/entry_source_author_map_author_2.xml +14 -0
  2054. data/tests/wellformed/atom10/entry_source_author_name.xml +15 -0
  2055. data/tests/wellformed/atom10/entry_source_author_uri.xml +15 -0
  2056. data/tests/wellformed/atom10/entry_source_category_label.xml +11 -0
  2057. data/tests/wellformed/atom10/entry_source_category_scheme.xml +11 -0
  2058. data/tests/wellformed/atom10/entry_source_category_term.xml +11 -0
  2059. data/tests/wellformed/atom10/entry_source_contributor_email.xml +15 -0
  2060. data/tests/wellformed/atom10/entry_source_contributor_multiple.xml +20 -0
  2061. data/tests/wellformed/atom10/entry_source_contributor_name.xml +15 -0
  2062. data/tests/wellformed/atom10/entry_source_contributor_uri.xml +15 -0
  2063. data/tests/wellformed/atom10/entry_source_generator.xml +11 -0
  2064. data/tests/wellformed/atom10/entry_source_generator_name.xml +11 -0
  2065. data/tests/wellformed/atom10/entry_source_generator_uri.xml +11 -0
  2066. data/tests/wellformed/atom10/entry_source_generator_version.xml +11 -0
  2067. data/tests/wellformed/atom10/entry_source_icon.xml +11 -0
  2068. data/tests/wellformed/atom10/entry_source_id.xml +11 -0
  2069. data/tests/wellformed/atom10/entry_source_link_alternate_map_link.xml +11 -0
  2070. data/tests/wellformed/atom10/entry_source_link_alternate_map_link_2.xml +11 -0
  2071. data/tests/wellformed/atom10/entry_source_link_href.xml +11 -0
  2072. data/tests/wellformed/atom10/entry_source_link_hreflang.xml +11 -0
  2073. data/tests/wellformed/atom10/entry_source_link_length.xml +11 -0
  2074. data/tests/wellformed/atom10/entry_source_link_multiple.xml +12 -0
  2075. data/tests/wellformed/atom10/entry_source_link_no_rel.xml +11 -0
  2076. data/tests/wellformed/atom10/entry_source_link_rel.xml +11 -0
  2077. data/tests/wellformed/atom10/entry_source_link_rel_other.xml +11 -0
  2078. data/tests/wellformed/atom10/entry_source_link_rel_related.xml +11 -0
  2079. data/tests/wellformed/atom10/entry_source_link_rel_self.xml +11 -0
  2080. data/tests/wellformed/atom10/entry_source_link_rel_via.xml +11 -0
  2081. data/tests/wellformed/atom10/entry_source_link_title.xml +11 -0
  2082. data/tests/wellformed/atom10/entry_source_link_type.xml +11 -0
  2083. data/tests/wellformed/atom10/entry_source_logo.xml +11 -0
  2084. data/tests/wellformed/atom10/entry_source_rights.xml +11 -0
  2085. data/tests/wellformed/atom10/entry_source_rights_base64.xml +13 -0
  2086. data/tests/wellformed/atom10/entry_source_rights_base64_2.xml +13 -0
  2087. data/tests/wellformed/atom10/entry_source_rights_content_type.xml +11 -0
  2088. data/tests/wellformed/atom10/entry_source_rights_content_type_text.xml +11 -0
  2089. data/tests/wellformed/atom10/entry_source_rights_content_value.xml +11 -0
  2090. data/tests/wellformed/atom10/entry_source_rights_escaped_markup.xml +11 -0
  2091. data/tests/wellformed/atom10/entry_source_rights_inline_markup.xml +11 -0
  2092. data/tests/wellformed/atom10/entry_source_rights_inline_markup_2.xml +11 -0
  2093. data/tests/wellformed/atom10/entry_source_rights_text_plain.xml +11 -0
  2094. data/tests/wellformed/atom10/entry_source_subittle_content_type_text.xml +11 -0
  2095. data/tests/wellformed/atom10/entry_source_subtitle.xml +11 -0
  2096. data/tests/wellformed/atom10/entry_source_subtitle_base64.xml +13 -0
  2097. data/tests/wellformed/atom10/entry_source_subtitle_base64_2.xml +13 -0
  2098. data/tests/wellformed/atom10/entry_source_subtitle_content_type.xml +11 -0
  2099. data/tests/wellformed/atom10/entry_source_subtitle_content_value.xml +11 -0
  2100. data/tests/wellformed/atom10/entry_source_subtitle_escaped_markup.xml +11 -0
  2101. data/tests/wellformed/atom10/entry_source_subtitle_inline_markup.xml +11 -0
  2102. data/tests/wellformed/atom10/entry_source_subtitle_inline_markup_2.xml +11 -0
  2103. data/tests/wellformed/atom10/entry_source_subtitle_text_plain.xml +11 -0
  2104. data/tests/wellformed/atom10/entry_source_title.xml +11 -0
  2105. data/tests/wellformed/atom10/entry_source_title_base64.xml +13 -0
  2106. data/tests/wellformed/atom10/entry_source_title_base64_2.xml +13 -0
  2107. data/tests/wellformed/atom10/entry_source_title_content_type.xml +11 -0
  2108. data/tests/wellformed/atom10/entry_source_title_content_type_text.xml +11 -0
  2109. data/tests/wellformed/atom10/entry_source_title_content_value.xml +11 -0
  2110. data/tests/wellformed/atom10/entry_source_title_escaped_markup.xml +11 -0
  2111. data/tests/wellformed/atom10/entry_source_title_inline_markup.xml +11 -0
  2112. data/tests/wellformed/atom10/entry_source_title_inline_markup_2.xml +11 -0
  2113. data/tests/wellformed/atom10/entry_source_title_text_plain.xml +11 -0
  2114. data/tests/wellformed/atom10/entry_summary.xml +9 -0
  2115. data/tests/wellformed/atom10/entry_summary_base64.xml +11 -0
  2116. data/tests/wellformed/atom10/entry_summary_base64_2.xml +11 -0
  2117. data/tests/wellformed/atom10/entry_summary_content_value.xml +9 -0
  2118. data/tests/wellformed/atom10/entry_summary_escaped_markup.xml +9 -0
  2119. data/tests/wellformed/atom10/entry_summary_inline_markup.xml +9 -0
  2120. data/tests/wellformed/atom10/entry_summary_inline_markup_2.xml +9 -0
  2121. data/tests/wellformed/atom10/entry_summary_text_plain.xml +9 -0
  2122. data/tests/wellformed/atom10/entry_summary_type_default.xml +9 -0
  2123. data/tests/wellformed/atom10/entry_summary_type_text.xml +9 -0
  2124. data/tests/wellformed/atom10/entry_title.xml +9 -0
  2125. data/tests/wellformed/atom10/entry_title_base64.xml +11 -0
  2126. data/tests/wellformed/atom10/entry_title_base64_2.xml +11 -0
  2127. data/tests/wellformed/atom10/entry_title_content_value.xml +9 -0
  2128. data/tests/wellformed/atom10/entry_title_escaped_markup.xml +9 -0
  2129. data/tests/wellformed/atom10/entry_title_inline_markup.xml +9 -0
  2130. data/tests/wellformed/atom10/entry_title_inline_markup_2.xml +9 -0
  2131. data/tests/wellformed/atom10/entry_title_text_plain.xml +9 -0
  2132. data/tests/wellformed/atom10/entry_title_text_plain_brackets.xml +9 -0
  2133. data/tests/wellformed/atom10/entry_title_type_default.xml +9 -0
  2134. data/tests/wellformed/atom10/entry_title_type_text.xml +9 -0
  2135. data/tests/wellformed/atom10/feed_author_email.xml +11 -0
  2136. data/tests/wellformed/atom10/feed_author_map_author.xml +11 -0
  2137. data/tests/wellformed/atom10/feed_author_map_author_2.xml +10 -0
  2138. data/tests/wellformed/atom10/feed_author_name.xml +11 -0
  2139. data/tests/wellformed/atom10/feed_author_uri.xml +11 -0
  2140. data/tests/wellformed/atom10/feed_author_url.xml +11 -0
  2141. data/tests/wellformed/atom10/feed_contributor_email.xml +11 -0
  2142. data/tests/wellformed/atom10/feed_contributor_multiple.xml +16 -0
  2143. data/tests/wellformed/atom10/feed_contributor_name.xml +11 -0
  2144. data/tests/wellformed/atom10/feed_contributor_uri.xml +11 -0
  2145. data/tests/wellformed/atom10/feed_contributor_url.xml +11 -0
  2146. data/tests/wellformed/atom10/feed_generator.xml +7 -0
  2147. data/tests/wellformed/atom10/feed_generator_name.xml +7 -0
  2148. data/tests/wellformed/atom10/feed_generator_url.xml +7 -0
  2149. data/tests/wellformed/atom10/feed_generator_version.xml +7 -0
  2150. data/tests/wellformed/atom10/feed_icon.xml +7 -0
  2151. data/tests/wellformed/atom10/feed_id.xml +7 -0
  2152. data/tests/wellformed/atom10/feed_id_map_guid.xml +7 -0
  2153. data/tests/wellformed/atom10/feed_link_alternate_map_link.xml +7 -0
  2154. data/tests/wellformed/atom10/feed_link_alternate_map_link_2.xml +7 -0
  2155. data/tests/wellformed/atom10/feed_link_href.xml +7 -0
  2156. data/tests/wellformed/atom10/feed_link_hreflang.xml +7 -0
  2157. data/tests/wellformed/atom10/feed_link_length.xml +7 -0
  2158. data/tests/wellformed/atom10/feed_link_multiple.xml +8 -0
  2159. data/tests/wellformed/atom10/feed_link_no_rel.xml +7 -0
  2160. data/tests/wellformed/atom10/feed_link_rel.xml +7 -0
  2161. data/tests/wellformed/atom10/feed_link_rel_other.xml +7 -0
  2162. data/tests/wellformed/atom10/feed_link_rel_related.xml +7 -0
  2163. data/tests/wellformed/atom10/feed_link_rel_self.xml +7 -0
  2164. data/tests/wellformed/atom10/feed_link_rel_via.xml +7 -0
  2165. data/tests/wellformed/atom10/feed_link_title.xml +7 -0
  2166. data/tests/wellformed/atom10/feed_link_type.xml +7 -0
  2167. data/tests/wellformed/atom10/feed_logo.xml +7 -0
  2168. data/tests/wellformed/atom10/feed_rights.xml +7 -0
  2169. data/tests/wellformed/atom10/feed_rights_base64.xml +9 -0
  2170. data/tests/wellformed/atom10/feed_rights_base64_2.xml +9 -0
  2171. data/tests/wellformed/atom10/feed_rights_content_type.xml +7 -0
  2172. data/tests/wellformed/atom10/feed_rights_content_type_text.xml +7 -0
  2173. data/tests/wellformed/atom10/feed_rights_content_value.xml +7 -0
  2174. data/tests/wellformed/atom10/feed_rights_escaped_markup.xml +7 -0
  2175. data/tests/wellformed/atom10/feed_rights_inline_markup.xml +7 -0
  2176. data/tests/wellformed/atom10/feed_rights_inline_markup_2.xml +7 -0
  2177. data/tests/wellformed/atom10/feed_rights_text_plain.xml +7 -0
  2178. data/tests/wellformed/atom10/feed_subtitle.xml +7 -0
  2179. data/tests/wellformed/atom10/feed_subtitle_base64.xml +9 -0
  2180. data/tests/wellformed/atom10/feed_subtitle_base64_2.xml +9 -0
  2181. data/tests/wellformed/atom10/feed_subtitle_content_type.xml +7 -0
  2182. data/tests/wellformed/atom10/feed_subtitle_content_type_text.xml +7 -0
  2183. data/tests/wellformed/atom10/feed_subtitle_content_value.xml +7 -0
  2184. data/tests/wellformed/atom10/feed_subtitle_escaped_markup.xml +7 -0
  2185. data/tests/wellformed/atom10/feed_subtitle_inline_markup.xml +7 -0
  2186. data/tests/wellformed/atom10/feed_subtitle_inline_markup_2.xml +7 -0
  2187. data/tests/wellformed/atom10/feed_subtitle_text_plain.xml +7 -0
  2188. data/tests/wellformed/atom10/feed_title.xml +7 -0
  2189. data/tests/wellformed/atom10/feed_title_base64.xml +9 -0
  2190. data/tests/wellformed/atom10/feed_title_base64_2.xml +9 -0
  2191. data/tests/wellformed/atom10/feed_title_content_type.xml +7 -0
  2192. data/tests/wellformed/atom10/feed_title_content_type_text.xml +7 -0
  2193. data/tests/wellformed/atom10/feed_title_content_value.xml +7 -0
  2194. data/tests/wellformed/atom10/feed_title_escaped_markup.xml +7 -0
  2195. data/tests/wellformed/atom10/feed_title_inline_markup.xml +7 -0
  2196. data/tests/wellformed/atom10/feed_title_inline_markup_2.xml +7 -0
  2197. data/tests/wellformed/atom10/feed_title_text_plain.xml +7 -0
  2198. data/tests/wellformed/atom10/relative_uri.xml +7 -0
  2199. data/tests/wellformed/atom10/relative_uri_inherit.xml +7 -0
  2200. data/tests/wellformed/atom10/relative_uri_inherit_2.xml +7 -0
  2201. data/tests/wellformed/base/cdf_item_abstract_xml_base.xml +18 -0
  2202. data/tests/wellformed/base/entry_content_xml_base.xml +9 -0
  2203. data/tests/wellformed/base/entry_content_xml_base_inherit.xml +9 -0
  2204. data/tests/wellformed/base/entry_content_xml_base_inherit_2.xml +9 -0
  2205. data/tests/wellformed/base/entry_content_xml_base_inherit_3.xml +10 -0
  2206. data/tests/wellformed/base/entry_content_xml_base_inherit_4.xml +10 -0
  2207. data/tests/wellformed/base/entry_summary_xml_base.xml +9 -0
  2208. data/tests/wellformed/base/entry_summary_xml_base_inherit.xml +9 -0
  2209. data/tests/wellformed/base/entry_summary_xml_base_inherit_2.xml +9 -0
  2210. data/tests/wellformed/base/entry_summary_xml_base_inherit_3.xml +10 -0
  2211. data/tests/wellformed/base/entry_summary_xml_base_inherit_4.xml +10 -0
  2212. data/tests/wellformed/base/entry_title_xml_base.xml +9 -0
  2213. data/tests/wellformed/base/entry_title_xml_base_inherit.xml +9 -0
  2214. data/tests/wellformed/base/entry_title_xml_base_inherit_2.xml +9 -0
  2215. data/tests/wellformed/base/entry_title_xml_base_inherit_3.xml +10 -0
  2216. data/tests/wellformed/base/entry_title_xml_base_inherit_4.xml +10 -0
  2217. data/tests/wellformed/base/feed_copyright_xml_base.xml +7 -0
  2218. data/tests/wellformed/base/feed_copyright_xml_base_inherit.xml +7 -0
  2219. data/tests/wellformed/base/feed_copyright_xml_base_inherit_2.xml +7 -0
  2220. data/tests/wellformed/base/feed_copyright_xml_base_inherit_3.xml +8 -0
  2221. data/tests/wellformed/base/feed_copyright_xml_base_inherit_4.xml +8 -0
  2222. data/tests/wellformed/base/feed_info_xml_base.xml +7 -0
  2223. data/tests/wellformed/base/feed_info_xml_base_inherit.xml +7 -0
  2224. data/tests/wellformed/base/feed_info_xml_base_inherit_2.xml +7 -0
  2225. data/tests/wellformed/base/feed_info_xml_base_inherit_3.xml +8 -0
  2226. data/tests/wellformed/base/feed_info_xml_base_inherit_4.xml +8 -0
  2227. data/tests/wellformed/base/feed_tagline_xml_base.xml +7 -0
  2228. data/tests/wellformed/base/feed_tagline_xml_base_inherit.xml +7 -0
  2229. data/tests/wellformed/base/feed_tagline_xml_base_inherit_2.xml +7 -0
  2230. data/tests/wellformed/base/feed_tagline_xml_base_inherit_3.xml +8 -0
  2231. data/tests/wellformed/base/feed_tagline_xml_base_inherit_4.xml +8 -0
  2232. data/tests/wellformed/base/feed_title_xml_base.xml +7 -0
  2233. data/tests/wellformed/base/feed_title_xml_base_inherit.xml +7 -0
  2234. data/tests/wellformed/base/feed_title_xml_base_inherit_2.xml +7 -0
  2235. data/tests/wellformed/base/feed_title_xml_base_inherit_3.xml +8 -0
  2236. data/tests/wellformed/base/feed_title_xml_base_inherit_4.xml +8 -0
  2237. data/tests/wellformed/base/http_channel_docs_base_content_location.xml +10 -0
  2238. data/tests/wellformed/base/http_channel_docs_base_docuri.xml +9 -0
  2239. data/tests/wellformed/base/http_channel_link_base_content_location.xml +10 -0
  2240. data/tests/wellformed/base/http_channel_link_base_docuri.xml +9 -0
  2241. data/tests/wellformed/base/http_entry_author_url_base_content_location.xml +12 -0
  2242. data/tests/wellformed/base/http_entry_author_url_base_docuri.xml +11 -0
  2243. data/tests/wellformed/base/http_entry_content_base64_base_content_location.xml +12 -0
  2244. data/tests/wellformed/base/http_entry_content_base64_base_docuri.xml +11 -0
  2245. data/tests/wellformed/base/http_entry_content_base_content_location.xml +10 -0
  2246. data/tests/wellformed/base/http_entry_content_base_docuri.xml +9 -0
  2247. data/tests/wellformed/base/http_entry_content_inline_base_content_location.xml +10 -0
  2248. data/tests/wellformed/base/http_entry_content_inline_base_docuri.xml +9 -0
  2249. data/tests/wellformed/base/http_entry_contributor_url_base_content_location.xml +12 -0
  2250. data/tests/wellformed/base/http_entry_contributor_url_base_docuri.xml +11 -0
  2251. data/tests/wellformed/base/http_entry_id_base_content_location.xml +10 -0
  2252. data/tests/wellformed/base/http_entry_id_base_docuri.xml +9 -0
  2253. data/tests/wellformed/base/http_entry_link_base_content_location.xml +10 -0
  2254. data/tests/wellformed/base/http_entry_link_base_docuri.xml +9 -0
  2255. data/tests/wellformed/base/http_entry_summary_base64_base_content_location.xml +12 -0
  2256. data/tests/wellformed/base/http_entry_summary_base64_base_docuri.xml +11 -0
  2257. data/tests/wellformed/base/http_entry_summary_base_content_location.xml +10 -0
  2258. data/tests/wellformed/base/http_entry_summary_base_docuri.xml +9 -0
  2259. data/tests/wellformed/base/http_entry_summary_inline_base_content_location.xml +10 -0
  2260. data/tests/wellformed/base/http_entry_summary_inline_base_docuri.xml +9 -0
  2261. data/tests/wellformed/base/http_entry_title_base64_base_content_location.xml +12 -0
  2262. data/tests/wellformed/base/http_entry_title_base64_base_docuri.xml +11 -0
  2263. data/tests/wellformed/base/http_entry_title_base_content_location.xml +10 -0
  2264. data/tests/wellformed/base/http_entry_title_base_docuri.xml +9 -0
  2265. data/tests/wellformed/base/http_entry_title_inline_base_content_location.xml +10 -0
  2266. data/tests/wellformed/base/http_entry_title_inline_base_docuri.xml +9 -0
  2267. data/tests/wellformed/base/http_feed_author_url_base_content_location.xml +10 -0
  2268. data/tests/wellformed/base/http_feed_author_url_base_docuri.xml +9 -0
  2269. data/tests/wellformed/base/http_feed_contributor_url_base_content_location.xml +10 -0
  2270. data/tests/wellformed/base/http_feed_contributor_url_base_docuri.xml +9 -0
  2271. data/tests/wellformed/base/http_feed_copyright_base64_base_content_location.xml +10 -0
  2272. data/tests/wellformed/base/http_feed_copyright_base64_base_docuri.xml +9 -0
  2273. data/tests/wellformed/base/http_feed_copyright_base_content_location.xml +8 -0
  2274. data/tests/wellformed/base/http_feed_copyright_base_docuri.xml +7 -0
  2275. data/tests/wellformed/base/http_feed_copyright_inline_base_content_location.xml +8 -0
  2276. data/tests/wellformed/base/http_feed_copyright_inline_base_docuri.xml +7 -0
  2277. data/tests/wellformed/base/http_feed_generator_url_base_content_location.xml +8 -0
  2278. data/tests/wellformed/base/http_feed_generator_url_base_docuri.xml +7 -0
  2279. data/tests/wellformed/base/http_feed_id_base_content_location.xml +8 -0
  2280. data/tests/wellformed/base/http_feed_id_base_docuri.xml +7 -0
  2281. data/tests/wellformed/base/http_feed_info_base64_base_content_location.xml +10 -0
  2282. data/tests/wellformed/base/http_feed_info_base64_base_docuri.xml +9 -0
  2283. data/tests/wellformed/base/http_feed_info_base_content_location.xml +8 -0
  2284. data/tests/wellformed/base/http_feed_info_base_docuri.xml +7 -0
  2285. data/tests/wellformed/base/http_feed_info_inline_base_content_location.xml +8 -0
  2286. data/tests/wellformed/base/http_feed_info_inline_base_docuri.xml +7 -0
  2287. data/tests/wellformed/base/http_feed_link_base_content_location.xml +8 -0
  2288. data/tests/wellformed/base/http_feed_link_base_docuri.xml +7 -0
  2289. data/tests/wellformed/base/http_feed_tagline_base64_base_content_location.xml +10 -0
  2290. data/tests/wellformed/base/http_feed_tagline_base64_base_docuri.xml +9 -0
  2291. data/tests/wellformed/base/http_feed_tagline_base_content_location.xml +8 -0
  2292. data/tests/wellformed/base/http_feed_tagline_base_docuri.xml +7 -0
  2293. data/tests/wellformed/base/http_feed_tagline_inline_base_content_location.xml +8 -0
  2294. data/tests/wellformed/base/http_feed_tagline_inline_base_docuri.xml +7 -0
  2295. data/tests/wellformed/base/http_feed_title_base64_base_content_location.xml +10 -0
  2296. data/tests/wellformed/base/http_feed_title_base64_base_docuri.xml +9 -0
  2297. data/tests/wellformed/base/http_feed_title_base_content_location.xml +8 -0
  2298. data/tests/wellformed/base/http_feed_title_base_docuri.xml +7 -0
  2299. data/tests/wellformed/base/http_feed_title_inline_base_content_location.xml +8 -0
  2300. data/tests/wellformed/base/http_feed_title_inline_base_docuri.xml +7 -0
  2301. data/tests/wellformed/base/http_item_body_base_content_location.xml +12 -0
  2302. data/tests/wellformed/base/http_item_body_base_docuri.xml +11 -0
  2303. data/tests/wellformed/base/http_item_comments_base_content_location.xml +12 -0
  2304. data/tests/wellformed/base/http_item_comments_base_docuri.xml +11 -0
  2305. data/tests/wellformed/base/http_item_content_encoded_base_content_location.xml +12 -0
  2306. data/tests/wellformed/base/http_item_content_encoded_base_docuri.xml +11 -0
  2307. data/tests/wellformed/base/http_item_description_base_content_location.xml +12 -0
  2308. data/tests/wellformed/base/http_item_description_base_docuri.xml +11 -0
  2309. data/tests/wellformed/base/http_item_fullitem_base_content_location.xml +12 -0
  2310. data/tests/wellformed/base/http_item_fullitem_base_docuri.xml +11 -0
  2311. data/tests/wellformed/base/http_item_link_base_content_location.xml +12 -0
  2312. data/tests/wellformed/base/http_item_link_base_docuri.xml +11 -0
  2313. data/tests/wellformed/base/http_item_wfw_commentRSS_base_content_location.xml +12 -0
  2314. data/tests/wellformed/base/http_item_wfw_commentRSS_base_docuri.xml +11 -0
  2315. data/tests/wellformed/base/http_item_wfw_comment_base_content_location.xml +12 -0
  2316. data/tests/wellformed/base/http_item_wfw_comment_base_docuri.xml +11 -0
  2317. data/tests/wellformed/base/http_item_xhtml_body_base_content_location.xml +12 -0
  2318. data/tests/wellformed/base/http_item_xhtml_body_base_docuri.xml +11 -0
  2319. data/tests/wellformed/base/http_relative_xml_base.xml +10 -0
  2320. data/tests/wellformed/base/http_relative_xml_base_2.xml +10 -0
  2321. data/tests/wellformed/base/malformed_base.xml +9 -0
  2322. data/tests/wellformed/base/relative_xml_base.xml +9 -0
  2323. data/tests/wellformed/base/relative_xml_base_2.xml +9 -0
  2324. data/tests/wellformed/cdf/channel_abstract_map_description.xml +7 -0
  2325. data/tests/wellformed/cdf/channel_abstract_map_tagline.xml +7 -0
  2326. data/tests/wellformed/cdf/channel_href_map_link.xml +6 -0
  2327. data/tests/wellformed/cdf/channel_href_map_links.xml +6 -0
  2328. data/tests/wellformed/cdf/channel_title.xml +7 -0
  2329. data/tests/wellformed/cdf/item_abstract_map_description.xml +9 -0
  2330. data/tests/wellformed/cdf/item_abstract_map_summary.xml +9 -0
  2331. data/tests/wellformed/cdf/item_href_map_link.xml +8 -0
  2332. data/tests/wellformed/cdf/item_href_map_links.xml +8 -0
  2333. data/tests/wellformed/cdf/item_title.xml +9 -0
  2334. data/tests/wellformed/date/cdf_channel_lastmod_map_date.xml +6 -0
  2335. data/tests/wellformed/date/cdf_channel_lastmod_map_modified.xml +6 -0
  2336. data/tests/wellformed/date/cdf_channel_lastmod_map_modified_parsed.xml +6 -0
  2337. data/tests/wellformed/date/cdf_item_lastmod_map_date.xml +8 -0
  2338. data/tests/wellformed/date/cdf_item_lastmod_map_modified.xml +8 -0
  2339. data/tests/wellformed/date/cdf_item_lastmod_map_modified_parsed.xml +8 -0
  2340. data/tests/wellformed/date/channel_dc_date.xml +9 -0
  2341. data/tests/wellformed/date/channel_dc_date_map_modified.xml +9 -0
  2342. data/tests/wellformed/date/channel_dc_date_w3dtf_utc.xml +9 -0
  2343. data/tests/wellformed/date/channel_dc_date_w3dtf_utc_map_modified_parsed.xml +9 -0
  2344. data/tests/wellformed/date/channel_dcterms_created.xml +9 -0
  2345. data/tests/wellformed/date/channel_dcterms_created_w3dtf_utc.xml +9 -0
  2346. data/tests/wellformed/date/channel_dcterms_issued.xml +9 -0
  2347. data/tests/wellformed/date/channel_dcterms_issued_w3dtf_utc.xml +9 -0
  2348. data/tests/wellformed/date/channel_dcterms_modified.xml +9 -0
  2349. data/tests/wellformed/date/channel_dcterms_modified_map_date.xml +9 -0
  2350. data/tests/wellformed/date/channel_dcterms_modified_w3dtf_utc.xml +9 -0
  2351. data/tests/wellformed/date/channel_dcterms_modified_w3dtf_utc_map_date.xml +9 -0
  2352. data/tests/wellformed/date/channel_pubDate.xml +9 -0
  2353. data/tests/wellformed/date/channel_pubDate_asctime.xml +9 -0
  2354. data/tests/wellformed/date/channel_pubDate_disney.xml +9 -0
  2355. data/tests/wellformed/date/channel_pubDate_disney_at.xml +9 -0
  2356. data/tests/wellformed/date/channel_pubDate_disney_ct.xml +9 -0
  2357. data/tests/wellformed/date/channel_pubDate_disney_mt.xml +9 -0
  2358. data/tests/wellformed/date/channel_pubDate_disney_pt.xml +9 -0
  2359. data/tests/wellformed/date/channel_pubDate_greek_1.xml +9 -0
  2360. data/tests/wellformed/date/channel_pubDate_hungarian_1.xml +9 -0
  2361. data/tests/wellformed/date/channel_pubDate_iso8601_ym.xml +9 -0
  2362. data/tests/wellformed/date/channel_pubDate_iso8601_ym_2.xml +9 -0
  2363. data/tests/wellformed/date/channel_pubDate_iso8601_ymd.xml +9 -0
  2364. data/tests/wellformed/date/channel_pubDate_iso8601_ymd_2.xml +9 -0
  2365. data/tests/wellformed/date/channel_pubDate_iso8601_yo_2.xml +9 -0
  2366. data/tests/wellformed/date/channel_pubDate_korean_nate.xml +11 -0
  2367. data/tests/wellformed/date/channel_pubDate_map_modified.xml +9 -0
  2368. data/tests/wellformed/date/channel_pubDate_mssql.xml +9 -0
  2369. data/tests/wellformed/date/channel_pubDate_mssql_nofraction.xml +9 -0
  2370. data/tests/wellformed/date/channel_pubDate_nosecond.xml +9 -0
  2371. data/tests/wellformed/date/channel_pubDate_notime.xml +9 -0
  2372. data/tests/wellformed/date/channel_pubDate_rfc2822.xml +9 -0
  2373. data/tests/wellformed/date/channel_pubDate_rfc2822_rollover_june_31.xml +9 -0
  2374. data/tests/wellformed/date/channel_pubDate_rfc822.xml +9 -0
  2375. data/tests/wellformed/date/channel_pubDate_w3dtf_rollover_25h.xml +9 -0
  2376. data/tests/wellformed/date/channel_pubDate_w3dtf_rollover_61m.xml +9 -0
  2377. data/tests/wellformed/date/channel_pubDate_w3dtf_rollover_61s.xml +9 -0
  2378. data/tests/wellformed/date/channel_pubDate_w3dtf_rollover_leapyear.xml +9 -0
  2379. data/tests/wellformed/date/channel_pubDate_w3dtf_rollover_leapyear400.xml +9 -0
  2380. data/tests/wellformed/date/channel_pubDate_w3dtf_rollover_nonleapyear.xml +9 -0
  2381. data/tests/wellformed/date/channel_pubDate_w3dtf_sf.xml +9 -0
  2382. data/tests/wellformed/date/channel_pubDate_w3dtf_tokyo.xml +9 -0
  2383. data/tests/wellformed/date/channel_pubDate_w3dtf_utc.xml +9 -0
  2384. data/tests/wellformed/date/channel_pubDate_w3dtf_y.xml +9 -0
  2385. data/tests/wellformed/date/channel_pubDate_w3dtf_ym.xml +9 -0
  2386. data/tests/wellformed/date/channel_pubDate_w3dtf_ymd.xml +9 -0
  2387. data/tests/wellformed/date/channel_pubDate_w3dtf_ymd_2.xml +9 -0
  2388. data/tests/wellformed/date/entry_created.xml +9 -0
  2389. data/tests/wellformed/date/entry_created_w3dtf_utc.xml +9 -0
  2390. data/tests/wellformed/date/entry_issued.xml +9 -0
  2391. data/tests/wellformed/date/entry_issued_w3dtf_utc.xml +9 -0
  2392. data/tests/wellformed/date/entry_modified.xml +9 -0
  2393. data/tests/wellformed/date/entry_modified_map_date.xml +9 -0
  2394. data/tests/wellformed/date/entry_modified_w3dtf_utc.xml +9 -0
  2395. data/tests/wellformed/date/entry_published_w3dtf_utc.xml +9 -0
  2396. data/tests/wellformed/date/entry_source_updated_w3dtf_utc.xml +11 -0
  2397. data/tests/wellformed/date/entry_updated_w3dtf_utc.xml +9 -0
  2398. data/tests/wellformed/date/feed_modified.xml +9 -0
  2399. data/tests/wellformed/date/feed_modified_asctime.xml +9 -0
  2400. data/tests/wellformed/date/feed_modified_disney.xml +7 -0
  2401. data/tests/wellformed/date/feed_modified_disney_at.xml +7 -0
  2402. data/tests/wellformed/date/feed_modified_disney_ct.xml +7 -0
  2403. data/tests/wellformed/date/feed_modified_disney_mt.xml +7 -0
  2404. data/tests/wellformed/date/feed_modified_disney_pt.xml +7 -0
  2405. data/tests/wellformed/date/feed_modified_iso8601_ym.xml +9 -0
  2406. data/tests/wellformed/date/feed_modified_iso8601_ym_2.xml +9 -0
  2407. data/tests/wellformed/date/feed_modified_iso8601_ymd.xml +9 -0
  2408. data/tests/wellformed/date/feed_modified_iso8601_ymd_2.xml +9 -0
  2409. data/tests/wellformed/date/feed_modified_iso8601_yo_2.xml +9 -0
  2410. data/tests/wellformed/date/feed_modified_map_date.xml +9 -0
  2411. data/tests/wellformed/date/feed_modified_rfc2822.xml +9 -0
  2412. data/tests/wellformed/date/feed_modified_rfc2822_rollover_june_31.xml +9 -0
  2413. data/tests/wellformed/date/feed_modified_rfc822.xml +9 -0
  2414. data/tests/wellformed/date/feed_modified_w3dtf_rollover_leapyear.xml +9 -0
  2415. data/tests/wellformed/date/feed_modified_w3dtf_rollover_leapyear400.xml +9 -0
  2416. data/tests/wellformed/date/feed_modified_w3dtf_rollover_nonleapyear.xml +9 -0
  2417. data/tests/wellformed/date/feed_modified_w3dtf_sf.xml +9 -0
  2418. data/tests/wellformed/date/feed_modified_w3dtf_tokyo.xml +9 -0
  2419. data/tests/wellformed/date/feed_modified_w3dtf_utc.xml +9 -0
  2420. data/tests/wellformed/date/feed_modified_w3dtf_y.xml +9 -0
  2421. data/tests/wellformed/date/feed_modified_w3dtf_ym.xml +9 -0
  2422. data/tests/wellformed/date/feed_modified_w3dtf_ymd.xml +9 -0
  2423. data/tests/wellformed/date/feed_modified_w3dtf_ymd_2.xml +9 -0
  2424. data/tests/wellformed/date/feed_updated_w3dtf_utc.xml +7 -0
  2425. data/tests/wellformed/date/item_dc_date.xml +11 -0
  2426. data/tests/wellformed/date/item_dc_date_map_modified.xml +11 -0
  2427. data/tests/wellformed/date/item_dc_date_w3dtf_utc.xml +11 -0
  2428. data/tests/wellformed/date/item_dc_date_w3dtf_utc_map_modified_parsed.xml +11 -0
  2429. data/tests/wellformed/date/item_dcterms_created.xml +11 -0
  2430. data/tests/wellformed/date/item_dcterms_created_w3dtf_utc.xml +11 -0
  2431. data/tests/wellformed/date/item_dcterms_issued.xml +11 -0
  2432. data/tests/wellformed/date/item_dcterms_issued_w3dtf_utc.xml +11 -0
  2433. data/tests/wellformed/date/item_dcterms_modified.xml +11 -0
  2434. data/tests/wellformed/date/item_dcterms_modified_map_date.xml +11 -0
  2435. data/tests/wellformed/date/item_dcterms_modified_w3dtf_utc.xml +11 -0
  2436. data/tests/wellformed/date/item_dcterms_modified_w3dtf_utc_map_date.xml +11 -0
  2437. data/tests/wellformed/date/item_expirationDate.xml +11 -0
  2438. data/tests/wellformed/date/item_expirationDate_rfc2822.xml +11 -0
  2439. data/tests/wellformed/date/item_pubDate.xml +11 -0
  2440. data/tests/wellformed/date/item_pubDate_euc-kr.xml +13 -0
  2441. data/tests/wellformed/date/item_pubDate_map_modified.xml +11 -0
  2442. data/tests/wellformed/date/item_pubDate_rfc2822.xml +11 -0
  2443. data/tests/wellformed/encoding/big5.xml +8 -0
  2444. data/tests/wellformed/encoding/csucs4.xml +0 -0
  2445. data/tests/wellformed/encoding/csunicode.xml +0 -0
  2446. data/tests/wellformed/encoding/encoding_attribute_crash.xml +9 -0
  2447. data/tests/wellformed/encoding/encoding_attribute_crash_2.xml +9 -0
  2448. data/tests/wellformed/encoding/euc-kr-attribute.xml +14 -0
  2449. data/tests/wellformed/encoding/euc-kr-item.xml +14 -0
  2450. data/tests/wellformed/encoding/euc-kr.xml +12 -0
  2451. data/tests/wellformed/encoding/http_application_atom_xml_charset.xml +8 -0
  2452. data/tests/wellformed/encoding/http_application_atom_xml_charset_overrides_encoding.xml +8 -0
  2453. data/tests/wellformed/encoding/http_application_atom_xml_default.xml +8 -0
  2454. data/tests/wellformed/encoding/http_application_atom_xml_encoding.xml +8 -0
  2455. data/tests/wellformed/encoding/http_application_rss_xml_charset.xml +8 -0
  2456. data/tests/wellformed/encoding/http_application_rss_xml_charset_overrides_encoding.xml +8 -0
  2457. data/tests/wellformed/encoding/http_application_rss_xml_default.xml +8 -0
  2458. data/tests/wellformed/encoding/http_application_rss_xml_encoding.xml +8 -0
  2459. data/tests/wellformed/encoding/http_application_xml_charset.xml +8 -0
  2460. data/tests/wellformed/encoding/http_application_xml_charset_overrides_encoding.xml +8 -0
  2461. data/tests/wellformed/encoding/http_application_xml_default.xml +8 -0
  2462. data/tests/wellformed/encoding/http_application_xml_dtd_charset.xml +8 -0
  2463. data/tests/wellformed/encoding/http_application_xml_dtd_charset_overrides_encoding.xml +8 -0
  2464. data/tests/wellformed/encoding/http_application_xml_dtd_default.xml +8 -0
  2465. data/tests/wellformed/encoding/http_application_xml_dtd_encoding.xml +8 -0
  2466. data/tests/wellformed/encoding/http_application_xml_encoding.xml +8 -0
  2467. data/tests/wellformed/encoding/http_application_xml_epe_charset.xml +8 -0
  2468. data/tests/wellformed/encoding/http_application_xml_epe_charset_overrides_encoding.xml +8 -0
  2469. data/tests/wellformed/encoding/http_application_xml_epe_default.xml +8 -0
  2470. data/tests/wellformed/encoding/http_application_xml_epe_encoding.xml +8 -0
  2471. data/tests/wellformed/encoding/http_encoding_attribute_crash.xml +13 -0
  2472. data/tests/wellformed/encoding/http_i18n.xml +13 -0
  2473. data/tests/wellformed/encoding/http_text_atom_xml_charset.xml +8 -0
  2474. data/tests/wellformed/encoding/http_text_atom_xml_charset_overrides_encoding.xml +8 -0
  2475. data/tests/wellformed/encoding/http_text_atom_xml_default.xml +8 -0
  2476. data/tests/wellformed/encoding/http_text_atom_xml_encoding.xml +8 -0
  2477. data/tests/wellformed/encoding/http_text_rss_xml_charset.xml +8 -0
  2478. data/tests/wellformed/encoding/http_text_rss_xml_charset_overrides_encoding.xml +8 -0
  2479. data/tests/wellformed/encoding/http_text_rss_xml_default.xml +8 -0
  2480. data/tests/wellformed/encoding/http_text_rss_xml_encoding.xml +8 -0
  2481. data/tests/wellformed/encoding/http_text_xml_bogus_charset.xml +8 -0
  2482. data/tests/wellformed/encoding/http_text_xml_bogus_param.xml +8 -0
  2483. data/tests/wellformed/encoding/http_text_xml_charset.xml +8 -0
  2484. data/tests/wellformed/encoding/http_text_xml_charset_2.xml +16 -0
  2485. data/tests/wellformed/encoding/http_text_xml_charset_overrides_encoding.xml +8 -0
  2486. data/tests/wellformed/encoding/http_text_xml_charset_overrides_encoding_2.xml +17 -0
  2487. data/tests/wellformed/encoding/http_text_xml_default.xml +8 -0
  2488. data/tests/wellformed/encoding/http_text_xml_epe_charset.xml +8 -0
  2489. data/tests/wellformed/encoding/http_text_xml_epe_charset_overrides_encoding.xml +8 -0
  2490. data/tests/wellformed/encoding/http_text_xml_epe_default.xml +8 -0
  2491. data/tests/wellformed/encoding/http_text_xml_epe_encoding.xml +8 -0
  2492. data/tests/wellformed/encoding/http_text_xml_qs.xml +8 -0
  2493. data/tests/wellformed/encoding/iso-10646-ucs-2.xml +0 -0
  2494. data/tests/wellformed/encoding/iso-10646-ucs-4.xml +0 -0
  2495. data/tests/wellformed/encoding/no_content_type_default.xml +7 -0
  2496. data/tests/wellformed/encoding/no_content_type_encoding.xml +7 -0
  2497. data/tests/wellformed/encoding/u16.xml +0 -0
  2498. data/tests/wellformed/encoding/ucs-2.xml +0 -0
  2499. data/tests/wellformed/encoding/ucs-4.xml +0 -0
  2500. data/tests/wellformed/encoding/utf-16be-autodetect.xml +0 -0
  2501. data/tests/wellformed/encoding/utf-16be-bom.xml +0 -0
  2502. data/tests/wellformed/encoding/utf-16be.xml +0 -0
  2503. data/tests/wellformed/encoding/utf-16le-autodetect.xml +0 -0
  2504. data/tests/wellformed/encoding/utf-16le-bom.xml +0 -0
  2505. data/tests/wellformed/encoding/utf-16le.xml +0 -0
  2506. data/tests/wellformed/encoding/utf-32be-autodetect.xml +0 -0
  2507. data/tests/wellformed/encoding/utf-32be-bom.xml +0 -0
  2508. data/tests/wellformed/encoding/utf-32be.xml +0 -0
  2509. data/tests/wellformed/encoding/utf-32le-autodetect.xml +0 -0
  2510. data/tests/wellformed/encoding/utf-32le-bom.xml +0 -0
  2511. data/tests/wellformed/encoding/utf-32le.xml +0 -0
  2512. data/tests/wellformed/encoding/utf-8-bom.xml +8 -0
  2513. data/tests/wellformed/encoding/utf16.xml +0 -0
  2514. data/tests/wellformed/encoding/utf_16.xml +0 -0
  2515. data/tests/wellformed/encoding/utf_32.xml +0 -0
  2516. data/tests/wellformed/encoding/x80_437.xml +9 -0
  2517. data/tests/wellformed/encoding/x80_850.xml +9 -0
  2518. data/tests/wellformed/encoding/x80_852.xml +9 -0
  2519. data/tests/wellformed/encoding/x80_855.xml +9 -0
  2520. data/tests/wellformed/encoding/x80_857.xml +9 -0
  2521. data/tests/wellformed/encoding/x80_860.xml +9 -0
  2522. data/tests/wellformed/encoding/x80_861.xml +9 -0
  2523. data/tests/wellformed/encoding/x80_862.xml +9 -0
  2524. data/tests/wellformed/encoding/x80_863.xml +9 -0
  2525. data/tests/wellformed/encoding/x80_865.xml +9 -0
  2526. data/tests/wellformed/encoding/x80_866.xml +9 -0
  2527. data/tests/wellformed/encoding/x80_cp037.xml +1 -0
  2528. data/tests/wellformed/encoding/x80_cp1125.xml +9 -0
  2529. data/tests/wellformed/encoding/x80_cp1250.xml +9 -0
  2530. data/tests/wellformed/encoding/x80_cp1251.xml +9 -0
  2531. data/tests/wellformed/encoding/x80_cp1252.xml +9 -0
  2532. data/tests/wellformed/encoding/x80_cp1253.xml +9 -0
  2533. data/tests/wellformed/encoding/x80_cp1254.xml +9 -0
  2534. data/tests/wellformed/encoding/x80_cp1255.xml +9 -0
  2535. data/tests/wellformed/encoding/x80_cp1256.xml +9 -0
  2536. data/tests/wellformed/encoding/x80_cp1257.xml +9 -0
  2537. data/tests/wellformed/encoding/x80_cp1258.xml +9 -0
  2538. data/tests/wellformed/encoding/x80_cp437.xml +9 -0
  2539. data/tests/wellformed/encoding/x80_cp500.xml +1 -0
  2540. data/tests/wellformed/encoding/x80_cp737.xml +9 -0
  2541. data/tests/wellformed/encoding/x80_cp775.xml +9 -0
  2542. data/tests/wellformed/encoding/x80_cp850.xml +9 -0
  2543. data/tests/wellformed/encoding/x80_cp852.xml +9 -0
  2544. data/tests/wellformed/encoding/x80_cp855.xml +9 -0
  2545. data/tests/wellformed/encoding/x80_cp856.xml +9 -0
  2546. data/tests/wellformed/encoding/x80_cp857.xml +9 -0
  2547. data/tests/wellformed/encoding/x80_cp860.xml +9 -0
  2548. data/tests/wellformed/encoding/x80_cp861.xml +9 -0
  2549. data/tests/wellformed/encoding/x80_cp862.xml +9 -0
  2550. data/tests/wellformed/encoding/x80_cp863.xml +9 -0
  2551. data/tests/wellformed/encoding/x80_cp864.xml +9 -0
  2552. data/tests/wellformed/encoding/x80_cp865.xml +9 -0
  2553. data/tests/wellformed/encoding/x80_cp866.xml +9 -0
  2554. data/tests/wellformed/encoding/x80_cp874.xml +9 -0
  2555. data/tests/wellformed/encoding/x80_cp875.xml +1 -0
  2556. data/tests/wellformed/encoding/x80_cp_is.xml +9 -0
  2557. data/tests/wellformed/encoding/x80_csibm037.xml +1 -0
  2558. data/tests/wellformed/encoding/x80_csibm500.xml +1 -0
  2559. data/tests/wellformed/encoding/x80_csibm855.xml +9 -0
  2560. data/tests/wellformed/encoding/x80_csibm857.xml +9 -0
  2561. data/tests/wellformed/encoding/x80_csibm860.xml +9 -0
  2562. data/tests/wellformed/encoding/x80_csibm861.xml +9 -0
  2563. data/tests/wellformed/encoding/x80_csibm863.xml +9 -0
  2564. data/tests/wellformed/encoding/x80_csibm864.xml +9 -0
  2565. data/tests/wellformed/encoding/x80_csibm865.xml +9 -0
  2566. data/tests/wellformed/encoding/x80_csibm866.xml +9 -0
  2567. data/tests/wellformed/encoding/x80_cskoi8r.xml +9 -0
  2568. data/tests/wellformed/encoding/x80_csmacintosh.xml +9 -0
  2569. data/tests/wellformed/encoding/x80_cspc775baltic.xml +9 -0
  2570. data/tests/wellformed/encoding/x80_cspc850multilingual.xml +9 -0
  2571. data/tests/wellformed/encoding/x80_cspc862latinhebrew.xml +9 -0
  2572. data/tests/wellformed/encoding/x80_cspc8codepage437.xml +9 -0
  2573. data/tests/wellformed/encoding/x80_cspcp852.xml +9 -0
  2574. data/tests/wellformed/encoding/x80_dbcs.xml +9 -0
  2575. data/tests/wellformed/encoding/x80_ebcdic-cp-be.xml +1 -0
  2576. data/tests/wellformed/encoding/x80_ebcdic-cp-ca.xml +1 -0
  2577. data/tests/wellformed/encoding/x80_ebcdic-cp-ch.xml +1 -0
  2578. data/tests/wellformed/encoding/x80_ebcdic-cp-nl.xml +1 -0
  2579. data/tests/wellformed/encoding/x80_ebcdic-cp-us.xml +1 -0
  2580. data/tests/wellformed/encoding/x80_ebcdic-cp-wt.xml +1 -0
  2581. data/tests/wellformed/encoding/x80_ebcdic_cp_be.xml +1 -0
  2582. data/tests/wellformed/encoding/x80_ebcdic_cp_ca.xml +1 -0
  2583. data/tests/wellformed/encoding/x80_ebcdic_cp_ch.xml +1 -0
  2584. data/tests/wellformed/encoding/x80_ebcdic_cp_nl.xml +1 -0
  2585. data/tests/wellformed/encoding/x80_ebcdic_cp_us.xml +1 -0
  2586. data/tests/wellformed/encoding/x80_ebcdic_cp_wt.xml +1 -0
  2587. data/tests/wellformed/encoding/x80_ibm037.xml +1 -0
  2588. data/tests/wellformed/encoding/x80_ibm039.xml +1 -0
  2589. data/tests/wellformed/encoding/x80_ibm1140.xml +1 -0
  2590. data/tests/wellformed/encoding/x80_ibm437.xml +9 -0
  2591. data/tests/wellformed/encoding/x80_ibm500.xml +1 -0
  2592. data/tests/wellformed/encoding/x80_ibm775.xml +9 -0
  2593. data/tests/wellformed/encoding/x80_ibm850.xml +9 -0
  2594. data/tests/wellformed/encoding/x80_ibm852.xml +9 -0
  2595. data/tests/wellformed/encoding/x80_ibm855.xml +9 -0
  2596. data/tests/wellformed/encoding/x80_ibm857.xml +9 -0
  2597. data/tests/wellformed/encoding/x80_ibm860.xml +9 -0
  2598. data/tests/wellformed/encoding/x80_ibm861.xml +9 -0
  2599. data/tests/wellformed/encoding/x80_ibm862.xml +9 -0
  2600. data/tests/wellformed/encoding/x80_ibm863.xml +9 -0
  2601. data/tests/wellformed/encoding/x80_ibm864.xml +9 -0
  2602. data/tests/wellformed/encoding/x80_ibm865.xml +9 -0
  2603. data/tests/wellformed/encoding/x80_ibm866.xml +9 -0
  2604. data/tests/wellformed/encoding/x80_koi8-r.xml +9 -0
  2605. data/tests/wellformed/encoding/x80_koi8-t.xml +9 -0
  2606. data/tests/wellformed/encoding/x80_koi8-u.xml +9 -0
  2607. data/tests/wellformed/encoding/x80_mac-cyrillic.xml +9 -0
  2608. data/tests/wellformed/encoding/x80_mac.xml +9 -0
  2609. data/tests/wellformed/encoding/x80_maccentraleurope.xml +9 -0
  2610. data/tests/wellformed/encoding/x80_maccyrillic.xml +9 -0
  2611. data/tests/wellformed/encoding/x80_macgreek.xml +9 -0
  2612. data/tests/wellformed/encoding/x80_maciceland.xml +9 -0
  2613. data/tests/wellformed/encoding/x80_macintosh.xml +9 -0
  2614. data/tests/wellformed/encoding/x80_maclatin2.xml +9 -0
  2615. data/tests/wellformed/encoding/x80_macroman.xml +9 -0
  2616. data/tests/wellformed/encoding/x80_macturkish.xml +9 -0
  2617. data/tests/wellformed/encoding/x80_ms-ansi.xml +9 -0
  2618. data/tests/wellformed/encoding/x80_ms-arab.xml +9 -0
  2619. data/tests/wellformed/encoding/x80_ms-cyrl.xml +9 -0
  2620. data/tests/wellformed/encoding/x80_ms-ee.xml +9 -0
  2621. data/tests/wellformed/encoding/x80_ms-greek.xml +9 -0
  2622. data/tests/wellformed/encoding/x80_ms-hebr.xml +9 -0
  2623. data/tests/wellformed/encoding/x80_ms-turk.xml +9 -0
  2624. data/tests/wellformed/encoding/x80_tcvn-5712.xml +9 -0
  2625. data/tests/wellformed/encoding/x80_tcvn.xml +9 -0
  2626. data/tests/wellformed/encoding/x80_tcvn5712-1.xml +9 -0
  2627. data/tests/wellformed/encoding/x80_viscii.xml +9 -0
  2628. data/tests/wellformed/encoding/x80_winbaltrim.xml +9 -0
  2629. data/tests/wellformed/encoding/x80_windows-1250.xml +9 -0
  2630. data/tests/wellformed/encoding/x80_windows-1251.xml +9 -0
  2631. data/tests/wellformed/encoding/x80_windows-1252.xml +9 -0
  2632. data/tests/wellformed/encoding/x80_windows-1253.xml +9 -0
  2633. data/tests/wellformed/encoding/x80_windows-1254.xml +9 -0
  2634. data/tests/wellformed/encoding/x80_windows-1255.xml +9 -0
  2635. data/tests/wellformed/encoding/x80_windows-1256.xml +9 -0
  2636. data/tests/wellformed/encoding/x80_windows-1257.xml +9 -0
  2637. data/tests/wellformed/encoding/x80_windows-1258.xml +9 -0
  2638. data/tests/wellformed/encoding/x80_windows_1250.xml +9 -0
  2639. data/tests/wellformed/encoding/x80_windows_1251.xml +9 -0
  2640. data/tests/wellformed/encoding/x80_windows_1252.xml +9 -0
  2641. data/tests/wellformed/encoding/x80_windows_1253.xml +9 -0
  2642. data/tests/wellformed/encoding/x80_windows_1254.xml +9 -0
  2643. data/tests/wellformed/encoding/x80_windows_1255.xml +9 -0
  2644. data/tests/wellformed/encoding/x80_windows_1256.xml +9 -0
  2645. data/tests/wellformed/encoding/x80_windows_1257.xml +9 -0
  2646. data/tests/wellformed/encoding/x80_windows_1258.xml +9 -0
  2647. data/tests/wellformed/feedburner/feedburner_browserfriendly.xml +9 -0
  2648. data/tests/wellformed/http/headers_foo.xml +7 -0
  2649. data/tests/wellformed/itunes/itunes_channel_block.xml +9 -0
  2650. data/tests/wellformed/itunes/itunes_channel_block_false.xml +9 -0
  2651. data/tests/wellformed/itunes/itunes_channel_block_no.xml +9 -0
  2652. data/tests/wellformed/itunes/itunes_channel_block_true.xml +9 -0
  2653. data/tests/wellformed/itunes/itunes_channel_block_uppercase.xml +9 -0
  2654. data/tests/wellformed/itunes/itunes_channel_block_whitespace.xml +9 -0
  2655. data/tests/wellformed/itunes/itunes_channel_category.xml +9 -0
  2656. data/tests/wellformed/itunes/itunes_channel_category_nested.xml +11 -0
  2657. data/tests/wellformed/itunes/itunes_channel_category_scheme.xml +9 -0
  2658. data/tests/wellformed/itunes/itunes_channel_explicit.xml +9 -0
  2659. data/tests/wellformed/itunes/itunes_channel_explicit_false.xml +9 -0
  2660. data/tests/wellformed/itunes/itunes_channel_explicit_no.xml +9 -0
  2661. data/tests/wellformed/itunes/itunes_channel_explicit_true.xml +9 -0
  2662. data/tests/wellformed/itunes/itunes_channel_explicit_uppercase.xml +9 -0
  2663. data/tests/wellformed/itunes/itunes_channel_explicit_whitespace.xml +9 -0
  2664. data/tests/wellformed/itunes/itunes_channel_image.xml +9 -0
  2665. data/tests/wellformed/itunes/itunes_channel_keywords.xml +9 -0
  2666. data/tests/wellformed/itunes/itunes_channel_keywords_duplicate.xml +9 -0
  2667. data/tests/wellformed/itunes/itunes_channel_keywords_duplicate_2.xml +10 -0
  2668. data/tests/wellformed/itunes/itunes_channel_keywords_multiple.xml +9 -0
  2669. data/tests/wellformed/itunes/itunes_channel_link_image.xml +9 -0
  2670. data/tests/wellformed/itunes/itunes_channel_owner_email.xml +12 -0
  2671. data/tests/wellformed/itunes/itunes_channel_owner_name.xml +12 -0
  2672. data/tests/wellformed/itunes/itunes_channel_subtitle.xml +9 -0
  2673. data/tests/wellformed/itunes/itunes_channel_summary.xml +9 -0
  2674. data/tests/wellformed/itunes/itunes_core_element_uppercase.xml +9 -0
  2675. data/tests/wellformed/itunes/itunes_enclosure_url_maps_id.xml +11 -0
  2676. data/tests/wellformed/itunes/itunes_enclosure_url_maps_id_2.xml +12 -0
  2677. data/tests/wellformed/itunes/itunes_item_author_map_author.xml +11 -0
  2678. data/tests/wellformed/itunes/itunes_item_block.xml +11 -0
  2679. data/tests/wellformed/itunes/itunes_item_block_false.xml +11 -0
  2680. data/tests/wellformed/itunes/itunes_item_block_no.xml +11 -0
  2681. data/tests/wellformed/itunes/itunes_item_block_true.xml +11 -0
  2682. data/tests/wellformed/itunes/itunes_item_block_uppercase.xml +11 -0
  2683. data/tests/wellformed/itunes/itunes_item_block_whitespace.xml +11 -0
  2684. data/tests/wellformed/itunes/itunes_item_category.xml +11 -0
  2685. data/tests/wellformed/itunes/itunes_item_category_nested.xml +13 -0
  2686. data/tests/wellformed/itunes/itunes_item_category_scheme.xml +11 -0
  2687. data/tests/wellformed/itunes/itunes_item_duration.xml +11 -0
  2688. data/tests/wellformed/itunes/itunes_item_explicit.xml +11 -0
  2689. data/tests/wellformed/itunes/itunes_item_explicit_false.xml +11 -0
  2690. data/tests/wellformed/itunes/itunes_item_explicit_no.xml +11 -0
  2691. data/tests/wellformed/itunes/itunes_item_explicit_true.xml +11 -0
  2692. data/tests/wellformed/itunes/itunes_item_explicit_uppercase.xml +11 -0
  2693. data/tests/wellformed/itunes/itunes_item_explicit_whitespace.xml +11 -0
  2694. data/tests/wellformed/itunes/itunes_item_image.xml +11 -0
  2695. data/tests/wellformed/itunes/itunes_item_link_image.xml +11 -0
  2696. data/tests/wellformed/itunes/itunes_item_subtitle.xml +11 -0
  2697. data/tests/wellformed/itunes/itunes_item_summary.xml +11 -0
  2698. data/tests/wellformed/itunes/itunes_link_enclosure_maps_id.xml +9 -0
  2699. data/tests/wellformed/itunes/itunes_link_enclosure_maps_id_2.xml +10 -0
  2700. data/tests/wellformed/itunes/itunes_namespace.xml +9 -0
  2701. data/tests/wellformed/itunes/itunes_namespace_example.xml +9 -0
  2702. data/tests/wellformed/itunes/itunes_namespace_lowercase.xml +9 -0
  2703. data/tests/wellformed/itunes/itunes_namespace_uppercase.xml +9 -0
  2704. data/tests/wellformed/lang/channel_dc_language.xml +9 -0
  2705. data/tests/wellformed/lang/channel_language.xml +9 -0
  2706. data/tests/wellformed/lang/entry_content_xml_lang.xml +9 -0
  2707. data/tests/wellformed/lang/entry_content_xml_lang_blank.xml +9 -0
  2708. data/tests/wellformed/lang/entry_content_xml_lang_blank_2.xml +9 -0
  2709. data/tests/wellformed/lang/entry_content_xml_lang_blank_3.xml +12 -0
  2710. data/tests/wellformed/lang/entry_content_xml_lang_inherit.xml +9 -0
  2711. data/tests/wellformed/lang/entry_content_xml_lang_inherit_2.xml +9 -0
  2712. data/tests/wellformed/lang/entry_content_xml_lang_inherit_3.xml +10 -0
  2713. data/tests/wellformed/lang/entry_content_xml_lang_inherit_4.xml +10 -0
  2714. data/tests/wellformed/lang/entry_summary_xml_lang.xml +9 -0
  2715. data/tests/wellformed/lang/entry_summary_xml_lang_blank.xml +9 -0
  2716. data/tests/wellformed/lang/entry_summary_xml_lang_inherit.xml +9 -0
  2717. data/tests/wellformed/lang/entry_summary_xml_lang_inherit_2.xml +9 -0
  2718. data/tests/wellformed/lang/entry_summary_xml_lang_inherit_3.xml +10 -0
  2719. data/tests/wellformed/lang/entry_summary_xml_lang_inherit_4.xml +10 -0
  2720. data/tests/wellformed/lang/entry_title_xml_lang.xml +9 -0
  2721. data/tests/wellformed/lang/entry_title_xml_lang_blank.xml +9 -0
  2722. data/tests/wellformed/lang/entry_title_xml_lang_inherit.xml +9 -0
  2723. data/tests/wellformed/lang/entry_title_xml_lang_inherit_2.xml +9 -0
  2724. data/tests/wellformed/lang/entry_title_xml_lang_inherit_3.xml +10 -0
  2725. data/tests/wellformed/lang/entry_title_xml_lang_inherit_4.xml +10 -0
  2726. data/tests/wellformed/lang/feed_copyright_xml_lang.xml +7 -0
  2727. data/tests/wellformed/lang/feed_copyright_xml_lang_blank.xml +7 -0
  2728. data/tests/wellformed/lang/feed_copyright_xml_lang_inherit.xml +7 -0
  2729. data/tests/wellformed/lang/feed_copyright_xml_lang_inherit_2.xml +7 -0
  2730. data/tests/wellformed/lang/feed_copyright_xml_lang_inherit_3.xml +8 -0
  2731. data/tests/wellformed/lang/feed_copyright_xml_lang_inherit_4.xml +8 -0
  2732. data/tests/wellformed/lang/feed_info_xml_lang.xml +7 -0
  2733. data/tests/wellformed/lang/feed_info_xml_lang_blank.xml +7 -0
  2734. data/tests/wellformed/lang/feed_info_xml_lang_inherit.xml +7 -0
  2735. data/tests/wellformed/lang/feed_info_xml_lang_inherit_2.xml +7 -0
  2736. data/tests/wellformed/lang/feed_info_xml_lang_inherit_3.xml +8 -0
  2737. data/tests/wellformed/lang/feed_info_xml_lang_inherit_4.xml +8 -0
  2738. data/tests/wellformed/lang/feed_language.xml +9 -0
  2739. data/tests/wellformed/lang/feed_language_override.xml +9 -0
  2740. data/tests/wellformed/lang/feed_not_xml_lang.xml +7 -0
  2741. data/tests/wellformed/lang/feed_not_xml_lang_2.xml +7 -0
  2742. data/tests/wellformed/lang/feed_tagline_xml_lang.xml +7 -0
  2743. data/tests/wellformed/lang/feed_tagline_xml_lang_blank.xml +7 -0
  2744. data/tests/wellformed/lang/feed_tagline_xml_lang_inherit.xml +7 -0
  2745. data/tests/wellformed/lang/feed_tagline_xml_lang_inherit_2.xml +7 -0
  2746. data/tests/wellformed/lang/feed_tagline_xml_lang_inherit_3.xml +8 -0
  2747. data/tests/wellformed/lang/feed_tagline_xml_lang_inherit_4.xml +8 -0
  2748. data/tests/wellformed/lang/feed_title_xml_lang.xml +7 -0
  2749. data/tests/wellformed/lang/feed_title_xml_lang_blank.xml +7 -0
  2750. data/tests/wellformed/lang/feed_title_xml_lang_inherit.xml +7 -0
  2751. data/tests/wellformed/lang/feed_title_xml_lang_inherit_2.xml +7 -0
  2752. data/tests/wellformed/lang/feed_title_xml_lang_inherit_3.xml +8 -0
  2753. data/tests/wellformed/lang/feed_title_xml_lang_inherit_4.xml +8 -0
  2754. data/tests/wellformed/lang/feed_xml_lang.xml +6 -0
  2755. data/tests/wellformed/lang/http_content_language.xml +7 -0
  2756. data/tests/wellformed/lang/http_content_language_entry_title_inherit.xml +10 -0
  2757. data/tests/wellformed/lang/http_content_language_entry_title_inherit_2.xml +11 -0
  2758. data/tests/wellformed/lang/http_content_language_feed_language.xml +10 -0
  2759. data/tests/wellformed/lang/http_content_language_feed_xml_lang.xml +7 -0
  2760. data/tests/wellformed/lang/item_content_encoded_xml_lang.xml +11 -0
  2761. data/tests/wellformed/lang/item_content_encoded_xml_lang_inherit.xml +11 -0
  2762. data/tests/wellformed/lang/item_dc_language.xml +11 -0
  2763. data/tests/wellformed/lang/item_fullitem_xml_lang.xml +11 -0
  2764. data/tests/wellformed/lang/item_fullitem_xml_lang_inherit.xml +11 -0
  2765. data/tests/wellformed/lang/item_xhtml_body_xml_lang.xml +13 -0
  2766. data/tests/wellformed/lang/item_xhtml_body_xml_lang_inherit.xml +13 -0
  2767. data/tests/wellformed/namespace/rss1.0withModules.xml +47 -0
  2768. data/tests/wellformed/namespace/rss1.0withModulesNoDefNS.xml +48 -0
  2769. data/tests/wellformed/namespace/rss1.0withModulesNoDefNSLocalNameClash.xml +53 -0
  2770. data/tests/wellformed/namespace/rss2.0NSwithModules.xml +50 -0
  2771. data/tests/wellformed/namespace/rss2.0NSwithModulesNoDefNS.xml +50 -0
  2772. data/tests/wellformed/namespace/rss2.0NSwithModulesNoDefNSLocalNameClash.xml +58 -0
  2773. data/tests/wellformed/namespace/rss2.0noNSwithModules.xml +49 -0
  2774. data/tests/wellformed/namespace/rss2.0noNSwithModulesLocalNameClash.xml +57 -0
  2775. data/tests/wellformed/rdf/doctype_contains_entity_decl.xml +17 -0
  2776. data/tests/wellformed/rdf/rdf_channel_description.xml +9 -0
  2777. data/tests/wellformed/rdf/rdf_channel_link.xml +9 -0
  2778. data/tests/wellformed/rdf/rdf_channel_title.xml +9 -0
  2779. data/tests/wellformed/rdf/rdf_item_description.xml +16 -0
  2780. data/tests/wellformed/rdf/rdf_item_link.xml +16 -0
  2781. data/tests/wellformed/rdf/rdf_item_rdf_about.xml +15 -0
  2782. data/tests/wellformed/rdf/rdf_item_title.xml +16 -0
  2783. data/tests/wellformed/rdf/rss090_channel_title.xml +12 -0
  2784. data/tests/wellformed/rdf/rss090_item_title.xml +12 -0
  2785. data/tests/wellformed/rdf/rss_version_10.xml +6 -0
  2786. data/tests/wellformed/rdf/rss_version_10_not_default_ns.xml +8 -0
  2787. data/tests/wellformed/rss/aaa_wellformed.xml +6 -0
  2788. data/tests/wellformed/rss/channel_author.xml +9 -0
  2789. data/tests/wellformed/rss/channel_author_map_author_detail_email.xml +9 -0
  2790. data/tests/wellformed/rss/channel_author_map_author_detail_email_2.xml +9 -0
  2791. data/tests/wellformed/rss/channel_author_map_author_detail_email_3.xml +9 -0
  2792. data/tests/wellformed/rss/channel_author_map_author_detail_name.xml +9 -0
  2793. data/tests/wellformed/rss/channel_author_map_author_detail_name_2.xml +9 -0
  2794. data/tests/wellformed/rss/channel_category.xml +9 -0
  2795. data/tests/wellformed/rss/channel_category_domain.xml +9 -0
  2796. data/tests/wellformed/rss/channel_category_multiple.xml +10 -0
  2797. data/tests/wellformed/rss/channel_category_multiple_2.xml +10 -0
  2798. data/tests/wellformed/rss/channel_cloud_domain.xml +9 -0
  2799. data/tests/wellformed/rss/channel_cloud_path.xml +9 -0
  2800. data/tests/wellformed/rss/channel_cloud_port.xml +9 -0
  2801. data/tests/wellformed/rss/channel_cloud_protocol.xml +9 -0
  2802. data/tests/wellformed/rss/channel_cloud_registerProcedure.xml +9 -0
  2803. data/tests/wellformed/rss/channel_copyright.xml +9 -0
  2804. data/tests/wellformed/rss/channel_dc_author.xml +9 -0
  2805. data/tests/wellformed/rss/channel_dc_author_map_author_detail_email.xml +9 -0
  2806. data/tests/wellformed/rss/channel_dc_author_map_author_detail_name.xml +9 -0
  2807. data/tests/wellformed/rss/channel_dc_contributor.xml +9 -0
  2808. data/tests/wellformed/rss/channel_dc_creator.xml +9 -0
  2809. data/tests/wellformed/rss/channel_dc_creator_map_author_detail_email.xml +9 -0
  2810. data/tests/wellformed/rss/channel_dc_creator_map_author_detail_name.xml +9 -0
  2811. data/tests/wellformed/rss/channel_dc_publisher.xml +9 -0
  2812. data/tests/wellformed/rss/channel_dc_publisher_email.xml +9 -0
  2813. data/tests/wellformed/rss/channel_dc_publisher_name.xml +9 -0
  2814. data/tests/wellformed/rss/channel_dc_rights.xml +9 -0
  2815. data/tests/wellformed/rss/channel_dc_subject.xml +9 -0
  2816. data/tests/wellformed/rss/channel_dc_subject_2.xml +9 -0
  2817. data/tests/wellformed/rss/channel_dc_subject_multiple.xml +10 -0
  2818. data/tests/wellformed/rss/channel_dc_title.xml +9 -0
  2819. data/tests/wellformed/rss/channel_description.xml +9 -0
  2820. data/tests/wellformed/rss/channel_description_escaped_markup.xml +9 -0
  2821. data/tests/wellformed/rss/channel_description_map_tagline.xml +9 -0
  2822. data/tests/wellformed/rss/channel_description_naked_markup.xml +9 -0
  2823. data/tests/wellformed/rss/channel_description_shorttag.xml +10 -0
  2824. data/tests/wellformed/rss/channel_docs.xml +9 -0
  2825. data/tests/wellformed/rss/channel_generator.xml +9 -0
  2826. data/tests/wellformed/rss/channel_image_description.xml +16 -0
  2827. data/tests/wellformed/rss/channel_image_height.xml +16 -0
  2828. data/tests/wellformed/rss/channel_image_link.xml +16 -0
  2829. data/tests/wellformed/rss/channel_image_link_conflict.xml +12 -0
  2830. data/tests/wellformed/rss/channel_image_title.xml +16 -0
  2831. data/tests/wellformed/rss/channel_image_title_conflict.xml +12 -0
  2832. data/tests/wellformed/rss/channel_image_url.xml +16 -0
  2833. data/tests/wellformed/rss/channel_image_width.xml +16 -0
  2834. data/tests/wellformed/rss/channel_link.xml +9 -0
  2835. data/tests/wellformed/rss/channel_managingEditor.xml +9 -0
  2836. data/tests/wellformed/rss/channel_managingEditor_map_author_detail_email.xml +9 -0
  2837. data/tests/wellformed/rss/channel_managingEditor_map_author_detail_name.xml +9 -0
  2838. data/tests/wellformed/rss/channel_textInput_description.xml +14 -0
  2839. data/tests/wellformed/rss/channel_textInput_description_conflict.xml +12 -0
  2840. data/tests/wellformed/rss/channel_textInput_link.xml +12 -0
  2841. data/tests/wellformed/rss/channel_textInput_link_conflict.xml +12 -0
  2842. data/tests/wellformed/rss/channel_textInput_name.xml +11 -0
  2843. data/tests/wellformed/rss/channel_textInput_title.xml +12 -0
  2844. data/tests/wellformed/rss/channel_textInput_title_conflict.xml +12 -0
  2845. data/tests/wellformed/rss/channel_title.xml +9 -0
  2846. data/tests/wellformed/rss/channel_title_apos.xml +9 -0
  2847. data/tests/wellformed/rss/channel_title_gt.xml +9 -0
  2848. data/tests/wellformed/rss/channel_title_lt.xml +9 -0
  2849. data/tests/wellformed/rss/channel_ttl.xml +9 -0
  2850. data/tests/wellformed/rss/channel_webMaster.xml +9 -0
  2851. data/tests/wellformed/rss/channel_webMaster_email.xml +9 -0
  2852. data/tests/wellformed/rss/channel_webMaster_name.xml +9 -0
  2853. data/tests/wellformed/rss/item_author.xml +11 -0
  2854. data/tests/wellformed/rss/item_author_map_author_detail_email.xml +11 -0
  2855. data/tests/wellformed/rss/item_author_map_author_detail_name.xml +11 -0
  2856. data/tests/wellformed/rss/item_category.xml +11 -0
  2857. data/tests/wellformed/rss/item_category_domain.xml +11 -0
  2858. data/tests/wellformed/rss/item_category_multiple.xml +12 -0
  2859. data/tests/wellformed/rss/item_category_multiple_2.xml +12 -0
  2860. data/tests/wellformed/rss/item_comments.xml +11 -0
  2861. data/tests/wellformed/rss/item_content_encoded.xml +11 -0
  2862. data/tests/wellformed/rss/item_content_encoded_mode.xml +11 -0
  2863. data/tests/wellformed/rss/item_content_encoded_type.xml +11 -0
  2864. data/tests/wellformed/rss/item_dc_author.xml +11 -0
  2865. data/tests/wellformed/rss/item_dc_author_map_author_detail_email.xml +11 -0
  2866. data/tests/wellformed/rss/item_dc_author_map_author_detail_name.xml +11 -0
  2867. data/tests/wellformed/rss/item_dc_contributor.xml +11 -0
  2868. data/tests/wellformed/rss/item_dc_creator.xml +11 -0
  2869. data/tests/wellformed/rss/item_dc_creator_map_author_detail_email.xml +11 -0
  2870. data/tests/wellformed/rss/item_dc_creator_map_author_detail_name.xml +11 -0
  2871. data/tests/wellformed/rss/item_dc_publisher.xml +11 -0
  2872. data/tests/wellformed/rss/item_dc_publisher_email.xml +11 -0
  2873. data/tests/wellformed/rss/item_dc_publisher_name.xml +11 -0
  2874. data/tests/wellformed/rss/item_dc_rights.xml +11 -0
  2875. data/tests/wellformed/rss/item_dc_subject.xml +11 -0
  2876. data/tests/wellformed/rss/item_dc_subject_2.xml +11 -0
  2877. data/tests/wellformed/rss/item_dc_subject_multiple.xml +12 -0
  2878. data/tests/wellformed/rss/item_dc_title.xml +11 -0
  2879. data/tests/wellformed/rss/item_description.xml +11 -0
  2880. data/tests/wellformed/rss/item_description_and_summary.xml +12 -0
  2881. data/tests/wellformed/rss/item_description_br.xml +11 -0
  2882. data/tests/wellformed/rss/item_description_br_shorttag.xml +12 -0
  2883. data/tests/wellformed/rss/item_description_escaped_markup.xml +11 -0
  2884. data/tests/wellformed/rss/item_description_map_summary.xml +11 -0
  2885. data/tests/wellformed/rss/item_description_naked_markup.xml +11 -0
  2886. data/tests/wellformed/rss/item_description_not_a_doctype.xml +9 -0
  2887. data/tests/wellformed/rss/item_enclosure_length.xml +12 -0
  2888. data/tests/wellformed/rss/item_enclosure_multiple.xml +13 -0
  2889. data/tests/wellformed/rss/item_enclosure_type.xml +12 -0
  2890. data/tests/wellformed/rss/item_enclosure_url.xml +12 -0
  2891. data/tests/wellformed/rss/item_fullitem.xml +11 -0
  2892. data/tests/wellformed/rss/item_fullitem_mode.xml +11 -0
  2893. data/tests/wellformed/rss/item_fullitem_type.xml +11 -0
  2894. data/tests/wellformed/rss/item_guid.xml +11 -0
  2895. data/tests/wellformed/rss/item_guid_conflict_link.xml +12 -0
  2896. data/tests/wellformed/rss/item_guid_guidislink.xml +11 -0
  2897. data/tests/wellformed/rss/item_guid_isPermaLink_conflict_link.xml +12 -0
  2898. data/tests/wellformed/rss/item_guid_isPermaLink_conflict_link_not_guidislink.xml +12 -0
  2899. data/tests/wellformed/rss/item_guid_isPermaLink_guidislink.xml +11 -0
  2900. data/tests/wellformed/rss/item_guid_isPermaLink_map_link.xml +11 -0
  2901. data/tests/wellformed/rss/item_guid_map_link.xml +11 -0
  2902. data/tests/wellformed/rss/item_guid_not_permalink.xml +11 -0
  2903. data/tests/wellformed/rss/item_guid_not_permalink_conflict_link.xml +12 -0
  2904. data/tests/wellformed/rss/item_guid_not_permalink_not_guidislink.xml +11 -0
  2905. data/tests/wellformed/rss/item_guid_not_permalink_not_guidislink_2.xml +12 -0
  2906. data/tests/wellformed/rss/item_link.xml +11 -0
  2907. data/tests/wellformed/rss/item_source.xml +12 -0
  2908. data/tests/wellformed/rss/item_source_url.xml +12 -0
  2909. data/tests/wellformed/rss/item_summary_and_description.xml +12 -0
  2910. data/tests/wellformed/rss/item_title.xml +11 -0
  2911. data/tests/wellformed/rss/item_xhtml_body.xml +13 -0
  2912. data/tests/wellformed/rss/item_xhtml_body_mode.xml +13 -0
  2913. data/tests/wellformed/rss/item_xhtml_body_type.xml +13 -0
  2914. data/tests/wellformed/rss/rss_namespace_1.xml +9 -0
  2915. data/tests/wellformed/rss/rss_namespace_2.xml +9 -0
  2916. data/tests/wellformed/rss/rss_namespace_3.xml +9 -0
  2917. data/tests/wellformed/rss/rss_namespace_4.xml +9 -0
  2918. data/tests/wellformed/rss/rss_version_090.xml +6 -0
  2919. data/tests/wellformed/rss/rss_version_091_netscape.xml +7 -0
  2920. data/tests/wellformed/rss/rss_version_091_userland.xml +6 -0
  2921. data/tests/wellformed/rss/rss_version_092.xml +6 -0
  2922. data/tests/wellformed/rss/rss_version_093.xml +6 -0
  2923. data/tests/wellformed/rss/rss_version_094.xml +6 -0
  2924. data/tests/wellformed/rss/rss_version_20.xml +6 -0
  2925. data/tests/wellformed/rss/rss_version_201.xml +6 -0
  2926. data/tests/wellformed/rss/rss_version_21.xml +6 -0
  2927. data/tests/wellformed/rss/rss_version_missing.xml +9 -0
  2928. data/tests/wellformed/sanitize/entry_content_applet.xml +9 -0
  2929. data/tests/wellformed/sanitize/entry_content_blink.xml +9 -0
  2930. data/tests/wellformed/sanitize/entry_content_crazy.xml +75 -0
  2931. data/tests/wellformed/sanitize/entry_content_embed.xml +9 -0
  2932. data/tests/wellformed/sanitize/entry_content_frame.xml +9 -0
  2933. data/tests/wellformed/sanitize/entry_content_iframe.xml +9 -0
  2934. data/tests/wellformed/sanitize/entry_content_link.xml +9 -0
  2935. data/tests/wellformed/sanitize/entry_content_meta.xml +9 -0
  2936. data/tests/wellformed/sanitize/entry_content_object.xml +9 -0
  2937. data/tests/wellformed/sanitize/entry_content_onabort.xml +9 -0
  2938. data/tests/wellformed/sanitize/entry_content_onblur.xml +9 -0
  2939. data/tests/wellformed/sanitize/entry_content_onchange.xml +9 -0
  2940. data/tests/wellformed/sanitize/entry_content_onclick.xml +9 -0
  2941. data/tests/wellformed/sanitize/entry_content_ondblclick.xml +9 -0
  2942. data/tests/wellformed/sanitize/entry_content_onerror.xml +9 -0
  2943. data/tests/wellformed/sanitize/entry_content_onfocus.xml +9 -0
  2944. data/tests/wellformed/sanitize/entry_content_onkeydown.xml +9 -0
  2945. data/tests/wellformed/sanitize/entry_content_onkeypress.xml +9 -0
  2946. data/tests/wellformed/sanitize/entry_content_onkeyup.xml +9 -0
  2947. data/tests/wellformed/sanitize/entry_content_onload.xml +9 -0
  2948. data/tests/wellformed/sanitize/entry_content_onmousedown.xml +9 -0
  2949. data/tests/wellformed/sanitize/entry_content_onmouseout.xml +9 -0
  2950. data/tests/wellformed/sanitize/entry_content_onmouseover.xml +9 -0
  2951. data/tests/wellformed/sanitize/entry_content_onmouseup.xml +9 -0
  2952. data/tests/wellformed/sanitize/entry_content_onreset.xml +9 -0
  2953. data/tests/wellformed/sanitize/entry_content_onresize.xml +9 -0
  2954. data/tests/wellformed/sanitize/entry_content_onsubmit.xml +9 -0
  2955. data/tests/wellformed/sanitize/entry_content_onunload.xml +9 -0
  2956. data/tests/wellformed/sanitize/entry_content_script.xml +9 -0
  2957. data/tests/wellformed/sanitize/entry_content_script_base64.xml +12 -0
  2958. data/tests/wellformed/sanitize/entry_content_script_cdata.xml +9 -0
  2959. data/tests/wellformed/sanitize/entry_content_script_inline.xml +9 -0
  2960. data/tests/wellformed/sanitize/entry_content_style.xml +9 -0
  2961. data/tests/wellformed/sanitize/entry_summary_applet.xml +9 -0
  2962. data/tests/wellformed/sanitize/entry_summary_blink.xml +9 -0
  2963. data/tests/wellformed/sanitize/entry_summary_crazy.xml +75 -0
  2964. data/tests/wellformed/sanitize/entry_summary_embed.xml +9 -0
  2965. data/tests/wellformed/sanitize/entry_summary_frame.xml +9 -0
  2966. data/tests/wellformed/sanitize/entry_summary_iframe.xml +9 -0
  2967. data/tests/wellformed/sanitize/entry_summary_link.xml +9 -0
  2968. data/tests/wellformed/sanitize/entry_summary_meta.xml +9 -0
  2969. data/tests/wellformed/sanitize/entry_summary_object.xml +9 -0
  2970. data/tests/wellformed/sanitize/entry_summary_onabort.xml +9 -0
  2971. data/tests/wellformed/sanitize/entry_summary_onblur.xml +9 -0
  2972. data/tests/wellformed/sanitize/entry_summary_onchange.xml +9 -0
  2973. data/tests/wellformed/sanitize/entry_summary_onclick.xml +9 -0
  2974. data/tests/wellformed/sanitize/entry_summary_ondblclick.xml +9 -0
  2975. data/tests/wellformed/sanitize/entry_summary_onerror.xml +9 -0
  2976. data/tests/wellformed/sanitize/entry_summary_onfocus.xml +9 -0
  2977. data/tests/wellformed/sanitize/entry_summary_onkeydown.xml +9 -0
  2978. data/tests/wellformed/sanitize/entry_summary_onkeypress.xml +9 -0
  2979. data/tests/wellformed/sanitize/entry_summary_onkeyup.xml +9 -0
  2980. data/tests/wellformed/sanitize/entry_summary_onload.xml +9 -0
  2981. data/tests/wellformed/sanitize/entry_summary_onmousedown.xml +9 -0
  2982. data/tests/wellformed/sanitize/entry_summary_onmouseout.xml +9 -0
  2983. data/tests/wellformed/sanitize/entry_summary_onmouseover.xml +9 -0
  2984. data/tests/wellformed/sanitize/entry_summary_onmouseup.xml +9 -0
  2985. data/tests/wellformed/sanitize/entry_summary_onreset.xml +9 -0
  2986. data/tests/wellformed/sanitize/entry_summary_onresize.xml +9 -0
  2987. data/tests/wellformed/sanitize/entry_summary_onsubmit.xml +9 -0
  2988. data/tests/wellformed/sanitize/entry_summary_onunload.xml +9 -0
  2989. data/tests/wellformed/sanitize/entry_summary_script.xml +9 -0
  2990. data/tests/wellformed/sanitize/entry_summary_script_base64.xml +12 -0
  2991. data/tests/wellformed/sanitize/entry_summary_script_cdata.xml +9 -0
  2992. data/tests/wellformed/sanitize/entry_summary_script_inline.xml +9 -0
  2993. data/tests/wellformed/sanitize/entry_summary_script_map_description.xml +9 -0
  2994. data/tests/wellformed/sanitize/entry_summary_style.xml +9 -0
  2995. data/tests/wellformed/sanitize/entry_title_applet.xml +9 -0
  2996. data/tests/wellformed/sanitize/entry_title_blink.xml +9 -0
  2997. data/tests/wellformed/sanitize/entry_title_crazy.xml +75 -0
  2998. data/tests/wellformed/sanitize/entry_title_embed.xml +9 -0
  2999. data/tests/wellformed/sanitize/entry_title_frame.xml +9 -0
  3000. data/tests/wellformed/sanitize/entry_title_iframe.xml +9 -0
  3001. data/tests/wellformed/sanitize/entry_title_link.xml +9 -0
  3002. data/tests/wellformed/sanitize/entry_title_meta.xml +9 -0
  3003. data/tests/wellformed/sanitize/entry_title_object.xml +9 -0
  3004. data/tests/wellformed/sanitize/entry_title_onabort.xml +9 -0
  3005. data/tests/wellformed/sanitize/entry_title_onblur.xml +9 -0
  3006. data/tests/wellformed/sanitize/entry_title_onchange.xml +9 -0
  3007. data/tests/wellformed/sanitize/entry_title_onclick.xml +9 -0
  3008. data/tests/wellformed/sanitize/entry_title_ondblclick.xml +9 -0
  3009. data/tests/wellformed/sanitize/entry_title_onerror.xml +9 -0
  3010. data/tests/wellformed/sanitize/entry_title_onfocus.xml +9 -0
  3011. data/tests/wellformed/sanitize/entry_title_onkeydown.xml +9 -0
  3012. data/tests/wellformed/sanitize/entry_title_onkeypress.xml +9 -0
  3013. data/tests/wellformed/sanitize/entry_title_onkeyup.xml +9 -0
  3014. data/tests/wellformed/sanitize/entry_title_onload.xml +9 -0
  3015. data/tests/wellformed/sanitize/entry_title_onmousedown.xml +9 -0
  3016. data/tests/wellformed/sanitize/entry_title_onmouseout.xml +9 -0
  3017. data/tests/wellformed/sanitize/entry_title_onmouseover.xml +9 -0
  3018. data/tests/wellformed/sanitize/entry_title_onmouseup.xml +9 -0
  3019. data/tests/wellformed/sanitize/entry_title_onreset.xml +9 -0
  3020. data/tests/wellformed/sanitize/entry_title_onresize.xml +9 -0
  3021. data/tests/wellformed/sanitize/entry_title_onsubmit.xml +9 -0
  3022. data/tests/wellformed/sanitize/entry_title_onunload.xml +9 -0
  3023. data/tests/wellformed/sanitize/entry_title_script.xml +9 -0
  3024. data/tests/wellformed/sanitize/entry_title_script_cdata.xml +9 -0
  3025. data/tests/wellformed/sanitize/entry_title_script_inline.xml +9 -0
  3026. data/tests/wellformed/sanitize/entry_title_style.xml +9 -0
  3027. data/tests/wellformed/sanitize/feed_copyright_applet.xml +7 -0
  3028. data/tests/wellformed/sanitize/feed_copyright_blink.xml +7 -0
  3029. data/tests/wellformed/sanitize/feed_copyright_crazy.xml +73 -0
  3030. data/tests/wellformed/sanitize/feed_copyright_embed.xml +7 -0
  3031. data/tests/wellformed/sanitize/feed_copyright_frame.xml +7 -0
  3032. data/tests/wellformed/sanitize/feed_copyright_iframe.xml +7 -0
  3033. data/tests/wellformed/sanitize/feed_copyright_link.xml +7 -0
  3034. data/tests/wellformed/sanitize/feed_copyright_meta.xml +7 -0
  3035. data/tests/wellformed/sanitize/feed_copyright_object.xml +7 -0
  3036. data/tests/wellformed/sanitize/feed_copyright_onabort.xml +7 -0
  3037. data/tests/wellformed/sanitize/feed_copyright_onblur.xml +7 -0
  3038. data/tests/wellformed/sanitize/feed_copyright_onchange.xml +7 -0
  3039. data/tests/wellformed/sanitize/feed_copyright_onclick.xml +7 -0
  3040. data/tests/wellformed/sanitize/feed_copyright_ondblclick.xml +7 -0
  3041. data/tests/wellformed/sanitize/feed_copyright_onerror.xml +7 -0
  3042. data/tests/wellformed/sanitize/feed_copyright_onfocus.xml +7 -0
  3043. data/tests/wellformed/sanitize/feed_copyright_onkeydown.xml +7 -0
  3044. data/tests/wellformed/sanitize/feed_copyright_onkeypress.xml +7 -0
  3045. data/tests/wellformed/sanitize/feed_copyright_onkeyup.xml +7 -0
  3046. data/tests/wellformed/sanitize/feed_copyright_onload.xml +7 -0
  3047. data/tests/wellformed/sanitize/feed_copyright_onmousedown.xml +7 -0
  3048. data/tests/wellformed/sanitize/feed_copyright_onmouseout.xml +7 -0
  3049. data/tests/wellformed/sanitize/feed_copyright_onmouseover.xml +7 -0
  3050. data/tests/wellformed/sanitize/feed_copyright_onmouseup.xml +7 -0
  3051. data/tests/wellformed/sanitize/feed_copyright_onreset.xml +7 -0
  3052. data/tests/wellformed/sanitize/feed_copyright_onresize.xml +7 -0
  3053. data/tests/wellformed/sanitize/feed_copyright_onsubmit.xml +7 -0
  3054. data/tests/wellformed/sanitize/feed_copyright_onunload.xml +7 -0
  3055. data/tests/wellformed/sanitize/feed_copyright_script.xml +7 -0
  3056. data/tests/wellformed/sanitize/feed_copyright_script_cdata.xml +7 -0
  3057. data/tests/wellformed/sanitize/feed_copyright_script_inline.xml +7 -0
  3058. data/tests/wellformed/sanitize/feed_copyright_style.xml +7 -0
  3059. data/tests/wellformed/sanitize/feed_info_applet.xml +7 -0
  3060. data/tests/wellformed/sanitize/feed_info_blink.xml +7 -0
  3061. data/tests/wellformed/sanitize/feed_info_crazy.xml +73 -0
  3062. data/tests/wellformed/sanitize/feed_info_embed.xml +7 -0
  3063. data/tests/wellformed/sanitize/feed_info_frame.xml +7 -0
  3064. data/tests/wellformed/sanitize/feed_info_iframe.xml +7 -0
  3065. data/tests/wellformed/sanitize/feed_info_link.xml +7 -0
  3066. data/tests/wellformed/sanitize/feed_info_meta.xml +7 -0
  3067. data/tests/wellformed/sanitize/feed_info_object.xml +7 -0
  3068. data/tests/wellformed/sanitize/feed_info_onabort.xml +7 -0
  3069. data/tests/wellformed/sanitize/feed_info_onblur.xml +7 -0
  3070. data/tests/wellformed/sanitize/feed_info_onchange.xml +7 -0
  3071. data/tests/wellformed/sanitize/feed_info_onclick.xml +7 -0
  3072. data/tests/wellformed/sanitize/feed_info_ondblclick.xml +7 -0
  3073. data/tests/wellformed/sanitize/feed_info_onerror.xml +7 -0
  3074. data/tests/wellformed/sanitize/feed_info_onfocus.xml +7 -0
  3075. data/tests/wellformed/sanitize/feed_info_onkeydown.xml +7 -0
  3076. data/tests/wellformed/sanitize/feed_info_onkeypress.xml +7 -0
  3077. data/tests/wellformed/sanitize/feed_info_onkeyup.xml +7 -0
  3078. data/tests/wellformed/sanitize/feed_info_onload.xml +7 -0
  3079. data/tests/wellformed/sanitize/feed_info_onmousedown.xml +7 -0
  3080. data/tests/wellformed/sanitize/feed_info_onmouseout.xml +7 -0
  3081. data/tests/wellformed/sanitize/feed_info_onmouseover.xml +7 -0
  3082. data/tests/wellformed/sanitize/feed_info_onmouseup.xml +7 -0
  3083. data/tests/wellformed/sanitize/feed_info_onreset.xml +7 -0
  3084. data/tests/wellformed/sanitize/feed_info_onresize.xml +7 -0
  3085. data/tests/wellformed/sanitize/feed_info_onsubmit.xml +7 -0
  3086. data/tests/wellformed/sanitize/feed_info_onunload.xml +7 -0
  3087. data/tests/wellformed/sanitize/feed_info_script.xml +7 -0
  3088. data/tests/wellformed/sanitize/feed_info_script_cdata.xml +7 -0
  3089. data/tests/wellformed/sanitize/feed_info_script_inline.xml +7 -0
  3090. data/tests/wellformed/sanitize/feed_info_style.xml +7 -0
  3091. data/tests/wellformed/sanitize/feed_subtitle_applet.xml +7 -0
  3092. data/tests/wellformed/sanitize/feed_subtitle_blink.xml +7 -0
  3093. data/tests/wellformed/sanitize/feed_subtitle_crazy.xml +73 -0
  3094. data/tests/wellformed/sanitize/feed_subtitle_embed.xml +7 -0
  3095. data/tests/wellformed/sanitize/feed_subtitle_frame.xml +7 -0
  3096. data/tests/wellformed/sanitize/feed_subtitle_iframe.xml +7 -0
  3097. data/tests/wellformed/sanitize/feed_subtitle_link.xml +7 -0
  3098. data/tests/wellformed/sanitize/feed_subtitle_meta.xml +7 -0
  3099. data/tests/wellformed/sanitize/feed_subtitle_object.xml +7 -0
  3100. data/tests/wellformed/sanitize/feed_subtitle_onabort.xml +7 -0
  3101. data/tests/wellformed/sanitize/feed_subtitle_onblur.xml +7 -0
  3102. data/tests/wellformed/sanitize/feed_subtitle_onchange.xml +7 -0
  3103. data/tests/wellformed/sanitize/feed_subtitle_onclick.xml +7 -0
  3104. data/tests/wellformed/sanitize/feed_subtitle_ondblclick.xml +7 -0
  3105. data/tests/wellformed/sanitize/feed_subtitle_onerror.xml +7 -0
  3106. data/tests/wellformed/sanitize/feed_subtitle_onfocus.xml +7 -0
  3107. data/tests/wellformed/sanitize/feed_subtitle_onkeydown.xml +7 -0
  3108. data/tests/wellformed/sanitize/feed_subtitle_onkeypress.xml +7 -0
  3109. data/tests/wellformed/sanitize/feed_subtitle_onkeyup.xml +7 -0
  3110. data/tests/wellformed/sanitize/feed_subtitle_onload.xml +7 -0
  3111. data/tests/wellformed/sanitize/feed_subtitle_onmousedown.xml +7 -0
  3112. data/tests/wellformed/sanitize/feed_subtitle_onmouseout.xml +7 -0
  3113. data/tests/wellformed/sanitize/feed_subtitle_onmouseover.xml +7 -0
  3114. data/tests/wellformed/sanitize/feed_subtitle_onmouseup.xml +7 -0
  3115. data/tests/wellformed/sanitize/feed_subtitle_onreset.xml +7 -0
  3116. data/tests/wellformed/sanitize/feed_subtitle_onresize.xml +7 -0
  3117. data/tests/wellformed/sanitize/feed_subtitle_onsubmit.xml +7 -0
  3118. data/tests/wellformed/sanitize/feed_subtitle_onunload.xml +7 -0
  3119. data/tests/wellformed/sanitize/feed_subtitle_script.xml +7 -0
  3120. data/tests/wellformed/sanitize/feed_subtitle_script_cdata.xml +7 -0
  3121. data/tests/wellformed/sanitize/feed_subtitle_script_inline.xml +7 -0
  3122. data/tests/wellformed/sanitize/feed_subtitle_style.xml +7 -0
  3123. data/tests/wellformed/sanitize/feed_tagline_applet.xml +7 -0
  3124. data/tests/wellformed/sanitize/feed_tagline_blink.xml +7 -0
  3125. data/tests/wellformed/sanitize/feed_tagline_crazy.xml +73 -0
  3126. data/tests/wellformed/sanitize/feed_tagline_embed.xml +7 -0
  3127. data/tests/wellformed/sanitize/feed_tagline_frame.xml +7 -0
  3128. data/tests/wellformed/sanitize/feed_tagline_iframe.xml +7 -0
  3129. data/tests/wellformed/sanitize/feed_tagline_link.xml +7 -0
  3130. data/tests/wellformed/sanitize/feed_tagline_meta.xml +7 -0
  3131. data/tests/wellformed/sanitize/feed_tagline_object.xml +7 -0
  3132. data/tests/wellformed/sanitize/feed_tagline_onabort.xml +7 -0
  3133. data/tests/wellformed/sanitize/feed_tagline_onblur.xml +7 -0
  3134. data/tests/wellformed/sanitize/feed_tagline_onchange.xml +7 -0
  3135. data/tests/wellformed/sanitize/feed_tagline_onclick.xml +7 -0
  3136. data/tests/wellformed/sanitize/feed_tagline_ondblclick.xml +7 -0
  3137. data/tests/wellformed/sanitize/feed_tagline_onerror.xml +7 -0
  3138. data/tests/wellformed/sanitize/feed_tagline_onfocus.xml +7 -0
  3139. data/tests/wellformed/sanitize/feed_tagline_onkeydown.xml +7 -0
  3140. data/tests/wellformed/sanitize/feed_tagline_onkeypress.xml +7 -0
  3141. data/tests/wellformed/sanitize/feed_tagline_onkeyup.xml +7 -0
  3142. data/tests/wellformed/sanitize/feed_tagline_onload.xml +7 -0
  3143. data/tests/wellformed/sanitize/feed_tagline_onmousedown.xml +7 -0
  3144. data/tests/wellformed/sanitize/feed_tagline_onmouseout.xml +7 -0
  3145. data/tests/wellformed/sanitize/feed_tagline_onmouseover.xml +7 -0
  3146. data/tests/wellformed/sanitize/feed_tagline_onmouseup.xml +7 -0
  3147. data/tests/wellformed/sanitize/feed_tagline_onreset.xml +7 -0
  3148. data/tests/wellformed/sanitize/feed_tagline_onresize.xml +7 -0
  3149. data/tests/wellformed/sanitize/feed_tagline_onsubmit.xml +7 -0
  3150. data/tests/wellformed/sanitize/feed_tagline_onunload.xml +7 -0
  3151. data/tests/wellformed/sanitize/feed_tagline_script.xml +7 -0
  3152. data/tests/wellformed/sanitize/feed_tagline_script_cdata.xml +7 -0
  3153. data/tests/wellformed/sanitize/feed_tagline_script_inline.xml +7 -0
  3154. data/tests/wellformed/sanitize/feed_tagline_script_map_description.xml +7 -0
  3155. data/tests/wellformed/sanitize/feed_tagline_style.xml +7 -0
  3156. data/tests/wellformed/sanitize/feed_title_applet.xml +7 -0
  3157. data/tests/wellformed/sanitize/feed_title_blink.xml +7 -0
  3158. data/tests/wellformed/sanitize/feed_title_crazy.xml +73 -0
  3159. data/tests/wellformed/sanitize/feed_title_embed.xml +7 -0
  3160. data/tests/wellformed/sanitize/feed_title_frame.xml +7 -0
  3161. data/tests/wellformed/sanitize/feed_title_iframe.xml +7 -0
  3162. data/tests/wellformed/sanitize/feed_title_link.xml +7 -0
  3163. data/tests/wellformed/sanitize/feed_title_meta.xml +7 -0
  3164. data/tests/wellformed/sanitize/feed_title_object.xml +7 -0
  3165. data/tests/wellformed/sanitize/feed_title_onabort.xml +7 -0
  3166. data/tests/wellformed/sanitize/feed_title_onblur.xml +7 -0
  3167. data/tests/wellformed/sanitize/feed_title_onchange.xml +7 -0
  3168. data/tests/wellformed/sanitize/feed_title_onclick.xml +7 -0
  3169. data/tests/wellformed/sanitize/feed_title_ondblclick.xml +7 -0
  3170. data/tests/wellformed/sanitize/feed_title_onerror.xml +7 -0
  3171. data/tests/wellformed/sanitize/feed_title_onfocus.xml +7 -0
  3172. data/tests/wellformed/sanitize/feed_title_onkeydown.xml +7 -0
  3173. data/tests/wellformed/sanitize/feed_title_onkeypress.xml +7 -0
  3174. data/tests/wellformed/sanitize/feed_title_onkeyup.xml +7 -0
  3175. data/tests/wellformed/sanitize/feed_title_onload.xml +7 -0
  3176. data/tests/wellformed/sanitize/feed_title_onmousedown.xml +7 -0
  3177. data/tests/wellformed/sanitize/feed_title_onmouseout.xml +7 -0
  3178. data/tests/wellformed/sanitize/feed_title_onmouseover.xml +7 -0
  3179. data/tests/wellformed/sanitize/feed_title_onmouseup.xml +7 -0
  3180. data/tests/wellformed/sanitize/feed_title_onreset.xml +7 -0
  3181. data/tests/wellformed/sanitize/feed_title_onresize.xml +7 -0
  3182. data/tests/wellformed/sanitize/feed_title_onsubmit.xml +7 -0
  3183. data/tests/wellformed/sanitize/feed_title_onunload.xml +7 -0
  3184. data/tests/wellformed/sanitize/feed_title_script.xml +7 -0
  3185. data/tests/wellformed/sanitize/feed_title_script_cdata.xml +7 -0
  3186. data/tests/wellformed/sanitize/feed_title_script_inline.xml +7 -0
  3187. data/tests/wellformed/sanitize/feed_title_style.xml +7 -0
  3188. data/tests/wellformed/sanitize/item_body_applet.xml +11 -0
  3189. data/tests/wellformed/sanitize/item_body_blink.xml +11 -0
  3190. data/tests/wellformed/sanitize/item_body_embed.xml +11 -0
  3191. data/tests/wellformed/sanitize/item_body_frame.xml +11 -0
  3192. data/tests/wellformed/sanitize/item_body_iframe.xml +11 -0
  3193. data/tests/wellformed/sanitize/item_body_link.xml +11 -0
  3194. data/tests/wellformed/sanitize/item_body_meta.xml +11 -0
  3195. data/tests/wellformed/sanitize/item_body_object.xml +11 -0
  3196. data/tests/wellformed/sanitize/item_body_onabort.xml +11 -0
  3197. data/tests/wellformed/sanitize/item_body_onblur.xml +11 -0
  3198. data/tests/wellformed/sanitize/item_body_onchange.xml +11 -0
  3199. data/tests/wellformed/sanitize/item_body_onclick.xml +11 -0
  3200. data/tests/wellformed/sanitize/item_body_ondblclick.xml +11 -0
  3201. data/tests/wellformed/sanitize/item_body_onerror.xml +11 -0
  3202. data/tests/wellformed/sanitize/item_body_onfocus.xml +11 -0
  3203. data/tests/wellformed/sanitize/item_body_onkeydown.xml +11 -0
  3204. data/tests/wellformed/sanitize/item_body_onkeypress.xml +11 -0
  3205. data/tests/wellformed/sanitize/item_body_onkeyup.xml +11 -0
  3206. data/tests/wellformed/sanitize/item_body_onload.xml +11 -0
  3207. data/tests/wellformed/sanitize/item_body_onmousedown.xml +11 -0
  3208. data/tests/wellformed/sanitize/item_body_onmouseout.xml +11 -0
  3209. data/tests/wellformed/sanitize/item_body_onmouseover.xml +11 -0
  3210. data/tests/wellformed/sanitize/item_body_onmouseup.xml +11 -0
  3211. data/tests/wellformed/sanitize/item_body_onreset.xml +11 -0
  3212. data/tests/wellformed/sanitize/item_body_onresize.xml +11 -0
  3213. data/tests/wellformed/sanitize/item_body_onsubmit.xml +11 -0
  3214. data/tests/wellformed/sanitize/item_body_onunload.xml +11 -0
  3215. data/tests/wellformed/sanitize/item_body_script.xml +11 -0
  3216. data/tests/wellformed/sanitize/item_body_script_map_content.xml +11 -0
  3217. data/tests/wellformed/sanitize/item_body_style.xml +11 -0
  3218. data/tests/wellformed/sanitize/item_content_encoded_applet.xml +11 -0
  3219. data/tests/wellformed/sanitize/item_content_encoded_blink.xml +11 -0
  3220. data/tests/wellformed/sanitize/item_content_encoded_crazy.xml +77 -0
  3221. data/tests/wellformed/sanitize/item_content_encoded_embed.xml +11 -0
  3222. data/tests/wellformed/sanitize/item_content_encoded_frame.xml +11 -0
  3223. data/tests/wellformed/sanitize/item_content_encoded_iframe.xml +11 -0
  3224. data/tests/wellformed/sanitize/item_content_encoded_link.xml +11 -0
  3225. data/tests/wellformed/sanitize/item_content_encoded_map_content.xml +11 -0
  3226. data/tests/wellformed/sanitize/item_content_encoded_meta.xml +11 -0
  3227. data/tests/wellformed/sanitize/item_content_encoded_object.xml +11 -0
  3228. data/tests/wellformed/sanitize/item_content_encoded_onabort.xml +11 -0
  3229. data/tests/wellformed/sanitize/item_content_encoded_onblur.xml +11 -0
  3230. data/tests/wellformed/sanitize/item_content_encoded_onchange.xml +11 -0
  3231. data/tests/wellformed/sanitize/item_content_encoded_onclick.xml +11 -0
  3232. data/tests/wellformed/sanitize/item_content_encoded_ondblclick.xml +11 -0
  3233. data/tests/wellformed/sanitize/item_content_encoded_onerror.xml +11 -0
  3234. data/tests/wellformed/sanitize/item_content_encoded_onfocus.xml +11 -0
  3235. data/tests/wellformed/sanitize/item_content_encoded_onkeydown.xml +11 -0
  3236. data/tests/wellformed/sanitize/item_content_encoded_onkeypress.xml +11 -0
  3237. data/tests/wellformed/sanitize/item_content_encoded_onkeyup.xml +11 -0
  3238. data/tests/wellformed/sanitize/item_content_encoded_onload.xml +11 -0
  3239. data/tests/wellformed/sanitize/item_content_encoded_onmousedown.xml +11 -0
  3240. data/tests/wellformed/sanitize/item_content_encoded_onmouseout.xml +11 -0
  3241. data/tests/wellformed/sanitize/item_content_encoded_onmouseover.xml +11 -0
  3242. data/tests/wellformed/sanitize/item_content_encoded_onmouseup.xml +11 -0
  3243. data/tests/wellformed/sanitize/item_content_encoded_onreset.xml +11 -0
  3244. data/tests/wellformed/sanitize/item_content_encoded_onresize.xml +11 -0
  3245. data/tests/wellformed/sanitize/item_content_encoded_onsubmit.xml +11 -0
  3246. data/tests/wellformed/sanitize/item_content_encoded_onunload.xml +11 -0
  3247. data/tests/wellformed/sanitize/item_content_encoded_script.xml +11 -0
  3248. data/tests/wellformed/sanitize/item_content_encoded_script_cdata.xml +11 -0
  3249. data/tests/wellformed/sanitize/item_content_encoded_script_map_content.xml +11 -0
  3250. data/tests/wellformed/sanitize/item_content_encoded_style.xml +11 -0
  3251. data/tests/wellformed/sanitize/item_description_applet.xml +11 -0
  3252. data/tests/wellformed/sanitize/item_description_blink.xml +11 -0
  3253. data/tests/wellformed/sanitize/item_description_crazy.xml +81 -0
  3254. data/tests/wellformed/sanitize/item_description_embed.xml +11 -0
  3255. data/tests/wellformed/sanitize/item_description_frame.xml +11 -0
  3256. data/tests/wellformed/sanitize/item_description_iframe.xml +11 -0
  3257. data/tests/wellformed/sanitize/item_description_link.xml +11 -0
  3258. data/tests/wellformed/sanitize/item_description_meta.xml +11 -0
  3259. data/tests/wellformed/sanitize/item_description_object.xml +11 -0
  3260. data/tests/wellformed/sanitize/item_description_onabort.xml +11 -0
  3261. data/tests/wellformed/sanitize/item_description_onblur.xml +11 -0
  3262. data/tests/wellformed/sanitize/item_description_onchange.xml +11 -0
  3263. data/tests/wellformed/sanitize/item_description_onclick.xml +11 -0
  3264. data/tests/wellformed/sanitize/item_description_ondblclick.xml +11 -0
  3265. data/tests/wellformed/sanitize/item_description_onerror.xml +11 -0
  3266. data/tests/wellformed/sanitize/item_description_onfocus.xml +11 -0
  3267. data/tests/wellformed/sanitize/item_description_onkeydown.xml +11 -0
  3268. data/tests/wellformed/sanitize/item_description_onkeypress.xml +11 -0
  3269. data/tests/wellformed/sanitize/item_description_onkeyup.xml +11 -0
  3270. data/tests/wellformed/sanitize/item_description_onload.xml +11 -0
  3271. data/tests/wellformed/sanitize/item_description_onmousedown.xml +11 -0
  3272. data/tests/wellformed/sanitize/item_description_onmouseout.xml +11 -0
  3273. data/tests/wellformed/sanitize/item_description_onmouseover.xml +11 -0
  3274. data/tests/wellformed/sanitize/item_description_onmouseup.xml +11 -0
  3275. data/tests/wellformed/sanitize/item_description_onreset.xml +11 -0
  3276. data/tests/wellformed/sanitize/item_description_onresize.xml +11 -0
  3277. data/tests/wellformed/sanitize/item_description_onsubmit.xml +11 -0
  3278. data/tests/wellformed/sanitize/item_description_onunload.xml +11 -0
  3279. data/tests/wellformed/sanitize/item_description_script.xml +11 -0
  3280. data/tests/wellformed/sanitize/item_description_script_cdata.xml +11 -0
  3281. data/tests/wellformed/sanitize/item_description_script_map_summary.xml +11 -0
  3282. data/tests/wellformed/sanitize/item_description_style.xml +11 -0
  3283. data/tests/wellformed/sanitize/item_fullitem_applet.xml +11 -0
  3284. data/tests/wellformed/sanitize/item_fullitem_blink.xml +11 -0
  3285. data/tests/wellformed/sanitize/item_fullitem_crazy.xml +77 -0
  3286. data/tests/wellformed/sanitize/item_fullitem_embed.xml +11 -0
  3287. data/tests/wellformed/sanitize/item_fullitem_frame.xml +11 -0
  3288. data/tests/wellformed/sanitize/item_fullitem_iframe.xml +11 -0
  3289. data/tests/wellformed/sanitize/item_fullitem_link.xml +11 -0
  3290. data/tests/wellformed/sanitize/item_fullitem_meta.xml +11 -0
  3291. data/tests/wellformed/sanitize/item_fullitem_object.xml +11 -0
  3292. data/tests/wellformed/sanitize/item_fullitem_onabort.xml +11 -0
  3293. data/tests/wellformed/sanitize/item_fullitem_onblur.xml +11 -0
  3294. data/tests/wellformed/sanitize/item_fullitem_onchange.xml +11 -0
  3295. data/tests/wellformed/sanitize/item_fullitem_onclick.xml +11 -0
  3296. data/tests/wellformed/sanitize/item_fullitem_ondblclick.xml +11 -0
  3297. data/tests/wellformed/sanitize/item_fullitem_onerror.xml +11 -0
  3298. data/tests/wellformed/sanitize/item_fullitem_onfocus.xml +11 -0
  3299. data/tests/wellformed/sanitize/item_fullitem_onkeydown.xml +11 -0
  3300. data/tests/wellformed/sanitize/item_fullitem_onkeypress.xml +11 -0
  3301. data/tests/wellformed/sanitize/item_fullitem_onkeyup.xml +11 -0
  3302. data/tests/wellformed/sanitize/item_fullitem_onload.xml +11 -0
  3303. data/tests/wellformed/sanitize/item_fullitem_onmousedown.xml +11 -0
  3304. data/tests/wellformed/sanitize/item_fullitem_onmouseout.xml +11 -0
  3305. data/tests/wellformed/sanitize/item_fullitem_onmouseover.xml +11 -0
  3306. data/tests/wellformed/sanitize/item_fullitem_onmouseup.xml +11 -0
  3307. data/tests/wellformed/sanitize/item_fullitem_onreset.xml +11 -0
  3308. data/tests/wellformed/sanitize/item_fullitem_onresize.xml +11 -0
  3309. data/tests/wellformed/sanitize/item_fullitem_onsubmit.xml +11 -0
  3310. data/tests/wellformed/sanitize/item_fullitem_onunload.xml +11 -0
  3311. data/tests/wellformed/sanitize/item_fullitem_script.xml +11 -0
  3312. data/tests/wellformed/sanitize/item_fullitem_script_cdata.xml +11 -0
  3313. data/tests/wellformed/sanitize/item_fullitem_script_map_summary.xml +11 -0
  3314. data/tests/wellformed/sanitize/item_fullitem_style.xml +11 -0
  3315. data/tests/wellformed/sanitize/item_xhtml_body_applet.xml +11 -0
  3316. data/tests/wellformed/sanitize/item_xhtml_body_blink.xml +11 -0
  3317. data/tests/wellformed/sanitize/item_xhtml_body_embed.xml +11 -0
  3318. data/tests/wellformed/sanitize/item_xhtml_body_frame.xml +11 -0
  3319. data/tests/wellformed/sanitize/item_xhtml_body_iframe.xml +11 -0
  3320. data/tests/wellformed/sanitize/item_xhtml_body_link.xml +11 -0
  3321. data/tests/wellformed/sanitize/item_xhtml_body_meta.xml +11 -0
  3322. data/tests/wellformed/sanitize/item_xhtml_body_object.xml +11 -0
  3323. data/tests/wellformed/sanitize/item_xhtml_body_onabort.xml +11 -0
  3324. data/tests/wellformed/sanitize/item_xhtml_body_onblur.xml +11 -0
  3325. data/tests/wellformed/sanitize/item_xhtml_body_onchange.xml +11 -0
  3326. data/tests/wellformed/sanitize/item_xhtml_body_onclick.xml +11 -0
  3327. data/tests/wellformed/sanitize/item_xhtml_body_ondblclick.xml +11 -0
  3328. data/tests/wellformed/sanitize/item_xhtml_body_onerror.xml +11 -0
  3329. data/tests/wellformed/sanitize/item_xhtml_body_onfocus.xml +11 -0
  3330. data/tests/wellformed/sanitize/item_xhtml_body_onkeydown.xml +11 -0
  3331. data/tests/wellformed/sanitize/item_xhtml_body_onkeypress.xml +11 -0
  3332. data/tests/wellformed/sanitize/item_xhtml_body_onkeyup.xml +11 -0
  3333. data/tests/wellformed/sanitize/item_xhtml_body_onload.xml +11 -0
  3334. data/tests/wellformed/sanitize/item_xhtml_body_onmousedown.xml +11 -0
  3335. data/tests/wellformed/sanitize/item_xhtml_body_onmouseout.xml +11 -0
  3336. data/tests/wellformed/sanitize/item_xhtml_body_onmouseover.xml +11 -0
  3337. data/tests/wellformed/sanitize/item_xhtml_body_onmouseup.xml +11 -0
  3338. data/tests/wellformed/sanitize/item_xhtml_body_onreset.xml +11 -0
  3339. data/tests/wellformed/sanitize/item_xhtml_body_onresize.xml +11 -0
  3340. data/tests/wellformed/sanitize/item_xhtml_body_onsubmit.xml +11 -0
  3341. data/tests/wellformed/sanitize/item_xhtml_body_onunload.xml +11 -0
  3342. data/tests/wellformed/sanitize/item_xhtml_body_script.xml +11 -0
  3343. data/tests/wellformed/sanitize/item_xhtml_body_script_map_content.xml +11 -0
  3344. data/tests/wellformed/sanitize/item_xhtml_body_style.xml +11 -0
  3345. metadata +3489 -0
@@ -0,0 +1,11 @@
1
+ <!--
2
+ Description: item xhtml:body contains onmouseover
3
+ Expect: not bozo and entries[0]['description'] == u'<img src="http://www.ragingplatypus.com/i/cam-full.jpg" />'
4
+ -->
5
+ <rss version="2.0">
6
+ <channel>
7
+ <item>
8
+ <body xmlns="http://www.w3.org/1999/xhtml"><img src="http://www.ragingplatypus.com/i/cam-full.jpg" onmouseover="location.href='http://www.ragingplatypus.com/';" /></body>
9
+ </item>
10
+ </channel>
11
+ </rss>
@@ -0,0 +1,11 @@
1
+ <!--
2
+ Description: item xhtml:body contains onmouseup
3
+ Expect: not bozo and entries[0]['description'] == u'<img src="http://www.ragingplatypus.com/i/cam-full.jpg" />'
4
+ -->
5
+ <rss version="2.0">
6
+ <channel>
7
+ <item>
8
+ <body xmlns="http://www.w3.org/1999/xhtml"><img src="http://www.ragingplatypus.com/i/cam-full.jpg" onmouseup="location.href='http://www.ragingplatypus.com/';" /></body>
9
+ </item>
10
+ </channel>
11
+ </rss>
@@ -0,0 +1,11 @@
1
+ <!--
2
+ Description: item xhtml:body contains onreset
3
+ Expect: not bozo and entries[0]['description'] == u'<img src="http://www.ragingplatypus.com/i/cam-full.jpg" />'
4
+ -->
5
+ <rss version="2.0">
6
+ <channel>
7
+ <item>
8
+ <body xmlns="http://www.w3.org/1999/xhtml"><img src="http://www.ragingplatypus.com/i/cam-full.jpg" onreset="location.href='http://www.ragingplatypus.com/';" /></body>
9
+ </item>
10
+ </channel>
11
+ </rss>
@@ -0,0 +1,11 @@
1
+ <!--
2
+ Description: item xhtml:body contains onresize
3
+ Expect: not bozo and entries[0]['description'] == u'<img src="http://www.ragingplatypus.com/i/cam-full.jpg" />'
4
+ -->
5
+ <rss version="2.0">
6
+ <channel>
7
+ <item>
8
+ <body xmlns="http://www.w3.org/1999/xhtml"><img src="http://www.ragingplatypus.com/i/cam-full.jpg" onresize="location.href='http://www.ragingplatypus.com/';" /></body>
9
+ </item>
10
+ </channel>
11
+ </rss>
@@ -0,0 +1,11 @@
1
+ <!--
2
+ Description: item xhtml:body contains onsubmit
3
+ Expect: not bozo and entries[0]['description'] == u'<img src="http://www.ragingplatypus.com/i/cam-full.jpg" />'
4
+ -->
5
+ <rss version="2.0">
6
+ <channel>
7
+ <item>
8
+ <body xmlns="http://www.w3.org/1999/xhtml"><img src="http://www.ragingplatypus.com/i/cam-full.jpg" onsubmit="location.href='http://www.ragingplatypus.com/';" /></body>
9
+ </item>
10
+ </channel>
11
+ </rss>
@@ -0,0 +1,11 @@
1
+ <!--
2
+ Description: item xhtml:body contains onunload
3
+ Expect: not bozo and entries[0]['description'] == u'<img src="http://www.ragingplatypus.com/i/cam-full.jpg" />'
4
+ -->
5
+ <rss version="2.0">
6
+ <channel>
7
+ <item>
8
+ <body xmlns="http://www.w3.org/1999/xhtml"><img src="http://www.ragingplatypus.com/i/cam-full.jpg" onunload="location.href='http://www.ragingplatypus.com/';" /></body>
9
+ </item>
10
+ </channel>
11
+ </rss>
@@ -0,0 +1,11 @@
1
+ <!--
2
+ Description: item xhtml:body contains script
3
+ Expect: not bozo and entries[0]['description'] == u'safe description'
4
+ -->
5
+ <rss version="2.0">
6
+ <channel>
7
+ <item>
8
+ <body xmlns="http://www.w3.org/1999/xhtml">safe<script type="text/javascript">location.href='http:/'+'/example.com/';</script> description</body>
9
+ </item>
10
+ </channel>
11
+ </rss>
@@ -0,0 +1,11 @@
1
+ <!--
2
+ Description: item xhtml:body contains script (maps to content)
3
+ Expect: not bozo and entries[0]['content'][0]['value'] == u'safe description'
4
+ -->
5
+ <rss version="2.0">
6
+ <channel>
7
+ <item>
8
+ <body xmlns="http://www.w3.org/1999/xhtml">safe<script type="text/javascript">location.href='http:/'+'/example.com/';</script> description</body>
9
+ </item>
10
+ </channel>
11
+ </rss>
@@ -0,0 +1,11 @@
1
+ <!--
2
+ Description: item xhtml:body contains style
3
+ Expect: not bozo and entries[0]['description'] == u'<a href="http://www.ragingplatypus.com/">never trust your upstream platypus</a>'
4
+ -->
5
+ <rss version="2.0">
6
+ <channel>
7
+ <item>
8
+ <body xmlns="http://www.w3.org/1999/xhtml"><a href="http://www.ragingplatypus.com/" style="display:block; position:absolute; left:0; top:0; width:100%; height:100%; z-index:1; background-color:black; background-image:url(http://www.ragingplatypus.com/i/cam-full.jpg); background-x:center; background-y:center; background-repeat:repeat;">never trust your upstream platypus</a></body>
9
+ </item>
10
+ </channel>
11
+ </rss>
metadata ADDED
@@ -0,0 +1,3489 @@
1
+ --- !ruby/object:Gem::Specification
2
+ rubygems_version: 0.9.4
3
+ specification_version: 1
4
+ name: rfeedparser-ictv
5
+ version: !ruby/object:Gem::Version
6
+ version: 0.9.931
7
+ date: 2007-07-31 00:00:00 -07:00
8
+ summary: Parse RSS and Atom feeds in Ruby
9
+ require_paths:
10
+ - lib
11
+ email: jeff at somethingsimilar dot com
12
+ homepage: http://rfeedparser.rubyforge.org/
13
+ rubyforge_project: rfeedparser
14
+ description:
15
+ autorequire:
16
+ default_executable:
17
+ bindir: bin
18
+ has_rdoc: false
19
+ required_ruby_version: !ruby/object:Gem::Version::Requirement
20
+ requirements:
21
+ - - ">"
22
+ - !ruby/object:Gem::Version
23
+ version: 0.0.0
24
+ version:
25
+ platform: ruby
26
+ signing_key:
27
+ cert_chain:
28
+ post_install_message:
29
+ authors:
30
+ - Jeff Hodges
31
+ files:
32
+ - lib/rfeedparser
33
+ - lib/rfeedparser/aliases.rb
34
+ - lib/rfeedparser/better_attributelist.rb
35
+ - lib/rfeedparser/better_sgmlparser.rb
36
+ - lib/rfeedparser/encoding_helpers.rb
37
+ - lib/rfeedparser/feedparserdict.rb
38
+ - lib/rfeedparser/forgiving_uri.rb
39
+ - lib/rfeedparser/markup_helpers.rb
40
+ - lib/rfeedparser/parser_mixin.rb
41
+ - lib/rfeedparser/parsers.rb
42
+ - lib/rfeedparser/scrub.rb
43
+ - lib/rfeedparser/time_helpers.rb
44
+ - lib/rfeedparser.rb
45
+ - tests/illformed
46
+ - tests/illformed/amp
47
+ - tests/illformed/amp/amp01.xml
48
+ - tests/illformed/amp/amp02.xml
49
+ - tests/illformed/amp/amp03.xml
50
+ - tests/illformed/amp/amp04.xml
51
+ - tests/illformed/amp/amp05.xml
52
+ - tests/illformed/amp/amp06.xml
53
+ - tests/illformed/amp/amp07.xml
54
+ - tests/illformed/amp/amp08.xml
55
+ - tests/illformed/amp/amp09.xml
56
+ - tests/illformed/amp/amp10.xml
57
+ - tests/illformed/amp/amp11.xml
58
+ - tests/illformed/amp/amp12.xml
59
+ - tests/illformed/amp/amp13.xml
60
+ - tests/illformed/amp/amp14.xml
61
+ - tests/illformed/amp/amp15.xml
62
+ - tests/illformed/amp/amp16.xml
63
+ - tests/illformed/amp/amp17.xml
64
+ - tests/illformed/amp/amp18.xml
65
+ - tests/illformed/amp/amp19.xml
66
+ - tests/illformed/amp/amp20.xml
67
+ - tests/illformed/amp/amp21.xml
68
+ - tests/illformed/amp/amp22.xml
69
+ - tests/illformed/amp/amp23.xml
70
+ - tests/illformed/amp/amp24.xml
71
+ - tests/illformed/amp/amp25.xml
72
+ - tests/illformed/amp/amp26.xml
73
+ - tests/illformed/amp/amp27.xml
74
+ - tests/illformed/amp/amp28.xml
75
+ - tests/illformed/amp/amp29.xml
76
+ - tests/illformed/amp/amp30.xml
77
+ - tests/illformed/amp/amp31.xml
78
+ - tests/illformed/amp/amp32.xml
79
+ - tests/illformed/amp/amp33.xml
80
+ - tests/illformed/amp/amp34.xml
81
+ - tests/illformed/amp/amp35.xml
82
+ - tests/illformed/amp/amp36.xml
83
+ - tests/illformed/amp/amp37.xml
84
+ - tests/illformed/amp/amp38.xml
85
+ - tests/illformed/amp/amp39.xml
86
+ - tests/illformed/amp/amp40.xml
87
+ - tests/illformed/amp/amp41.xml
88
+ - tests/illformed/amp/amp42.xml
89
+ - tests/illformed/amp/amp43.xml
90
+ - tests/illformed/amp/amp44.xml
91
+ - tests/illformed/amp/amp45.xml
92
+ - tests/illformed/amp/amp46.xml
93
+ - tests/illformed/amp/amp47.xml
94
+ - tests/illformed/amp/amp48.xml
95
+ - tests/illformed/amp/amp49.xml
96
+ - tests/illformed/amp/amp50.xml
97
+ - tests/illformed/amp/amp51.xml
98
+ - tests/illformed/amp/amp52.xml
99
+ - tests/illformed/amp/amp53.xml
100
+ - tests/illformed/amp/amp54.xml
101
+ - tests/illformed/amp/amp55.xml
102
+ - tests/illformed/amp/amp56.xml
103
+ - tests/illformed/amp/amp57.xml
104
+ - tests/illformed/amp/amp58.xml
105
+ - tests/illformed/amp/amp59.xml
106
+ - tests/illformed/amp/amp60.xml
107
+ - tests/illformed/amp/amp61.xml
108
+ - tests/illformed/amp/amp62.xml
109
+ - tests/illformed/amp/amp63.xml
110
+ - tests/illformed/amp/amp64.xml
111
+ - tests/illformed/atom
112
+ - tests/illformed/atom/atom_namespace_1.xml
113
+ - tests/illformed/atom/atom_namespace_2.xml
114
+ - tests/illformed/atom/atom_namespace_3.xml
115
+ - tests/illformed/atom/atom_namespace_4.xml
116
+ - tests/illformed/atom/atom_namespace_5.xml
117
+ - tests/illformed/atom/entry_author_email.xml
118
+ - tests/illformed/atom/entry_author_homepage.xml
119
+ - tests/illformed/atom/entry_author_map_author.xml
120
+ - tests/illformed/atom/entry_author_map_author_2.xml
121
+ - tests/illformed/atom/entry_author_name.xml
122
+ - tests/illformed/atom/entry_author_uri.xml
123
+ - tests/illformed/atom/entry_author_url.xml
124
+ - tests/illformed/atom/entry_content_mode_base64.xml
125
+ - tests/illformed/atom/entry_content_mode_escaped.xml
126
+ - tests/illformed/atom/entry_content_type.xml
127
+ - tests/illformed/atom/entry_content_type_text_plain.xml
128
+ - tests/illformed/atom/entry_content_value.xml
129
+ - tests/illformed/atom/entry_contributor_email.xml
130
+ - tests/illformed/atom/entry_contributor_homepage.xml
131
+ - tests/illformed/atom/entry_contributor_multiple.xml
132
+ - tests/illformed/atom/entry_contributor_name.xml
133
+ - tests/illformed/atom/entry_contributor_uri.xml
134
+ - tests/illformed/atom/entry_contributor_url.xml
135
+ - tests/illformed/atom/entry_id.xml
136
+ - tests/illformed/atom/entry_id_map_guid.xml
137
+ - tests/illformed/atom/entry_link_alternate_map_link.xml
138
+ - tests/illformed/atom/entry_link_alternate_map_link_2.xml
139
+ - tests/illformed/atom/entry_link_href.xml
140
+ - tests/illformed/atom/entry_link_multiple.xml
141
+ - tests/illformed/atom/entry_link_rel.xml
142
+ - tests/illformed/atom/entry_link_title.xml
143
+ - tests/illformed/atom/entry_link_type.xml
144
+ - tests/illformed/atom/entry_summary.xml
145
+ - tests/illformed/atom/entry_summary_base64.xml
146
+ - tests/illformed/atom/entry_summary_base64_2.xml
147
+ - tests/illformed/atom/entry_summary_content_mode_base64.xml
148
+ - tests/illformed/atom/entry_summary_content_mode_escaped.xml
149
+ - tests/illformed/atom/entry_summary_content_type.xml
150
+ - tests/illformed/atom/entry_summary_content_type_text_plain.xml
151
+ - tests/illformed/atom/entry_summary_content_value.xml
152
+ - tests/illformed/atom/entry_summary_escaped_markup.xml
153
+ - tests/illformed/atom/entry_summary_inline_markup.xml
154
+ - tests/illformed/atom/entry_summary_inline_markup_2.xml
155
+ - tests/illformed/atom/entry_summary_naked_markup.xml
156
+ - tests/illformed/atom/entry_summary_text_plain.xml
157
+ - tests/illformed/atom/entry_title.xml
158
+ - tests/illformed/atom/entry_title_base64.xml
159
+ - tests/illformed/atom/entry_title_base64_2.xml
160
+ - tests/illformed/atom/entry_title_content_mode_base64.xml
161
+ - tests/illformed/atom/entry_title_content_mode_escaped.xml
162
+ - tests/illformed/atom/entry_title_content_type.xml
163
+ - tests/illformed/atom/entry_title_content_type_text_plain.xml
164
+ - tests/illformed/atom/entry_title_content_value.xml
165
+ - tests/illformed/atom/entry_title_escaped_markup.xml
166
+ - tests/illformed/atom/entry_title_inline_markup.xml
167
+ - tests/illformed/atom/entry_title_inline_markup_2.xml
168
+ - tests/illformed/atom/entry_title_naked_markup.xml
169
+ - tests/illformed/atom/entry_title_text_plain.xml
170
+ - tests/illformed/atom/entry_title_text_plain_brackets.xml
171
+ - tests/illformed/atom/feed_author_email.xml
172
+ - tests/illformed/atom/feed_author_homepage.xml
173
+ - tests/illformed/atom/feed_author_map_author.xml
174
+ - tests/illformed/atom/feed_author_map_author_2.xml
175
+ - tests/illformed/atom/feed_author_name.xml
176
+ - tests/illformed/atom/feed_author_uri.xml
177
+ - tests/illformed/atom/feed_author_url.xml
178
+ - tests/illformed/atom/feed_contributor_email.xml
179
+ - tests/illformed/atom/feed_contributor_homepage.xml
180
+ - tests/illformed/atom/feed_contributor_multiple.xml
181
+ - tests/illformed/atom/feed_contributor_name.xml
182
+ - tests/illformed/atom/feed_contributor_uri.xml
183
+ - tests/illformed/atom/feed_contributor_url.xml
184
+ - tests/illformed/atom/feed_copyright.xml
185
+ - tests/illformed/atom/feed_copyright_base64.xml
186
+ - tests/illformed/atom/feed_copyright_base64_2.xml
187
+ - tests/illformed/atom/feed_copyright_content_mode_base64.xml
188
+ - tests/illformed/atom/feed_copyright_content_mode_escaped.xml
189
+ - tests/illformed/atom/feed_copyright_content_type.xml
190
+ - tests/illformed/atom/feed_copyright_content_type_text_plain.xml
191
+ - tests/illformed/atom/feed_copyright_content_value.xml
192
+ - tests/illformed/atom/feed_copyright_escaped_markup.xml
193
+ - tests/illformed/atom/feed_copyright_inline_markup.xml
194
+ - tests/illformed/atom/feed_copyright_inline_markup_2.xml
195
+ - tests/illformed/atom/feed_copyright_naked_markup.xml
196
+ - tests/illformed/atom/feed_copyright_text_plain.xml
197
+ - tests/illformed/atom/feed_generator.xml
198
+ - tests/illformed/atom/feed_generator_name.xml
199
+ - tests/illformed/atom/feed_generator_url.xml
200
+ - tests/illformed/atom/feed_generator_version.xml
201
+ - tests/illformed/atom/feed_id.xml
202
+ - tests/illformed/atom/feed_id_map_guid.xml
203
+ - tests/illformed/atom/feed_info.xml
204
+ - tests/illformed/atom/feed_info_base64.xml
205
+ - tests/illformed/atom/feed_info_base64_2.xml
206
+ - tests/illformed/atom/feed_info_content_mode_base64.xml
207
+ - tests/illformed/atom/feed_info_content_mode_escaped.xml
208
+ - tests/illformed/atom/feed_info_content_type.xml
209
+ - tests/illformed/atom/feed_info_content_type_text_plain.xml
210
+ - tests/illformed/atom/feed_info_content_value.xml
211
+ - tests/illformed/atom/feed_info_escaped_markup.xml
212
+ - tests/illformed/atom/feed_info_inline_markup.xml
213
+ - tests/illformed/atom/feed_info_inline_markup_2.xml
214
+ - tests/illformed/atom/feed_info_naked_markup.xml
215
+ - tests/illformed/atom/feed_info_text_plain.xml
216
+ - tests/illformed/atom/feed_link_alternate_map_link.xml
217
+ - tests/illformed/atom/feed_link_alternate_map_link_2.xml
218
+ - tests/illformed/atom/feed_link_href.xml
219
+ - tests/illformed/atom/feed_link_multiple.xml
220
+ - tests/illformed/atom/feed_link_rel.xml
221
+ - tests/illformed/atom/feed_link_title.xml
222
+ - tests/illformed/atom/feed_link_type.xml
223
+ - tests/illformed/atom/feed_tagline.xml
224
+ - tests/illformed/atom/feed_tagline_base64.xml
225
+ - tests/illformed/atom/feed_tagline_base64_2.xml
226
+ - tests/illformed/atom/feed_tagline_content_mode_base64.xml
227
+ - tests/illformed/atom/feed_tagline_content_mode_escaped.xml
228
+ - tests/illformed/atom/feed_tagline_content_type.xml
229
+ - tests/illformed/atom/feed_tagline_content_type_text_plain.xml
230
+ - tests/illformed/atom/feed_tagline_content_value.xml
231
+ - tests/illformed/atom/feed_tagline_escaped_markup.xml
232
+ - tests/illformed/atom/feed_tagline_inline_markup.xml
233
+ - tests/illformed/atom/feed_tagline_inline_markup_2.xml
234
+ - tests/illformed/atom/feed_tagline_naked_markup.xml
235
+ - tests/illformed/atom/feed_tagline_text_plain.xml
236
+ - tests/illformed/atom/feed_title.xml
237
+ - tests/illformed/atom/feed_title_base64.xml
238
+ - tests/illformed/atom/feed_title_base64_2.xml
239
+ - tests/illformed/atom/feed_title_content_mode_base64.xml
240
+ - tests/illformed/atom/feed_title_content_mode_escaped.xml
241
+ - tests/illformed/atom/feed_title_content_type.xml
242
+ - tests/illformed/atom/feed_title_content_type_text_plain.xml
243
+ - tests/illformed/atom/feed_title_content_value.xml
244
+ - tests/illformed/atom/feed_title_escaped_markup.xml
245
+ - tests/illformed/atom/feed_title_inline_markup.xml
246
+ - tests/illformed/atom/feed_title_inline_markup_2.xml
247
+ - tests/illformed/atom/feed_title_naked_markup.xml
248
+ - tests/illformed/atom/feed_title_text_plain.xml
249
+ - tests/illformed/atom/relative_uri.xml
250
+ - tests/illformed/atom/relative_uri_inherit.xml
251
+ - tests/illformed/atom/relative_uri_inherit_2.xml
252
+ - tests/illformed/atom10
253
+ - tests/illformed/atom10/atom10_namespace.xml
254
+ - tests/illformed/atom10/atom10_version.xml
255
+ - tests/illformed/atom10/entry_author_email.xml
256
+ - tests/illformed/atom10/entry_author_map_author.xml
257
+ - tests/illformed/atom10/entry_author_map_author_2.xml
258
+ - tests/illformed/atom10/entry_author_name.xml
259
+ - tests/illformed/atom10/entry_author_uri.xml
260
+ - tests/illformed/atom10/entry_author_url.xml
261
+ - tests/illformed/atom10/entry_category_label.xml
262
+ - tests/illformed/atom10/entry_category_scheme.xml
263
+ - tests/illformed/atom10/entry_category_term.xml
264
+ - tests/illformed/atom10/entry_content_application_xml.xml
265
+ - tests/illformed/atom10/entry_content_base64.xml
266
+ - tests/illformed/atom10/entry_content_base64_2.xml
267
+ - tests/illformed/atom10/entry_content_escaped_markup.xml
268
+ - tests/illformed/atom10/entry_content_inline_markup.xml
269
+ - tests/illformed/atom10/entry_content_inline_markup_2.xml
270
+ - tests/illformed/atom10/entry_content_src.xml
271
+ - tests/illformed/atom10/entry_content_text_plain.xml
272
+ - tests/illformed/atom10/entry_content_text_plain_brackets.xml
273
+ - tests/illformed/atom10/entry_content_type.xml
274
+ - tests/illformed/atom10/entry_content_type_text.xml
275
+ - tests/illformed/atom10/entry_content_value.xml
276
+ - tests/illformed/atom10/entry_contributor_email.xml
277
+ - tests/illformed/atom10/entry_contributor_multiple.xml
278
+ - tests/illformed/atom10/entry_contributor_name.xml
279
+ - tests/illformed/atom10/entry_contributor_uri.xml
280
+ - tests/illformed/atom10/entry_contributor_url.xml
281
+ - tests/illformed/atom10/entry_id.xml
282
+ - tests/illformed/atom10/entry_id_map_guid.xml
283
+ - tests/illformed/atom10/entry_id_no_normalization_1.xml
284
+ - tests/illformed/atom10/entry_id_no_normalization_2.xml
285
+ - tests/illformed/atom10/entry_id_no_normalization_3.xml
286
+ - tests/illformed/atom10/entry_id_no_normalization_4.xml
287
+ - tests/illformed/atom10/entry_id_no_normalization_5.xml
288
+ - tests/illformed/atom10/entry_id_no_normalization_6.xml
289
+ - tests/illformed/atom10/entry_id_no_normalization_7.xml
290
+ - tests/illformed/atom10/entry_link_alternate_map_link.xml
291
+ - tests/illformed/atom10/entry_link_alternate_map_link_2.xml
292
+ - tests/illformed/atom10/entry_link_alternate_map_link_3.xml
293
+ - tests/illformed/atom10/entry_link_href.xml
294
+ - tests/illformed/atom10/entry_link_hreflang.xml
295
+ - tests/illformed/atom10/entry_link_length.xml
296
+ - tests/illformed/atom10/entry_link_multiple.xml
297
+ - tests/illformed/atom10/entry_link_no_rel.xml
298
+ - tests/illformed/atom10/entry_link_rel.xml
299
+ - tests/illformed/atom10/entry_link_rel_enclosure.xml
300
+ - tests/illformed/atom10/entry_link_rel_enclosure_map_enclosure_length.xml
301
+ - tests/illformed/atom10/entry_link_rel_enclosure_map_enclosure_type.xml
302
+ - tests/illformed/atom10/entry_link_rel_enclosure_map_enclosure_url.xml
303
+ - tests/illformed/atom10/entry_link_rel_other.xml
304
+ - tests/illformed/atom10/entry_link_rel_related.xml
305
+ - tests/illformed/atom10/entry_link_rel_self.xml
306
+ - tests/illformed/atom10/entry_link_rel_via.xml
307
+ - tests/illformed/atom10/entry_link_title.xml
308
+ - tests/illformed/atom10/entry_link_type.xml
309
+ - tests/illformed/atom10/entry_rights.xml
310
+ - tests/illformed/atom10/entry_rights_content_value.xml
311
+ - tests/illformed/atom10/entry_rights_escaped_markup.xml
312
+ - tests/illformed/atom10/entry_rights_inline_markup.xml
313
+ - tests/illformed/atom10/entry_rights_inline_markup_2.xml
314
+ - tests/illformed/atom10/entry_rights_text_plain.xml
315
+ - tests/illformed/atom10/entry_rights_text_plain_brackets.xml
316
+ - tests/illformed/atom10/entry_rights_type_default.xml
317
+ - tests/illformed/atom10/entry_rights_type_text.xml
318
+ - tests/illformed/atom10/entry_source_author_email.xml
319
+ - tests/illformed/atom10/entry_source_author_map_author.xml
320
+ - tests/illformed/atom10/entry_source_author_map_author_2.xml
321
+ - tests/illformed/atom10/entry_source_author_name.xml
322
+ - tests/illformed/atom10/entry_source_author_uri.xml
323
+ - tests/illformed/atom10/entry_source_category_label.xml
324
+ - tests/illformed/atom10/entry_source_category_scheme.xml
325
+ - tests/illformed/atom10/entry_source_category_term.xml
326
+ - tests/illformed/atom10/entry_source_contributor_email.xml
327
+ - tests/illformed/atom10/entry_source_contributor_multiple.xml
328
+ - tests/illformed/atom10/entry_source_contributor_name.xml
329
+ - tests/illformed/atom10/entry_source_contributor_uri.xml
330
+ - tests/illformed/atom10/entry_source_generator.xml
331
+ - tests/illformed/atom10/entry_source_generator_name.xml
332
+ - tests/illformed/atom10/entry_source_generator_uri.xml
333
+ - tests/illformed/atom10/entry_source_generator_version.xml
334
+ - tests/illformed/atom10/entry_source_icon.xml
335
+ - tests/illformed/atom10/entry_source_id.xml
336
+ - tests/illformed/atom10/entry_source_link_alternate_map_link.xml
337
+ - tests/illformed/atom10/entry_source_link_alternate_map_link_2.xml
338
+ - tests/illformed/atom10/entry_source_link_href.xml
339
+ - tests/illformed/atom10/entry_source_link_hreflang.xml
340
+ - tests/illformed/atom10/entry_source_link_length.xml
341
+ - tests/illformed/atom10/entry_source_link_multiple.xml
342
+ - tests/illformed/atom10/entry_source_link_no_rel.xml
343
+ - tests/illformed/atom10/entry_source_link_rel.xml
344
+ - tests/illformed/atom10/entry_source_link_rel_other.xml
345
+ - tests/illformed/atom10/entry_source_link_rel_related.xml
346
+ - tests/illformed/atom10/entry_source_link_rel_self.xml
347
+ - tests/illformed/atom10/entry_source_link_rel_via.xml
348
+ - tests/illformed/atom10/entry_source_link_title.xml
349
+ - tests/illformed/atom10/entry_source_link_type.xml
350
+ - tests/illformed/atom10/entry_source_logo.xml
351
+ - tests/illformed/atom10/entry_source_rights.xml
352
+ - tests/illformed/atom10/entry_source_rights_base64.xml
353
+ - tests/illformed/atom10/entry_source_rights_base64_2.xml
354
+ - tests/illformed/atom10/entry_source_rights_content_type.xml
355
+ - tests/illformed/atom10/entry_source_rights_content_type_text.xml
356
+ - tests/illformed/atom10/entry_source_rights_content_value.xml
357
+ - tests/illformed/atom10/entry_source_rights_escaped_markup.xml
358
+ - tests/illformed/atom10/entry_source_rights_inline_markup.xml
359
+ - tests/illformed/atom10/entry_source_rights_inline_markup_2.xml
360
+ - tests/illformed/atom10/entry_source_rights_text_plain.xml
361
+ - tests/illformed/atom10/entry_source_subittle_content_type_text.xml
362
+ - tests/illformed/atom10/entry_source_subtitle.xml
363
+ - tests/illformed/atom10/entry_source_subtitle_base64.xml
364
+ - tests/illformed/atom10/entry_source_subtitle_base64_2.xml
365
+ - tests/illformed/atom10/entry_source_subtitle_content_type.xml
366
+ - tests/illformed/atom10/entry_source_subtitle_content_value.xml
367
+ - tests/illformed/atom10/entry_source_subtitle_escaped_markup.xml
368
+ - tests/illformed/atom10/entry_source_subtitle_inline_markup.xml
369
+ - tests/illformed/atom10/entry_source_subtitle_inline_markup_2.xml
370
+ - tests/illformed/atom10/entry_source_subtitle_text_plain.xml
371
+ - tests/illformed/atom10/entry_source_title.xml
372
+ - tests/illformed/atom10/entry_source_title_base64.xml
373
+ - tests/illformed/atom10/entry_source_title_base64_2.xml
374
+ - tests/illformed/atom10/entry_source_title_content_type.xml
375
+ - tests/illformed/atom10/entry_source_title_content_type_text.xml
376
+ - tests/illformed/atom10/entry_source_title_content_value.xml
377
+ - tests/illformed/atom10/entry_source_title_escaped_markup.xml
378
+ - tests/illformed/atom10/entry_source_title_inline_markup.xml
379
+ - tests/illformed/atom10/entry_source_title_inline_markup_2.xml
380
+ - tests/illformed/atom10/entry_source_title_text_plain.xml
381
+ - tests/illformed/atom10/entry_summary.xml
382
+ - tests/illformed/atom10/entry_summary_base64.xml
383
+ - tests/illformed/atom10/entry_summary_base64_2.xml
384
+ - tests/illformed/atom10/entry_summary_content_value.xml
385
+ - tests/illformed/atom10/entry_summary_escaped_markup.xml
386
+ - tests/illformed/atom10/entry_summary_inline_markup.xml
387
+ - tests/illformed/atom10/entry_summary_inline_markup_2.xml
388
+ - tests/illformed/atom10/entry_summary_text_plain.xml
389
+ - tests/illformed/atom10/entry_summary_type_default.xml
390
+ - tests/illformed/atom10/entry_summary_type_text.xml
391
+ - tests/illformed/atom10/entry_title.xml
392
+ - tests/illformed/atom10/entry_title_base64.xml
393
+ - tests/illformed/atom10/entry_title_base64_2.xml
394
+ - tests/illformed/atom10/entry_title_content_value.xml
395
+ - tests/illformed/atom10/entry_title_escaped_markup.xml
396
+ - tests/illformed/atom10/entry_title_inline_markup.xml
397
+ - tests/illformed/atom10/entry_title_inline_markup_2.xml
398
+ - tests/illformed/atom10/entry_title_text_plain.xml
399
+ - tests/illformed/atom10/entry_title_text_plain_brackets.xml
400
+ - tests/illformed/atom10/entry_title_type_default.xml
401
+ - tests/illformed/atom10/entry_title_type_text.xml
402
+ - tests/illformed/atom10/feed_author_email.xml
403
+ - tests/illformed/atom10/feed_author_map_author.xml
404
+ - tests/illformed/atom10/feed_author_map_author_2.xml
405
+ - tests/illformed/atom10/feed_author_name.xml
406
+ - tests/illformed/atom10/feed_author_uri.xml
407
+ - tests/illformed/atom10/feed_author_url.xml
408
+ - tests/illformed/atom10/feed_contributor_email.xml
409
+ - tests/illformed/atom10/feed_contributor_multiple.xml
410
+ - tests/illformed/atom10/feed_contributor_name.xml
411
+ - tests/illformed/atom10/feed_contributor_uri.xml
412
+ - tests/illformed/atom10/feed_contributor_url.xml
413
+ - tests/illformed/atom10/feed_generator.xml
414
+ - tests/illformed/atom10/feed_generator_name.xml
415
+ - tests/illformed/atom10/feed_generator_url.xml
416
+ - tests/illformed/atom10/feed_generator_version.xml
417
+ - tests/illformed/atom10/feed_icon.xml
418
+ - tests/illformed/atom10/feed_id.xml
419
+ - tests/illformed/atom10/feed_id_map_guid.xml
420
+ - tests/illformed/atom10/feed_link_alternate_map_link.xml
421
+ - tests/illformed/atom10/feed_link_alternate_map_link_2.xml
422
+ - tests/illformed/atom10/feed_link_href.xml
423
+ - tests/illformed/atom10/feed_link_hreflang.xml
424
+ - tests/illformed/atom10/feed_link_length.xml
425
+ - tests/illformed/atom10/feed_link_multiple.xml
426
+ - tests/illformed/atom10/feed_link_no_rel.xml
427
+ - tests/illformed/atom10/feed_link_rel.xml
428
+ - tests/illformed/atom10/feed_link_rel_other.xml
429
+ - tests/illformed/atom10/feed_link_rel_related.xml
430
+ - tests/illformed/atom10/feed_link_rel_self.xml
431
+ - tests/illformed/atom10/feed_link_rel_via.xml
432
+ - tests/illformed/atom10/feed_link_title.xml
433
+ - tests/illformed/atom10/feed_link_type.xml
434
+ - tests/illformed/atom10/feed_logo.xml
435
+ - tests/illformed/atom10/feed_rights.xml
436
+ - tests/illformed/atom10/feed_rights_base64.xml
437
+ - tests/illformed/atom10/feed_rights_base64_2.xml
438
+ - tests/illformed/atom10/feed_rights_content_type.xml
439
+ - tests/illformed/atom10/feed_rights_content_type_text.xml
440
+ - tests/illformed/atom10/feed_rights_content_value.xml
441
+ - tests/illformed/atom10/feed_rights_escaped_markup.xml
442
+ - tests/illformed/atom10/feed_rights_inline_markup.xml
443
+ - tests/illformed/atom10/feed_rights_inline_markup_2.xml
444
+ - tests/illformed/atom10/feed_rights_text_plain.xml
445
+ - tests/illformed/atom10/feed_subtitle.xml
446
+ - tests/illformed/atom10/feed_subtitle_base64.xml
447
+ - tests/illformed/atom10/feed_subtitle_base64_2.xml
448
+ - tests/illformed/atom10/feed_subtitle_content_type.xml
449
+ - tests/illformed/atom10/feed_subtitle_content_type_text.xml
450
+ - tests/illformed/atom10/feed_subtitle_content_value.xml
451
+ - tests/illformed/atom10/feed_subtitle_escaped_markup.xml
452
+ - tests/illformed/atom10/feed_subtitle_inline_markup.xml
453
+ - tests/illformed/atom10/feed_subtitle_inline_markup_2.xml
454
+ - tests/illformed/atom10/feed_subtitle_text_plain.xml
455
+ - tests/illformed/atom10/feed_title.xml
456
+ - tests/illformed/atom10/feed_title_base64.xml
457
+ - tests/illformed/atom10/feed_title_base64_2.xml
458
+ - tests/illformed/atom10/feed_title_content_type.xml
459
+ - tests/illformed/atom10/feed_title_content_type_text.xml
460
+ - tests/illformed/atom10/feed_title_content_value.xml
461
+ - tests/illformed/atom10/feed_title_escaped_markup.xml
462
+ - tests/illformed/atom10/feed_title_inline_markup.xml
463
+ - tests/illformed/atom10/feed_title_inline_markup_2.xml
464
+ - tests/illformed/atom10/feed_title_text_plain.xml
465
+ - tests/illformed/atom10/relative_uri.xml
466
+ - tests/illformed/atom10/relative_uri_inherit.xml
467
+ - tests/illformed/atom10/relative_uri_inherit_2.xml
468
+ - tests/illformed/base
469
+ - tests/illformed/base/cdf_item_abstract_xml_base.xml
470
+ - tests/illformed/base/entry_content_xml_base.xml
471
+ - tests/illformed/base/entry_content_xml_base_inherit.xml
472
+ - tests/illformed/base/entry_content_xml_base_inherit_2.xml
473
+ - tests/illformed/base/entry_content_xml_base_inherit_3.xml
474
+ - tests/illformed/base/entry_content_xml_base_inherit_4.xml
475
+ - tests/illformed/base/entry_summary_xml_base.xml
476
+ - tests/illformed/base/entry_summary_xml_base_inherit.xml
477
+ - tests/illformed/base/entry_summary_xml_base_inherit_2.xml
478
+ - tests/illformed/base/entry_summary_xml_base_inherit_3.xml
479
+ - tests/illformed/base/entry_summary_xml_base_inherit_4.xml
480
+ - tests/illformed/base/entry_title_xml_base.xml
481
+ - tests/illformed/base/entry_title_xml_base_inherit.xml
482
+ - tests/illformed/base/entry_title_xml_base_inherit_2.xml
483
+ - tests/illformed/base/entry_title_xml_base_inherit_3.xml
484
+ - tests/illformed/base/entry_title_xml_base_inherit_4.xml
485
+ - tests/illformed/base/feed_copyright_xml_base.xml
486
+ - tests/illformed/base/feed_copyright_xml_base_inherit.xml
487
+ - tests/illformed/base/feed_copyright_xml_base_inherit_2.xml
488
+ - tests/illformed/base/feed_copyright_xml_base_inherit_3.xml
489
+ - tests/illformed/base/feed_copyright_xml_base_inherit_4.xml
490
+ - tests/illformed/base/feed_info_xml_base.xml
491
+ - tests/illformed/base/feed_info_xml_base_inherit.xml
492
+ - tests/illformed/base/feed_info_xml_base_inherit_2.xml
493
+ - tests/illformed/base/feed_info_xml_base_inherit_3.xml
494
+ - tests/illformed/base/feed_info_xml_base_inherit_4.xml
495
+ - tests/illformed/base/feed_tagline_xml_base.xml
496
+ - tests/illformed/base/feed_tagline_xml_base_inherit.xml
497
+ - tests/illformed/base/feed_tagline_xml_base_inherit_2.xml
498
+ - tests/illformed/base/feed_tagline_xml_base_inherit_3.xml
499
+ - tests/illformed/base/feed_tagline_xml_base_inherit_4.xml
500
+ - tests/illformed/base/feed_title_xml_base.xml
501
+ - tests/illformed/base/feed_title_xml_base_inherit.xml
502
+ - tests/illformed/base/feed_title_xml_base_inherit_2.xml
503
+ - tests/illformed/base/feed_title_xml_base_inherit_3.xml
504
+ - tests/illformed/base/feed_title_xml_base_inherit_4.xml
505
+ - tests/illformed/base/http_channel_docs_base_content_location.xml
506
+ - tests/illformed/base/http_channel_docs_base_docuri.xml
507
+ - tests/illformed/base/http_channel_link_base_content_location.xml
508
+ - tests/illformed/base/http_channel_link_base_docuri.xml
509
+ - tests/illformed/base/http_entry_author_url_base_content_location.xml
510
+ - tests/illformed/base/http_entry_author_url_base_docuri.xml
511
+ - tests/illformed/base/http_entry_content_base64_base_content_location.xml
512
+ - tests/illformed/base/http_entry_content_base64_base_docuri.xml
513
+ - tests/illformed/base/http_entry_content_base_content_location.xml
514
+ - tests/illformed/base/http_entry_content_base_docuri.xml
515
+ - tests/illformed/base/http_entry_content_inline_base_content_location.xml
516
+ - tests/illformed/base/http_entry_content_inline_base_docuri.xml
517
+ - tests/illformed/base/http_entry_contributor_url_base_content_location.xml
518
+ - tests/illformed/base/http_entry_contributor_url_base_docuri.xml
519
+ - tests/illformed/base/http_entry_id_base_content_location.xml
520
+ - tests/illformed/base/http_entry_id_base_docuri.xml
521
+ - tests/illformed/base/http_entry_link_base_content_location.xml
522
+ - tests/illformed/base/http_entry_link_base_docuri.xml
523
+ - tests/illformed/base/http_entry_summary_base64_base_content_location.xml
524
+ - tests/illformed/base/http_entry_summary_base64_base_docuri.xml
525
+ - tests/illformed/base/http_entry_summary_base_content_location.xml
526
+ - tests/illformed/base/http_entry_summary_base_docuri.xml
527
+ - tests/illformed/base/http_entry_summary_inline_base_content_location.xml
528
+ - tests/illformed/base/http_entry_summary_inline_base_docuri.xml
529
+ - tests/illformed/base/http_entry_title_base64_base_content_location.xml
530
+ - tests/illformed/base/http_entry_title_base64_base_docuri.xml
531
+ - tests/illformed/base/http_entry_title_base_content_location.xml
532
+ - tests/illformed/base/http_entry_title_base_docuri.xml
533
+ - tests/illformed/base/http_entry_title_inline_base_content_location.xml
534
+ - tests/illformed/base/http_entry_title_inline_base_docuri.xml
535
+ - tests/illformed/base/http_feed_author_url_base_content_location.xml
536
+ - tests/illformed/base/http_feed_author_url_base_docuri.xml
537
+ - tests/illformed/base/http_feed_contributor_url_base_content_location.xml
538
+ - tests/illformed/base/http_feed_contributor_url_base_docuri.xml
539
+ - tests/illformed/base/http_feed_copyright_base64_base_content_location.xml
540
+ - tests/illformed/base/http_feed_copyright_base64_base_docuri.xml
541
+ - tests/illformed/base/http_feed_copyright_base_content_location.xml
542
+ - tests/illformed/base/http_feed_copyright_base_docuri.xml
543
+ - tests/illformed/base/http_feed_copyright_inline_base_content_location.xml
544
+ - tests/illformed/base/http_feed_copyright_inline_base_docuri.xml
545
+ - tests/illformed/base/http_feed_generator_url_base_content_location.xml
546
+ - tests/illformed/base/http_feed_generator_url_base_docuri.xml
547
+ - tests/illformed/base/http_feed_id_base_content_location.xml
548
+ - tests/illformed/base/http_feed_id_base_docuri.xml
549
+ - tests/illformed/base/http_feed_info_base64_base_content_location.xml
550
+ - tests/illformed/base/http_feed_info_base64_base_docuri.xml
551
+ - tests/illformed/base/http_feed_info_base_content_location.xml
552
+ - tests/illformed/base/http_feed_info_base_docuri.xml
553
+ - tests/illformed/base/http_feed_info_inline_base_content_location.xml
554
+ - tests/illformed/base/http_feed_info_inline_base_docuri.xml
555
+ - tests/illformed/base/http_feed_link_base_content_location.xml
556
+ - tests/illformed/base/http_feed_link_base_docuri.xml
557
+ - tests/illformed/base/http_feed_tagline_base64_base_content_location.xml
558
+ - tests/illformed/base/http_feed_tagline_base64_base_docuri.xml
559
+ - tests/illformed/base/http_feed_tagline_base_content_location.xml
560
+ - tests/illformed/base/http_feed_tagline_base_docuri.xml
561
+ - tests/illformed/base/http_feed_tagline_inline_base_content_location.xml
562
+ - tests/illformed/base/http_feed_tagline_inline_base_docuri.xml
563
+ - tests/illformed/base/http_feed_title_base64_base_content_location.xml
564
+ - tests/illformed/base/http_feed_title_base64_base_docuri.xml
565
+ - tests/illformed/base/http_feed_title_base_content_location.xml
566
+ - tests/illformed/base/http_feed_title_base_docuri.xml
567
+ - tests/illformed/base/http_feed_title_inline_base_content_location.xml
568
+ - tests/illformed/base/http_feed_title_inline_base_docuri.xml
569
+ - tests/illformed/base/http_item_body_base_content_location.xml
570
+ - tests/illformed/base/http_item_body_base_docuri.xml
571
+ - tests/illformed/base/http_item_comments_base_content_location.xml
572
+ - tests/illformed/base/http_item_comments_base_docuri.xml
573
+ - tests/illformed/base/http_item_content_encoded_base_content_location.xml
574
+ - tests/illformed/base/http_item_content_encoded_base_docuri.xml
575
+ - tests/illformed/base/http_item_description_base_content_location.xml
576
+ - tests/illformed/base/http_item_description_base_docuri.xml
577
+ - tests/illformed/base/http_item_fullitem_base_content_location.xml
578
+ - tests/illformed/base/http_item_fullitem_base_docuri.xml
579
+ - tests/illformed/base/http_item_link_base_content_location.xml
580
+ - tests/illformed/base/http_item_link_base_docuri.xml
581
+ - tests/illformed/base/http_item_wfw_comment_base_content_location.xml
582
+ - tests/illformed/base/http_item_wfw_comment_base_docuri.xml
583
+ - tests/illformed/base/http_item_wfw_commentRSS_base_content_location.xml
584
+ - tests/illformed/base/http_item_wfw_commentRSS_base_docuri.xml
585
+ - tests/illformed/base/http_item_xhtml_body_base_content_location.xml
586
+ - tests/illformed/base/http_item_xhtml_body_base_docuri.xml
587
+ - tests/illformed/base/http_relative_xml_base.xml
588
+ - tests/illformed/base/malformed_base.xml
589
+ - tests/illformed/base/relative_xml_base.xml
590
+ - tests/illformed/base/relative_xml_base_2.xml
591
+ - tests/illformed/cdf
592
+ - tests/illformed/cdf/channel_abstract_map_description.xml
593
+ - tests/illformed/cdf/channel_abstract_map_tagline.xml
594
+ - tests/illformed/cdf/channel_href_map_link.xml
595
+ - tests/illformed/cdf/channel_href_map_links.xml
596
+ - tests/illformed/cdf/channel_title.xml
597
+ - tests/illformed/cdf/item_abstract_map_description.xml
598
+ - tests/illformed/cdf/item_abstract_map_summary.xml
599
+ - tests/illformed/cdf/item_href_map_link.xml
600
+ - tests/illformed/cdf/item_href_map_links.xml
601
+ - tests/illformed/cdf/item_title.xml
602
+ - tests/illformed/chardet
603
+ - tests/illformed/chardet/big5.xml
604
+ - tests/illformed/chardet/eucjp.xml
605
+ - tests/illformed/chardet/euckr.xml
606
+ - tests/illformed/chardet/gb2312.xml
607
+ - tests/illformed/chardet/koi8r.xml
608
+ - tests/illformed/chardet/shiftjis.xml
609
+ - tests/illformed/chardet/tis620.xml
610
+ - tests/illformed/chardet/windows1255.xml
611
+ - tests/illformed/date
612
+ - tests/illformed/date/cdf_channel_lastmod_map_date.xml
613
+ - tests/illformed/date/cdf_channel_lastmod_map_modified.xml
614
+ - tests/illformed/date/cdf_channel_lastmod_map_modified_parsed.xml
615
+ - tests/illformed/date/cdf_item_lastmod_map_date.xml
616
+ - tests/illformed/date/cdf_item_lastmod_map_modified.xml
617
+ - tests/illformed/date/cdf_item_lastmod_map_modified_parsed.xml
618
+ - tests/illformed/date/channel_dc_date.xml
619
+ - tests/illformed/date/channel_dc_date_map_modified.xml
620
+ - tests/illformed/date/channel_dc_date_w3dtf_utc.xml
621
+ - tests/illformed/date/channel_dc_date_w3dtf_utc_map_modified_parsed.xml
622
+ - tests/illformed/date/channel_dcterms_created.xml
623
+ - tests/illformed/date/channel_dcterms_created_w3dtf_utc.xml
624
+ - tests/illformed/date/channel_dcterms_issued.xml
625
+ - tests/illformed/date/channel_dcterms_issued_w3dtf_utc.xml
626
+ - tests/illformed/date/channel_dcterms_modified.xml
627
+ - tests/illformed/date/channel_dcterms_modified_map_date.xml
628
+ - tests/illformed/date/channel_dcterms_modified_w3dtf_utc.xml
629
+ - tests/illformed/date/channel_dcterms_modified_w3dtf_utc_map_date.xml
630
+ - tests/illformed/date/channel_pubDate.xml
631
+ - tests/illformed/date/channel_pubDate_asctime.xml
632
+ - tests/illformed/date/channel_pubDate_disney.xml
633
+ - tests/illformed/date/channel_pubDate_disney_at.xml
634
+ - tests/illformed/date/channel_pubDate_disney_ct.xml
635
+ - tests/illformed/date/channel_pubDate_disney_mt.xml
636
+ - tests/illformed/date/channel_pubDate_disney_pt.xml
637
+ - tests/illformed/date/channel_pubDate_greek_1.xml
638
+ - tests/illformed/date/channel_pubDate_hungarian_1.xml
639
+ - tests/illformed/date/channel_pubDate_iso8601_ym.xml
640
+ - tests/illformed/date/channel_pubDate_iso8601_ym_2.xml
641
+ - tests/illformed/date/channel_pubDate_iso8601_ymd.xml
642
+ - tests/illformed/date/channel_pubDate_iso8601_ymd_2.xml
643
+ - tests/illformed/date/channel_pubDate_iso8601_yo_2.xml
644
+ - tests/illformed/date/channel_pubDate_korean_nate.xml
645
+ - tests/illformed/date/channel_pubDate_map_modified.xml
646
+ - tests/illformed/date/channel_pubDate_mssql.xml
647
+ - tests/illformed/date/channel_pubDate_mssql_nofraction.xml
648
+ - tests/illformed/date/channel_pubDate_nosecond.xml
649
+ - tests/illformed/date/channel_pubDate_notime.xml
650
+ - tests/illformed/date/channel_pubDate_rfc2822.xml
651
+ - tests/illformed/date/channel_pubDate_rfc2822_rollover_june_31.xml
652
+ - tests/illformed/date/channel_pubDate_rfc822.xml
653
+ - tests/illformed/date/channel_pubDate_w3dtf_rollover_61m.xml
654
+ - tests/illformed/date/channel_pubDate_w3dtf_rollover_61s.xml
655
+ - tests/illformed/date/channel_pubDate_w3dtf_rollover_leapyear.xml
656
+ - tests/illformed/date/channel_pubDate_w3dtf_rollover_leapyear400.xml
657
+ - tests/illformed/date/channel_pubDate_w3dtf_rollover_nonleapyear.xml
658
+ - tests/illformed/date/channel_pubDate_w3dtf_sf.xml
659
+ - tests/illformed/date/channel_pubDate_w3dtf_tokyo.xml
660
+ - tests/illformed/date/channel_pubDate_w3dtf_utc.xml
661
+ - tests/illformed/date/channel_pubDate_w3dtf_y.xml
662
+ - tests/illformed/date/channel_pubDate_w3dtf_ym.xml
663
+ - tests/illformed/date/channel_pubDate_w3dtf_ymd.xml
664
+ - tests/illformed/date/channel_pubDate_w3dtf_ymd_2.xml
665
+ - tests/illformed/date/entry_created.xml
666
+ - tests/illformed/date/entry_created_w3dtf_utc.xml
667
+ - tests/illformed/date/entry_issued.xml
668
+ - tests/illformed/date/entry_issued_w3dtf_utc.xml
669
+ - tests/illformed/date/entry_modified.xml
670
+ - tests/illformed/date/entry_modified_map_date.xml
671
+ - tests/illformed/date/entry_modified_w3dtf_utc.xml
672
+ - tests/illformed/date/entry_published_w3dtf_utc.xml
673
+ - tests/illformed/date/entry_source_updated_w3dtf_utc.xml
674
+ - tests/illformed/date/entry_updated_w3dtf_utc.xml
675
+ - tests/illformed/date/feed_modified.xml
676
+ - tests/illformed/date/feed_modified_asctime.xml
677
+ - tests/illformed/date/feed_modified_disney.xml
678
+ - tests/illformed/date/feed_modified_disney_at.xml
679
+ - tests/illformed/date/feed_modified_disney_ct.xml
680
+ - tests/illformed/date/feed_modified_disney_mt.xml
681
+ - tests/illformed/date/feed_modified_disney_pt.xml
682
+ - tests/illformed/date/feed_modified_iso8601_ym.xml
683
+ - tests/illformed/date/feed_modified_iso8601_ym_2.xml
684
+ - tests/illformed/date/feed_modified_iso8601_ymd.xml
685
+ - tests/illformed/date/feed_modified_iso8601_ymd_2.xml
686
+ - tests/illformed/date/feed_modified_iso8601_yo_2.xml
687
+ - tests/illformed/date/feed_modified_map_date.xml
688
+ - tests/illformed/date/feed_modified_rfc2822.xml
689
+ - tests/illformed/date/feed_modified_rfc2822_rollover_june_31.xml
690
+ - tests/illformed/date/feed_modified_rfc822.xml
691
+ - tests/illformed/date/feed_modified_w3dtf_rollover_leapyear.xml
692
+ - tests/illformed/date/feed_modified_w3dtf_rollover_leapyear400.xml
693
+ - tests/illformed/date/feed_modified_w3dtf_rollover_nonleapyear.xml
694
+ - tests/illformed/date/feed_modified_w3dtf_sf.xml
695
+ - tests/illformed/date/feed_modified_w3dtf_tokyo.xml
696
+ - tests/illformed/date/feed_modified_w3dtf_utc.xml
697
+ - tests/illformed/date/feed_modified_w3dtf_y.xml
698
+ - tests/illformed/date/feed_modified_w3dtf_ym.xml
699
+ - tests/illformed/date/feed_modified_w3dtf_ymd.xml
700
+ - tests/illformed/date/feed_modified_w3dtf_ymd_2.xml
701
+ - tests/illformed/date/feed_updated_w3dtf_utc.xml
702
+ - tests/illformed/date/http_high_bit_date.xml
703
+ - tests/illformed/date/item_dc_date.xml
704
+ - tests/illformed/date/item_dc_date_map_modified.xml
705
+ - tests/illformed/date/item_dc_date_w3dtf_utc.xml
706
+ - tests/illformed/date/item_dc_date_w3dtf_utc_map_modified_parsed.xml
707
+ - tests/illformed/date/item_dcterms_created.xml
708
+ - tests/illformed/date/item_dcterms_created_w3dtf_utc.xml
709
+ - tests/illformed/date/item_dcterms_issued.xml
710
+ - tests/illformed/date/item_dcterms_issued_w3dtf_utc.xml
711
+ - tests/illformed/date/item_dcterms_modified.xml
712
+ - tests/illformed/date/item_dcterms_modified_map_date.xml
713
+ - tests/illformed/date/item_dcterms_modified_w3dtf_utc.xml
714
+ - tests/illformed/date/item_dcterms_modified_w3dtf_utc_map_date.xml
715
+ - tests/illformed/date/item_expirationDate.xml
716
+ - tests/illformed/date/item_expirationDate_rfc2822.xml
717
+ - tests/illformed/date/item_pubDate.xml
718
+ - tests/illformed/date/item_pubDate_euc-kr.xml
719
+ - tests/illformed/date/item_pubDate_map_modified.xml
720
+ - tests/illformed/date/item_pubDate_rfc2822.xml
721
+ - tests/illformed/encoding
722
+ - tests/illformed/encoding/bogus_encoding.xml
723
+ - tests/illformed/encoding/encoding_mismatch_crash.xml
724
+ - tests/illformed/encoding/http_i18n.xml
725
+ - tests/illformed/encoding/http_text_plain.xml
726
+ - tests/illformed/encoding/http_text_plain_charset.xml
727
+ - tests/illformed/encoding/utf-16be-autodetect.xml
728
+ - tests/illformed/encoding/utf-16be-bom.xml
729
+ - tests/illformed/encoding/utf-16be.xml
730
+ - tests/illformed/encoding/utf-16le-autodetect.xml
731
+ - tests/illformed/encoding/utf-16le-bom.xml
732
+ - tests/illformed/encoding/utf-16le.xml
733
+ - tests/illformed/encoding/utf-32be-autodetect.xml
734
+ - tests/illformed/encoding/utf-32be-bom.xml
735
+ - tests/illformed/encoding/utf-32be.xml
736
+ - tests/illformed/encoding/utf-32le-autodetect.xml
737
+ - tests/illformed/encoding/utf-32le-bom.xml
738
+ - tests/illformed/encoding/utf-32le.xml
739
+ - tests/illformed/encoding/utf-8-bom.xml
740
+ - tests/illformed/encoding/x80_437.xml
741
+ - tests/illformed/encoding/x80_850.xml
742
+ - tests/illformed/encoding/x80_852.xml
743
+ - tests/illformed/encoding/x80_855.xml
744
+ - tests/illformed/encoding/x80_857.xml
745
+ - tests/illformed/encoding/x80_860.xml
746
+ - tests/illformed/encoding/x80_861.xml
747
+ - tests/illformed/encoding/x80_862.xml
748
+ - tests/illformed/encoding/x80_863.xml
749
+ - tests/illformed/encoding/x80_865.xml
750
+ - tests/illformed/encoding/x80_866.xml
751
+ - tests/illformed/encoding/x80_cp037.xml
752
+ - tests/illformed/encoding/x80_cp1125.xml
753
+ - tests/illformed/encoding/x80_cp1250.xml
754
+ - tests/illformed/encoding/x80_cp1251.xml
755
+ - tests/illformed/encoding/x80_cp1252.xml
756
+ - tests/illformed/encoding/x80_cp1253.xml
757
+ - tests/illformed/encoding/x80_cp1254.xml
758
+ - tests/illformed/encoding/x80_cp1255.xml
759
+ - tests/illformed/encoding/x80_cp1256.xml
760
+ - tests/illformed/encoding/x80_cp1257.xml
761
+ - tests/illformed/encoding/x80_cp1258.xml
762
+ - tests/illformed/encoding/x80_cp437.xml
763
+ - tests/illformed/encoding/x80_cp500.xml
764
+ - tests/illformed/encoding/x80_cp737.xml
765
+ - tests/illformed/encoding/x80_cp775.xml
766
+ - tests/illformed/encoding/x80_cp850.xml
767
+ - tests/illformed/encoding/x80_cp852.xml
768
+ - tests/illformed/encoding/x80_cp855.xml
769
+ - tests/illformed/encoding/x80_cp856.xml
770
+ - tests/illformed/encoding/x80_cp857.xml
771
+ - tests/illformed/encoding/x80_cp860.xml
772
+ - tests/illformed/encoding/x80_cp861.xml
773
+ - tests/illformed/encoding/x80_cp862.xml
774
+ - tests/illformed/encoding/x80_cp863.xml
775
+ - tests/illformed/encoding/x80_cp864.xml
776
+ - tests/illformed/encoding/x80_cp865.xml
777
+ - tests/illformed/encoding/x80_cp866.xml
778
+ - tests/illformed/encoding/x80_cp874.xml
779
+ - tests/illformed/encoding/x80_cp875.xml
780
+ - tests/illformed/encoding/x80_cp_is.xml
781
+ - tests/illformed/encoding/x80_csibm037.xml
782
+ - tests/illformed/encoding/x80_csibm500.xml
783
+ - tests/illformed/encoding/x80_csibm855.xml
784
+ - tests/illformed/encoding/x80_csibm857.xml
785
+ - tests/illformed/encoding/x80_csibm860.xml
786
+ - tests/illformed/encoding/x80_csibm861.xml
787
+ - tests/illformed/encoding/x80_csibm863.xml
788
+ - tests/illformed/encoding/x80_csibm864.xml
789
+ - tests/illformed/encoding/x80_csibm865.xml
790
+ - tests/illformed/encoding/x80_csibm866.xml
791
+ - tests/illformed/encoding/x80_cskoi8r.xml
792
+ - tests/illformed/encoding/x80_csmacintosh.xml
793
+ - tests/illformed/encoding/x80_cspc775baltic.xml
794
+ - tests/illformed/encoding/x80_cspc850multilingual.xml
795
+ - tests/illformed/encoding/x80_cspc862latinhebrew.xml
796
+ - tests/illformed/encoding/x80_cspc8codepage437.xml
797
+ - tests/illformed/encoding/x80_cspcp852.xml
798
+ - tests/illformed/encoding/x80_dbcs.xml
799
+ - tests/illformed/encoding/x80_ebcdic-cp-be.xml
800
+ - tests/illformed/encoding/x80_ebcdic-cp-ca.xml
801
+ - tests/illformed/encoding/x80_ebcdic-cp-ch.xml
802
+ - tests/illformed/encoding/x80_ebcdic-cp-nl.xml
803
+ - tests/illformed/encoding/x80_ebcdic-cp-us.xml
804
+ - tests/illformed/encoding/x80_ebcdic-cp-wt.xml
805
+ - tests/illformed/encoding/x80_ebcdic_cp_be.xml
806
+ - tests/illformed/encoding/x80_ebcdic_cp_ca.xml
807
+ - tests/illformed/encoding/x80_ebcdic_cp_ch.xml
808
+ - tests/illformed/encoding/x80_ebcdic_cp_nl.xml
809
+ - tests/illformed/encoding/x80_ebcdic_cp_us.xml
810
+ - tests/illformed/encoding/x80_ebcdic_cp_wt.xml
811
+ - tests/illformed/encoding/x80_ibm037.xml
812
+ - tests/illformed/encoding/x80_ibm039.xml
813
+ - tests/illformed/encoding/x80_ibm1140.xml
814
+ - tests/illformed/encoding/x80_ibm437.xml
815
+ - tests/illformed/encoding/x80_ibm500.xml
816
+ - tests/illformed/encoding/x80_ibm775.xml
817
+ - tests/illformed/encoding/x80_ibm850.xml
818
+ - tests/illformed/encoding/x80_ibm852.xml
819
+ - tests/illformed/encoding/x80_ibm855.xml
820
+ - tests/illformed/encoding/x80_ibm857.xml
821
+ - tests/illformed/encoding/x80_ibm860.xml
822
+ - tests/illformed/encoding/x80_ibm861.xml
823
+ - tests/illformed/encoding/x80_ibm862.xml
824
+ - tests/illformed/encoding/x80_ibm863.xml
825
+ - tests/illformed/encoding/x80_ibm864.xml
826
+ - tests/illformed/encoding/x80_ibm865.xml
827
+ - tests/illformed/encoding/x80_ibm866.xml
828
+ - tests/illformed/encoding/x80_koi8-r.xml
829
+ - tests/illformed/encoding/x80_koi8-t.xml
830
+ - tests/illformed/encoding/x80_koi8-u.xml
831
+ - tests/illformed/encoding/x80_mac-cyrillic.xml
832
+ - tests/illformed/encoding/x80_mac.xml
833
+ - tests/illformed/encoding/x80_maccentraleurope.xml
834
+ - tests/illformed/encoding/x80_maccyrillic.xml
835
+ - tests/illformed/encoding/x80_macgreek.xml
836
+ - tests/illformed/encoding/x80_maciceland.xml
837
+ - tests/illformed/encoding/x80_macintosh.xml
838
+ - tests/illformed/encoding/x80_maclatin2.xml
839
+ - tests/illformed/encoding/x80_macroman.xml
840
+ - tests/illformed/encoding/x80_macturkish.xml
841
+ - tests/illformed/encoding/x80_ms-ansi.xml
842
+ - tests/illformed/encoding/x80_ms-arab.xml
843
+ - tests/illformed/encoding/x80_ms-cyrl.xml
844
+ - tests/illformed/encoding/x80_ms-ee.xml
845
+ - tests/illformed/encoding/x80_ms-greek.xml
846
+ - tests/illformed/encoding/x80_ms-hebr.xml
847
+ - tests/illformed/encoding/x80_ms-turk.xml
848
+ - tests/illformed/encoding/x80_tcvn-5712.xml
849
+ - tests/illformed/encoding/x80_tcvn.xml
850
+ - tests/illformed/encoding/x80_tcvn5712-1.xml
851
+ - tests/illformed/encoding/x80_viscii.xml
852
+ - tests/illformed/encoding/x80_winbaltrim.xml
853
+ - tests/illformed/encoding/x80_windows-1250.xml
854
+ - tests/illformed/encoding/x80_windows-1251.xml
855
+ - tests/illformed/encoding/x80_windows-1252.xml
856
+ - tests/illformed/encoding/x80_windows-1253.xml
857
+ - tests/illformed/encoding/x80_windows-1254.xml
858
+ - tests/illformed/encoding/x80_windows-1255.xml
859
+ - tests/illformed/encoding/x80_windows-1256.xml
860
+ - tests/illformed/encoding/x80_windows-1257.xml
861
+ - tests/illformed/encoding/x80_windows-1258.xml
862
+ - tests/illformed/encoding/x80_windows_1250.xml
863
+ - tests/illformed/encoding/x80_windows_1251.xml
864
+ - tests/illformed/encoding/x80_windows_1252.xml
865
+ - tests/illformed/encoding/x80_windows_1253.xml
866
+ - tests/illformed/encoding/x80_windows_1254.xml
867
+ - tests/illformed/encoding/x80_windows_1255.xml
868
+ - tests/illformed/encoding/x80_windows_1256.xml
869
+ - tests/illformed/encoding/x80_windows_1257.xml
870
+ - tests/illformed/encoding/x80_windows_1258.xml
871
+ - tests/illformed/entities
872
+ - tests/illformed/entities/160.xml
873
+ - tests/illformed/entities/732.xml
874
+ - tests/illformed/entities/8216.xml
875
+ - tests/illformed/entities/8217.xml
876
+ - tests/illformed/entities/8220.xml
877
+ - tests/illformed/entities/8221.xml
878
+ - tests/illformed/entities/9830.xml
879
+ - tests/illformed/entities/aacute.xml
880
+ - tests/illformed/entities/acirc.xml
881
+ - tests/illformed/entities/acute.xml
882
+ - tests/illformed/entities/aelig.xml
883
+ - tests/illformed/entities/agrave.xml
884
+ - tests/illformed/entities/alefsym.xml
885
+ - tests/illformed/entities/alpha.xml
886
+ - tests/illformed/entities/and.xml
887
+ - tests/illformed/entities/ang.xml
888
+ - tests/illformed/entities/aring.xml
889
+ - tests/illformed/entities/asymp.xml
890
+ - tests/illformed/entities/atilde.xml
891
+ - tests/illformed/entities/auml.xml
892
+ - tests/illformed/entities/bdquo.xml
893
+ - tests/illformed/entities/beta.xml
894
+ - tests/illformed/entities/brvbar.xml
895
+ - tests/illformed/entities/bull.xml
896
+ - tests/illformed/entities/cap.xml
897
+ - tests/illformed/entities/ccedil.xml
898
+ - tests/illformed/entities/cedil.xml
899
+ - tests/illformed/entities/cent.xml
900
+ - tests/illformed/entities/chi.xml
901
+ - tests/illformed/entities/circ.xml
902
+ - tests/illformed/entities/clubs.xml
903
+ - tests/illformed/entities/cong.xml
904
+ - tests/illformed/entities/copy.xml
905
+ - tests/illformed/entities/crarr.xml
906
+ - tests/illformed/entities/cup.xml
907
+ - tests/illformed/entities/curren.xml
908
+ - tests/illformed/entities/dagger.xml
909
+ - tests/illformed/entities/darr.xml
910
+ - tests/illformed/entities/deg.xml
911
+ - tests/illformed/entities/delta.xml
912
+ - tests/illformed/entities/diams.xml
913
+ - tests/illformed/entities/divide.xml
914
+ - tests/illformed/entities/doesnotexist.xml
915
+ - tests/illformed/entities/eacute.xml
916
+ - tests/illformed/entities/ecirc.xml
917
+ - tests/illformed/entities/egrave.xml
918
+ - tests/illformed/entities/empty.xml
919
+ - tests/illformed/entities/emsp.xml
920
+ - tests/illformed/entities/ensp.xml
921
+ - tests/illformed/entities/epsilon.xml
922
+ - tests/illformed/entities/equiv.xml
923
+ - tests/illformed/entities/eta.xml
924
+ - tests/illformed/entities/eth.xml
925
+ - tests/illformed/entities/euml.xml
926
+ - tests/illformed/entities/euro.xml
927
+ - tests/illformed/entities/exist.xml
928
+ - tests/illformed/entities/fnof.xml
929
+ - tests/illformed/entities/forall.xml
930
+ - tests/illformed/entities/frac12.xml
931
+ - tests/illformed/entities/frac14.xml
932
+ - tests/illformed/entities/frac34.xml
933
+ - tests/illformed/entities/frasl.xml
934
+ - tests/illformed/entities/gamma.xml
935
+ - tests/illformed/entities/ge.xml
936
+ - tests/illformed/entities/hArr.xml
937
+ - tests/illformed/entities/hearts.xml
938
+ - tests/illformed/entities/hellip.xml
939
+ - tests/illformed/entities/iacute.xml
940
+ - tests/illformed/entities/icirc.xml
941
+ - tests/illformed/entities/iexcl.xml
942
+ - tests/illformed/entities/igrave.xml
943
+ - tests/illformed/entities/image.xml
944
+ - tests/illformed/entities/infin.xml
945
+ - tests/illformed/entities/int.xml
946
+ - tests/illformed/entities/iota.xml
947
+ - tests/illformed/entities/iquest.xml
948
+ - tests/illformed/entities/isin.xml
949
+ - tests/illformed/entities/iuml.xml
950
+ - tests/illformed/entities/kappa.xml
951
+ - tests/illformed/entities/lambda.xml
952
+ - tests/illformed/entities/lang.xml
953
+ - tests/illformed/entities/laquo.xml
954
+ - tests/illformed/entities/lArr.xml
955
+ - tests/illformed/entities/lceil.xml
956
+ - tests/illformed/entities/ldquo.xml
957
+ - tests/illformed/entities/le.xml
958
+ - tests/illformed/entities/lfloor.xml
959
+ - tests/illformed/entities/lowast.xml
960
+ - tests/illformed/entities/loz.xml
961
+ - tests/illformed/entities/lrm.xml
962
+ - tests/illformed/entities/lsaquo.xml
963
+ - tests/illformed/entities/lsquo.xml
964
+ - tests/illformed/entities/macr.xml
965
+ - tests/illformed/entities/mdash.xml
966
+ - tests/illformed/entities/micro.xml
967
+ - tests/illformed/entities/middot.xml
968
+ - tests/illformed/entities/minus.xml
969
+ - tests/illformed/entities/mu.xml
970
+ - tests/illformed/entities/nabla.xml
971
+ - tests/illformed/entities/nbsp.xml
972
+ - tests/illformed/entities/ndash.xml
973
+ - tests/illformed/entities/ne.xml
974
+ - tests/illformed/entities/ni.xml
975
+ - tests/illformed/entities/not.xml
976
+ - tests/illformed/entities/notin.xml
977
+ - tests/illformed/entities/nsub.xml
978
+ - tests/illformed/entities/ntilde.xml
979
+ - tests/illformed/entities/nu.xml
980
+ - tests/illformed/entities/oacute.xml
981
+ - tests/illformed/entities/ocirc.xml
982
+ - tests/illformed/entities/oelig.xml
983
+ - tests/illformed/entities/ograve.xml
984
+ - tests/illformed/entities/oline.xml
985
+ - tests/illformed/entities/omega.xml
986
+ - tests/illformed/entities/omicron.xml
987
+ - tests/illformed/entities/oplus.xml
988
+ - tests/illformed/entities/or.xml
989
+ - tests/illformed/entities/ordf.xml
990
+ - tests/illformed/entities/ordm.xml
991
+ - tests/illformed/entities/oslash.xml
992
+ - tests/illformed/entities/otilde.xml
993
+ - tests/illformed/entities/otimes.xml
994
+ - tests/illformed/entities/ouml.xml
995
+ - tests/illformed/entities/para.xml
996
+ - tests/illformed/entities/part.xml
997
+ - tests/illformed/entities/permil.xml
998
+ - tests/illformed/entities/perp.xml
999
+ - tests/illformed/entities/phi.xml
1000
+ - tests/illformed/entities/pi.xml
1001
+ - tests/illformed/entities/piv.xml
1002
+ - tests/illformed/entities/plusmn.xml
1003
+ - tests/illformed/entities/pound.xml
1004
+ - tests/illformed/entities/prime.xml
1005
+ - tests/illformed/entities/prod.xml
1006
+ - tests/illformed/entities/prop.xml
1007
+ - tests/illformed/entities/psi.xml
1008
+ - tests/illformed/entities/radic.xml
1009
+ - tests/illformed/entities/rang.xml
1010
+ - tests/illformed/entities/raquo.xml
1011
+ - tests/illformed/entities/rarr.xml
1012
+ - tests/illformed/entities/rceil.xml
1013
+ - tests/illformed/entities/rdquo.xml
1014
+ - tests/illformed/entities/real.xml
1015
+ - tests/illformed/entities/reg.xml
1016
+ - tests/illformed/entities/rfloor.xml
1017
+ - tests/illformed/entities/rho.xml
1018
+ - tests/illformed/entities/rlm.xml
1019
+ - tests/illformed/entities/rsaquo.xml
1020
+ - tests/illformed/entities/rsquo.xml
1021
+ - tests/illformed/entities/sbquo.xml
1022
+ - tests/illformed/entities/scaron.xml
1023
+ - tests/illformed/entities/sdot.xml
1024
+ - tests/illformed/entities/sect.xml
1025
+ - tests/illformed/entities/shy.xml
1026
+ - tests/illformed/entities/sigma.xml
1027
+ - tests/illformed/entities/sigmaf.xml
1028
+ - tests/illformed/entities/sim.xml
1029
+ - tests/illformed/entities/spades.xml
1030
+ - tests/illformed/entities/sub.xml
1031
+ - tests/illformed/entities/sube.xml
1032
+ - tests/illformed/entities/sum.xml
1033
+ - tests/illformed/entities/sup.xml
1034
+ - tests/illformed/entities/sup1.xml
1035
+ - tests/illformed/entities/sup2.xml
1036
+ - tests/illformed/entities/sup3.xml
1037
+ - tests/illformed/entities/supe.xml
1038
+ - tests/illformed/entities/szlig.xml
1039
+ - tests/illformed/entities/tau.xml
1040
+ - tests/illformed/entities/there4.xml
1041
+ - tests/illformed/entities/theta.xml
1042
+ - tests/illformed/entities/thetasym.xml
1043
+ - tests/illformed/entities/thinsp.xml
1044
+ - tests/illformed/entities/thorn.xml
1045
+ - tests/illformed/entities/tilde.xml
1046
+ - tests/illformed/entities/times.xml
1047
+ - tests/illformed/entities/trade.xml
1048
+ - tests/illformed/entities/uacute.xml
1049
+ - tests/illformed/entities/uarr.xml
1050
+ - tests/illformed/entities/ucirc.xml
1051
+ - tests/illformed/entities/ugrave.xml
1052
+ - tests/illformed/entities/uml.xml
1053
+ - tests/illformed/entities/upper_Aacute.xml
1054
+ - tests/illformed/entities/upper_Acirc.xml
1055
+ - tests/illformed/entities/upper_AElig.xml
1056
+ - tests/illformed/entities/upper_Agrave.xml
1057
+ - tests/illformed/entities/upper_Alpha.xml
1058
+ - tests/illformed/entities/upper_Aring.xml
1059
+ - tests/illformed/entities/upper_Atilde.xml
1060
+ - tests/illformed/entities/upper_Auml.xml
1061
+ - tests/illformed/entities/upper_Beta.xml
1062
+ - tests/illformed/entities/upper_Ccedil.xml
1063
+ - tests/illformed/entities/upper_Chi.xml
1064
+ - tests/illformed/entities/upper_Dagger.xml
1065
+ - tests/illformed/entities/upper_Delta.xml
1066
+ - tests/illformed/entities/upper_Eacute.xml
1067
+ - tests/illformed/entities/upper_Ecirc.xml
1068
+ - tests/illformed/entities/upper_Egrave.xml
1069
+ - tests/illformed/entities/upper_Epsilon.xml
1070
+ - tests/illformed/entities/upper_Eta.xml
1071
+ - tests/illformed/entities/upper_ETH.xml
1072
+ - tests/illformed/entities/upper_Euml.xml
1073
+ - tests/illformed/entities/upper_Gamma.xml
1074
+ - tests/illformed/entities/upper_Iacute.xml
1075
+ - tests/illformed/entities/upper_Icirc.xml
1076
+ - tests/illformed/entities/upper_Igrave.xml
1077
+ - tests/illformed/entities/upper_Iota.xml
1078
+ - tests/illformed/entities/upper_Iuml.xml
1079
+ - tests/illformed/entities/upper_Kappa.xml
1080
+ - tests/illformed/entities/upper_Lambda.xml
1081
+ - tests/illformed/entities/upper_Mu.xml
1082
+ - tests/illformed/entities/upper_Ntilde.xml
1083
+ - tests/illformed/entities/upper_Nu.xml
1084
+ - tests/illformed/entities/upper_Oacute.xml
1085
+ - tests/illformed/entities/upper_Ocirc.xml
1086
+ - tests/illformed/entities/upper_OElig.xml
1087
+ - tests/illformed/entities/upper_Ograve.xml
1088
+ - tests/illformed/entities/upper_Omega.xml
1089
+ - tests/illformed/entities/upper_Omicron.xml
1090
+ - tests/illformed/entities/upper_Oslash.xml
1091
+ - tests/illformed/entities/upper_Otilde.xml
1092
+ - tests/illformed/entities/upper_Ouml.xml
1093
+ - tests/illformed/entities/upper_Phi.xml
1094
+ - tests/illformed/entities/upper_Pi.xml
1095
+ - tests/illformed/entities/upper_Prime.xml
1096
+ - tests/illformed/entities/upper_Psi.xml
1097
+ - tests/illformed/entities/upper_Rho.xml
1098
+ - tests/illformed/entities/upper_Scaron.xml
1099
+ - tests/illformed/entities/upper_Sigma.xml
1100
+ - tests/illformed/entities/upper_Tau.xml
1101
+ - tests/illformed/entities/upper_Theta.xml
1102
+ - tests/illformed/entities/upper_THORN.xml
1103
+ - tests/illformed/entities/upper_Uacute.xml
1104
+ - tests/illformed/entities/upper_Ucirc.xml
1105
+ - tests/illformed/entities/upper_Ugrave.xml
1106
+ - tests/illformed/entities/upper_Upsilon.xml
1107
+ - tests/illformed/entities/upper_Uuml.xml
1108
+ - tests/illformed/entities/upper_Xi.xml
1109
+ - tests/illformed/entities/upper_Yacute.xml
1110
+ - tests/illformed/entities/upper_Yuml.xml
1111
+ - tests/illformed/entities/upper_Zeta.xml
1112
+ - tests/illformed/entities/upsih.xml
1113
+ - tests/illformed/entities/upsilon.xml
1114
+ - tests/illformed/entities/uuml.xml
1115
+ - tests/illformed/entities/weierp.xml
1116
+ - tests/illformed/entities/xi.xml
1117
+ - tests/illformed/entities/yacute.xml
1118
+ - tests/illformed/entities/yen.xml
1119
+ - tests/illformed/entities/yuml.xml
1120
+ - tests/illformed/entities/zeta.xml
1121
+ - tests/illformed/entities/zwj.xml
1122
+ - tests/illformed/entities/zwnj.xml
1123
+ - tests/illformed/itunes
1124
+ - tests/illformed/itunes/itunes_channel_block.xml
1125
+ - tests/illformed/itunes/itunes_channel_block_false.xml
1126
+ - tests/illformed/itunes/itunes_channel_block_no.xml
1127
+ - tests/illformed/itunes/itunes_channel_block_true.xml
1128
+ - tests/illformed/itunes/itunes_channel_block_uppercase.xml
1129
+ - tests/illformed/itunes/itunes_channel_block_whitespace.xml
1130
+ - tests/illformed/itunes/itunes_channel_category.xml
1131
+ - tests/illformed/itunes/itunes_channel_category_nested.xml
1132
+ - tests/illformed/itunes/itunes_channel_category_scheme.xml
1133
+ - tests/illformed/itunes/itunes_channel_explicit.xml
1134
+ - tests/illformed/itunes/itunes_channel_explicit_false.xml
1135
+ - tests/illformed/itunes/itunes_channel_explicit_no.xml
1136
+ - tests/illformed/itunes/itunes_channel_explicit_true.xml
1137
+ - tests/illformed/itunes/itunes_channel_explicit_uppercase.xml
1138
+ - tests/illformed/itunes/itunes_channel_explicit_whitespace.xml
1139
+ - tests/illformed/itunes/itunes_channel_image.xml
1140
+ - tests/illformed/itunes/itunes_channel_keywords.xml
1141
+ - tests/illformed/itunes/itunes_channel_keywords_duplicate.xml
1142
+ - tests/illformed/itunes/itunes_channel_keywords_duplicate_2.xml
1143
+ - tests/illformed/itunes/itunes_channel_keywords_multiple.xml
1144
+ - tests/illformed/itunes/itunes_channel_link_image.xml
1145
+ - tests/illformed/itunes/itunes_channel_owner_email.xml
1146
+ - tests/illformed/itunes/itunes_channel_owner_name.xml
1147
+ - tests/illformed/itunes/itunes_channel_subtitle.xml
1148
+ - tests/illformed/itunes/itunes_channel_summary.xml
1149
+ - tests/illformed/itunes/itunes_core_element_uppercase.xml
1150
+ - tests/illformed/itunes/itunes_enclosure_url_maps_id.xml
1151
+ - tests/illformed/itunes/itunes_enclosure_url_maps_id_2.xml
1152
+ - tests/illformed/itunes/itunes_item_author_map_author.xml
1153
+ - tests/illformed/itunes/itunes_item_block.xml
1154
+ - tests/illformed/itunes/itunes_item_block_false.xml
1155
+ - tests/illformed/itunes/itunes_item_block_no.xml
1156
+ - tests/illformed/itunes/itunes_item_block_true.xml
1157
+ - tests/illformed/itunes/itunes_item_block_uppercase.xml
1158
+ - tests/illformed/itunes/itunes_item_block_whitespace.xml
1159
+ - tests/illformed/itunes/itunes_item_category.xml
1160
+ - tests/illformed/itunes/itunes_item_category_nested.xml
1161
+ - tests/illformed/itunes/itunes_item_category_scheme.xml
1162
+ - tests/illformed/itunes/itunes_item_duration.xml
1163
+ - tests/illformed/itunes/itunes_item_explicit.xml
1164
+ - tests/illformed/itunes/itunes_item_explicit_false.xml
1165
+ - tests/illformed/itunes/itunes_item_explicit_no.xml
1166
+ - tests/illformed/itunes/itunes_item_explicit_true.xml
1167
+ - tests/illformed/itunes/itunes_item_explicit_uppercase.xml
1168
+ - tests/illformed/itunes/itunes_item_explicit_whitespace.xml
1169
+ - tests/illformed/itunes/itunes_item_image.xml
1170
+ - tests/illformed/itunes/itunes_item_link_image.xml
1171
+ - tests/illformed/itunes/itunes_item_subtitle.xml
1172
+ - tests/illformed/itunes/itunes_item_summary.xml
1173
+ - tests/illformed/itunes/itunes_namespace.xml
1174
+ - tests/illformed/itunes/itunes_namespace_example.xml
1175
+ - tests/illformed/itunes/itunes_namespace_lowercase.xml
1176
+ - tests/illformed/itunes/itunes_namespace_uppercase.xml
1177
+ - tests/illformed/lang
1178
+ - tests/illformed/lang/channel_dc_language.xml
1179
+ - tests/illformed/lang/channel_language.xml
1180
+ - tests/illformed/lang/entry_content_xml_lang.xml
1181
+ - tests/illformed/lang/entry_content_xml_lang_blank.xml
1182
+ - tests/illformed/lang/entry_content_xml_lang_blank_2.xml
1183
+ - tests/illformed/lang/entry_content_xml_lang_blank_3.xml
1184
+ - tests/illformed/lang/entry_content_xml_lang_inherit.xml
1185
+ - tests/illformed/lang/entry_content_xml_lang_inherit_2.xml
1186
+ - tests/illformed/lang/entry_content_xml_lang_inherit_3.xml
1187
+ - tests/illformed/lang/entry_content_xml_lang_inherit_4.xml
1188
+ - tests/illformed/lang/entry_summary_xml_lang.xml
1189
+ - tests/illformed/lang/entry_summary_xml_lang_blank.xml
1190
+ - tests/illformed/lang/entry_summary_xml_lang_inherit.xml
1191
+ - tests/illformed/lang/entry_summary_xml_lang_inherit_2.xml
1192
+ - tests/illformed/lang/entry_summary_xml_lang_inherit_3.xml
1193
+ - tests/illformed/lang/entry_summary_xml_lang_inherit_4.xml
1194
+ - tests/illformed/lang/entry_title_xml_lang.xml
1195
+ - tests/illformed/lang/entry_title_xml_lang_blank.xml
1196
+ - tests/illformed/lang/entry_title_xml_lang_inherit.xml
1197
+ - tests/illformed/lang/entry_title_xml_lang_inherit_2.xml
1198
+ - tests/illformed/lang/entry_title_xml_lang_inherit_3.xml
1199
+ - tests/illformed/lang/entry_title_xml_lang_inherit_4.xml
1200
+ - tests/illformed/lang/feed_copyright_xml_lang.xml
1201
+ - tests/illformed/lang/feed_copyright_xml_lang_blank.xml
1202
+ - tests/illformed/lang/feed_copyright_xml_lang_inherit.xml
1203
+ - tests/illformed/lang/feed_copyright_xml_lang_inherit_2.xml
1204
+ - tests/illformed/lang/feed_copyright_xml_lang_inherit_3.xml
1205
+ - tests/illformed/lang/feed_copyright_xml_lang_inherit_4.xml
1206
+ - tests/illformed/lang/feed_info_xml_lang.xml
1207
+ - tests/illformed/lang/feed_info_xml_lang_blank.xml
1208
+ - tests/illformed/lang/feed_info_xml_lang_inherit.xml
1209
+ - tests/illformed/lang/feed_info_xml_lang_inherit_2.xml
1210
+ - tests/illformed/lang/feed_info_xml_lang_inherit_3.xml
1211
+ - tests/illformed/lang/feed_info_xml_lang_inherit_4.xml
1212
+ - tests/illformed/lang/feed_language.xml
1213
+ - tests/illformed/lang/feed_language_override.xml
1214
+ - tests/illformed/lang/feed_not_xml_lang.xml
1215
+ - tests/illformed/lang/feed_not_xml_lang_2.xml
1216
+ - tests/illformed/lang/feed_tagline_xml_lang.xml
1217
+ - tests/illformed/lang/feed_tagline_xml_lang_blank.xml
1218
+ - tests/illformed/lang/feed_tagline_xml_lang_inherit.xml
1219
+ - tests/illformed/lang/feed_tagline_xml_lang_inherit_2.xml
1220
+ - tests/illformed/lang/feed_tagline_xml_lang_inherit_3.xml
1221
+ - tests/illformed/lang/feed_tagline_xml_lang_inherit_4.xml
1222
+ - tests/illformed/lang/feed_title_xml_lang.xml
1223
+ - tests/illformed/lang/feed_title_xml_lang_blank.xml
1224
+ - tests/illformed/lang/feed_title_xml_lang_inherit.xml
1225
+ - tests/illformed/lang/feed_title_xml_lang_inherit_2.xml
1226
+ - tests/illformed/lang/feed_title_xml_lang_inherit_3.xml
1227
+ - tests/illformed/lang/feed_title_xml_lang_inherit_4.xml
1228
+ - tests/illformed/lang/feed_xml_lang.xml
1229
+ - tests/illformed/lang/http_content_language.xml
1230
+ - tests/illformed/lang/http_content_language_entry_title_inherit.xml
1231
+ - tests/illformed/lang/http_content_language_entry_title_inherit_2.xml
1232
+ - tests/illformed/lang/http_content_language_feed_language.xml
1233
+ - tests/illformed/lang/http_content_language_feed_xml_lang.xml
1234
+ - tests/illformed/lang/item_content_encoded_xml_lang.xml
1235
+ - tests/illformed/lang/item_content_encoded_xml_lang_inherit.xml
1236
+ - tests/illformed/lang/item_dc_language.xml
1237
+ - tests/illformed/lang/item_fullitem_xml_lang.xml
1238
+ - tests/illformed/lang/item_fullitem_xml_lang_inherit.xml
1239
+ - tests/illformed/lang/item_xhtml_body_xml_lang.xml
1240
+ - tests/illformed/lang/item_xhtml_body_xml_lang_inherit.xml
1241
+ - tests/illformed/namespace
1242
+ - tests/illformed/namespace/rss1.0withModules.xml
1243
+ - tests/illformed/namespace/rss1.0withModulesNoDefNS.xml
1244
+ - tests/illformed/namespace/rss1.0withModulesNoDefNSLocalNameClash.xml
1245
+ - tests/illformed/namespace/rss2.0noNSwithModules.xml
1246
+ - tests/illformed/namespace/rss2.0noNSwithModulesLocalNameClash.xml
1247
+ - tests/illformed/namespace/rss2.0NSwithModules.xml
1248
+ - tests/illformed/namespace/rss2.0NSwithModulesNoDefNS.xml
1249
+ - tests/illformed/namespace/rss2.0NSwithModulesNoDefNSLocalNameClash.xml
1250
+ - tests/illformed/namespace/undeclared_namespace.xml
1251
+ - tests/illformed/rdf
1252
+ - tests/illformed/rdf/rdf_channel_description.xml
1253
+ - tests/illformed/rdf/rdf_channel_empty_textinput.xml
1254
+ - tests/illformed/rdf/rdf_channel_link.xml
1255
+ - tests/illformed/rdf/rdf_channel_title.xml
1256
+ - tests/illformed/rdf/rdf_item_description.xml
1257
+ - tests/illformed/rdf/rdf_item_link.xml
1258
+ - tests/illformed/rdf/rdf_item_rdf_about.xml
1259
+ - tests/illformed/rdf/rdf_item_title.xml
1260
+ - tests/illformed/rdf/rss090_channel_title.xml
1261
+ - tests/illformed/rdf/rss090_item_title.xml
1262
+ - tests/illformed/rdf/rss_version_10.xml
1263
+ - tests/illformed/rdf/rss_version_10_not_default_ns.xml
1264
+ - tests/illformed/rss
1265
+ - tests/illformed/rss/aaa_illformed.xml
1266
+ - tests/illformed/rss/channel_author.xml
1267
+ - tests/illformed/rss/channel_author_map_author_detail_email.xml
1268
+ - tests/illformed/rss/channel_author_map_author_detail_email_2.xml
1269
+ - tests/illformed/rss/channel_author_map_author_detail_email_3.xml
1270
+ - tests/illformed/rss/channel_author_map_author_detail_name.xml
1271
+ - tests/illformed/rss/channel_author_map_author_detail_name_2.xml
1272
+ - tests/illformed/rss/channel_category.xml
1273
+ - tests/illformed/rss/channel_category_domain.xml
1274
+ - tests/illformed/rss/channel_category_multiple.xml
1275
+ - tests/illformed/rss/channel_category_multiple_2.xml
1276
+ - tests/illformed/rss/channel_cloud_domain.xml
1277
+ - tests/illformed/rss/channel_cloud_path.xml
1278
+ - tests/illformed/rss/channel_cloud_port.xml
1279
+ - tests/illformed/rss/channel_cloud_protocol.xml
1280
+ - tests/illformed/rss/channel_cloud_registerProcedure.xml
1281
+ - tests/illformed/rss/channel_copyright.xml
1282
+ - tests/illformed/rss/channel_dc_author.xml
1283
+ - tests/illformed/rss/channel_dc_author_map_author_detail_email.xml
1284
+ - tests/illformed/rss/channel_dc_author_map_author_detail_name.xml
1285
+ - tests/illformed/rss/channel_dc_contributor.xml
1286
+ - tests/illformed/rss/channel_dc_creator.xml
1287
+ - tests/illformed/rss/channel_dc_creator_map_author_detail_email.xml
1288
+ - tests/illformed/rss/channel_dc_creator_map_author_detail_name.xml
1289
+ - tests/illformed/rss/channel_dc_publisher.xml
1290
+ - tests/illformed/rss/channel_dc_publisher_email.xml
1291
+ - tests/illformed/rss/channel_dc_publisher_name.xml
1292
+ - tests/illformed/rss/channel_dc_rights.xml
1293
+ - tests/illformed/rss/channel_dc_subject.xml
1294
+ - tests/illformed/rss/channel_dc_subject_2.xml
1295
+ - tests/illformed/rss/channel_dc_subject_multiple.xml
1296
+ - tests/illformed/rss/channel_dc_title.xml
1297
+ - tests/illformed/rss/channel_description.xml
1298
+ - tests/illformed/rss/channel_description_escaped_markup.xml
1299
+ - tests/illformed/rss/channel_description_map_tagline.xml
1300
+ - tests/illformed/rss/channel_description_naked_markup.xml
1301
+ - tests/illformed/rss/channel_description_shorttag.xml
1302
+ - tests/illformed/rss/channel_docs.xml
1303
+ - tests/illformed/rss/channel_generator.xml
1304
+ - tests/illformed/rss/channel_image_description.xml
1305
+ - tests/illformed/rss/channel_image_height.xml
1306
+ - tests/illformed/rss/channel_image_link.xml
1307
+ - tests/illformed/rss/channel_image_link_conflict.xml
1308
+ - tests/illformed/rss/channel_image_title.xml
1309
+ - tests/illformed/rss/channel_image_title_conflict.xml
1310
+ - tests/illformed/rss/channel_image_url.xml
1311
+ - tests/illformed/rss/channel_image_width.xml
1312
+ - tests/illformed/rss/channel_link.xml
1313
+ - tests/illformed/rss/channel_managingEditor.xml
1314
+ - tests/illformed/rss/channel_managingEditor_map_author_detail_email.xml
1315
+ - tests/illformed/rss/channel_managingEditor_map_author_detail_name.xml
1316
+ - tests/illformed/rss/channel_textInput_description.xml
1317
+ - tests/illformed/rss/channel_textInput_description_conflict.xml
1318
+ - tests/illformed/rss/channel_textInput_link.xml
1319
+ - tests/illformed/rss/channel_textInput_link_conflict.xml
1320
+ - tests/illformed/rss/channel_textInput_name.xml
1321
+ - tests/illformed/rss/channel_textInput_title.xml
1322
+ - tests/illformed/rss/channel_textInput_title_conflict.xml
1323
+ - tests/illformed/rss/channel_title.xml
1324
+ - tests/illformed/rss/channel_title_apos.xml
1325
+ - tests/illformed/rss/channel_title_gt.xml
1326
+ - tests/illformed/rss/channel_title_lt.xml
1327
+ - tests/illformed/rss/channel_ttl.xml
1328
+ - tests/illformed/rss/channel_webMaster.xml
1329
+ - tests/illformed/rss/channel_webMaster_email.xml
1330
+ - tests/illformed/rss/channel_webMaster_name.xml
1331
+ - tests/illformed/rss/item_author.xml
1332
+ - tests/illformed/rss/item_author_map_author_detail_email.xml
1333
+ - tests/illformed/rss/item_author_map_author_detail_name.xml
1334
+ - tests/illformed/rss/item_category.xml
1335
+ - tests/illformed/rss/item_category_domain.xml
1336
+ - tests/illformed/rss/item_category_multiple.xml
1337
+ - tests/illformed/rss/item_category_multiple_2.xml
1338
+ - tests/illformed/rss/item_comments.xml
1339
+ - tests/illformed/rss/item_content_encoded.xml
1340
+ - tests/illformed/rss/item_content_encoded_mode.xml
1341
+ - tests/illformed/rss/item_content_encoded_type.xml
1342
+ - tests/illformed/rss/item_dc_author.xml
1343
+ - tests/illformed/rss/item_dc_author_map_author_detail_email.xml
1344
+ - tests/illformed/rss/item_dc_author_map_author_detail_name.xml
1345
+ - tests/illformed/rss/item_dc_contributor.xml
1346
+ - tests/illformed/rss/item_dc_creator.xml
1347
+ - tests/illformed/rss/item_dc_creator_map_author_detail_email.xml
1348
+ - tests/illformed/rss/item_dc_creator_map_author_detail_name.xml
1349
+ - tests/illformed/rss/item_dc_publisher.xml
1350
+ - tests/illformed/rss/item_dc_publisher_email.xml
1351
+ - tests/illformed/rss/item_dc_publisher_name.xml
1352
+ - tests/illformed/rss/item_dc_rights.xml
1353
+ - tests/illformed/rss/item_dc_subject.xml
1354
+ - tests/illformed/rss/item_dc_subject_2.xml
1355
+ - tests/illformed/rss/item_dc_subject_multiple.xml
1356
+ - tests/illformed/rss/item_dc_title.xml
1357
+ - tests/illformed/rss/item_description.xml
1358
+ - tests/illformed/rss/item_description_and_summary.xml
1359
+ - tests/illformed/rss/item_description_br.xml
1360
+ - tests/illformed/rss/item_description_br_shorttag.xml
1361
+ - tests/illformed/rss/item_description_escaped_markup.xml
1362
+ - tests/illformed/rss/item_description_map_summary.xml
1363
+ - tests/illformed/rss/item_description_naked_markup.xml
1364
+ - tests/illformed/rss/item_description_not_a_doctype.xml
1365
+ - tests/illformed/rss/item_enclosure_length.xml
1366
+ - tests/illformed/rss/item_enclosure_multiple.xml
1367
+ - tests/illformed/rss/item_enclosure_type.xml
1368
+ - tests/illformed/rss/item_enclosure_url.xml
1369
+ - tests/illformed/rss/item_fullitem.xml
1370
+ - tests/illformed/rss/item_fullitem_mode.xml
1371
+ - tests/illformed/rss/item_fullitem_type.xml
1372
+ - tests/illformed/rss/item_guid.xml
1373
+ - tests/illformed/rss/item_guid_conflict_link.xml
1374
+ - tests/illformed/rss/item_guid_guidislink.xml
1375
+ - tests/illformed/rss/item_guid_isPermaLink_conflict_link.xml
1376
+ - tests/illformed/rss/item_guid_isPermaLink_conflict_link_not_guidislink.xml
1377
+ - tests/illformed/rss/item_guid_isPermaLink_guidislink.xml
1378
+ - tests/illformed/rss/item_guid_isPermaLink_map_link.xml
1379
+ - tests/illformed/rss/item_guid_map_link.xml
1380
+ - tests/illformed/rss/item_guid_not_permalink.xml
1381
+ - tests/illformed/rss/item_guid_not_permalink_conflict_link.xml
1382
+ - tests/illformed/rss/item_guid_not_permalink_not_guidislink.xml
1383
+ - tests/illformed/rss/item_guid_not_permalink_not_guidislink_2.xml
1384
+ - tests/illformed/rss/item_link.xml
1385
+ - tests/illformed/rss/item_source.xml
1386
+ - tests/illformed/rss/item_source_url.xml
1387
+ - tests/illformed/rss/item_summary_and_description.xml
1388
+ - tests/illformed/rss/item_title.xml
1389
+ - tests/illformed/rss/item_xhtml_body.xml
1390
+ - tests/illformed/rss/item_xhtml_body_mode.xml
1391
+ - tests/illformed/rss/item_xhtml_body_type.xml
1392
+ - tests/illformed/rss/rss_namespace_1.xml
1393
+ - tests/illformed/rss/rss_namespace_2.xml
1394
+ - tests/illformed/rss/rss_namespace_3.xml
1395
+ - tests/illformed/rss/rss_namespace_4.xml
1396
+ - tests/illformed/rss/rss_version_090.xml
1397
+ - tests/illformed/rss/rss_version_091_netscape.xml
1398
+ - tests/illformed/rss/rss_version_092.xml
1399
+ - tests/illformed/rss/rss_version_093.xml
1400
+ - tests/illformed/rss/rss_version_094.xml
1401
+ - tests/illformed/rss/rss_version_20.xml
1402
+ - tests/illformed/rss/rss_version_201.xml
1403
+ - tests/illformed/rss/rss_version_21.xml
1404
+ - tests/illformed/rss/rss_version_missing.xml
1405
+ - tests/illformed/sanitize
1406
+ - tests/illformed/sanitize/entry_content_applet.xml
1407
+ - tests/illformed/sanitize/entry_content_blink.xml
1408
+ - tests/illformed/sanitize/entry_content_crazy.xml
1409
+ - tests/illformed/sanitize/entry_content_embed.xml
1410
+ - tests/illformed/sanitize/entry_content_frame.xml
1411
+ - tests/illformed/sanitize/entry_content_iframe.xml
1412
+ - tests/illformed/sanitize/entry_content_link.xml
1413
+ - tests/illformed/sanitize/entry_content_meta.xml
1414
+ - tests/illformed/sanitize/entry_content_object.xml
1415
+ - tests/illformed/sanitize/entry_content_onabort.xml
1416
+ - tests/illformed/sanitize/entry_content_onblur.xml
1417
+ - tests/illformed/sanitize/entry_content_onchange.xml
1418
+ - tests/illformed/sanitize/entry_content_onclick.xml
1419
+ - tests/illformed/sanitize/entry_content_ondblclick.xml
1420
+ - tests/illformed/sanitize/entry_content_onerror.xml
1421
+ - tests/illformed/sanitize/entry_content_onfocus.xml
1422
+ - tests/illformed/sanitize/entry_content_onkeydown.xml
1423
+ - tests/illformed/sanitize/entry_content_onkeypress.xml
1424
+ - tests/illformed/sanitize/entry_content_onkeyup.xml
1425
+ - tests/illformed/sanitize/entry_content_onload.xml
1426
+ - tests/illformed/sanitize/entry_content_onmousedown.xml
1427
+ - tests/illformed/sanitize/entry_content_onmouseout.xml
1428
+ - tests/illformed/sanitize/entry_content_onmouseover.xml
1429
+ - tests/illformed/sanitize/entry_content_onmouseup.xml
1430
+ - tests/illformed/sanitize/entry_content_onreset.xml
1431
+ - tests/illformed/sanitize/entry_content_onresize.xml
1432
+ - tests/illformed/sanitize/entry_content_onsubmit.xml
1433
+ - tests/illformed/sanitize/entry_content_onunload.xml
1434
+ - tests/illformed/sanitize/entry_content_script.xml
1435
+ - tests/illformed/sanitize/entry_content_script_base64.xml
1436
+ - tests/illformed/sanitize/entry_content_script_cdata.xml
1437
+ - tests/illformed/sanitize/entry_content_script_inline.xml
1438
+ - tests/illformed/sanitize/entry_content_style.xml
1439
+ - tests/illformed/sanitize/entry_summary_applet.xml
1440
+ - tests/illformed/sanitize/entry_summary_blink.xml
1441
+ - tests/illformed/sanitize/entry_summary_crazy.xml
1442
+ - tests/illformed/sanitize/entry_summary_embed.xml
1443
+ - tests/illformed/sanitize/entry_summary_frame.xml
1444
+ - tests/illformed/sanitize/entry_summary_iframe.xml
1445
+ - tests/illformed/sanitize/entry_summary_link.xml
1446
+ - tests/illformed/sanitize/entry_summary_meta.xml
1447
+ - tests/illformed/sanitize/entry_summary_object.xml
1448
+ - tests/illformed/sanitize/entry_summary_onabort.xml
1449
+ - tests/illformed/sanitize/entry_summary_onblur.xml
1450
+ - tests/illformed/sanitize/entry_summary_onchange.xml
1451
+ - tests/illformed/sanitize/entry_summary_onclick.xml
1452
+ - tests/illformed/sanitize/entry_summary_ondblclick.xml
1453
+ - tests/illformed/sanitize/entry_summary_onerror.xml
1454
+ - tests/illformed/sanitize/entry_summary_onfocus.xml
1455
+ - tests/illformed/sanitize/entry_summary_onkeydown.xml
1456
+ - tests/illformed/sanitize/entry_summary_onkeypress.xml
1457
+ - tests/illformed/sanitize/entry_summary_onkeyup.xml
1458
+ - tests/illformed/sanitize/entry_summary_onload.xml
1459
+ - tests/illformed/sanitize/entry_summary_onmousedown.xml
1460
+ - tests/illformed/sanitize/entry_summary_onmouseout.xml
1461
+ - tests/illformed/sanitize/entry_summary_onmouseover.xml
1462
+ - tests/illformed/sanitize/entry_summary_onmouseup.xml
1463
+ - tests/illformed/sanitize/entry_summary_onreset.xml
1464
+ - tests/illformed/sanitize/entry_summary_onresize.xml
1465
+ - tests/illformed/sanitize/entry_summary_onsubmit.xml
1466
+ - tests/illformed/sanitize/entry_summary_onunload.xml
1467
+ - tests/illformed/sanitize/entry_summary_script.xml
1468
+ - tests/illformed/sanitize/entry_summary_script_base64.xml
1469
+ - tests/illformed/sanitize/entry_summary_script_cdata.xml
1470
+ - tests/illformed/sanitize/entry_summary_script_inline.xml
1471
+ - tests/illformed/sanitize/entry_summary_script_map_description.xml
1472
+ - tests/illformed/sanitize/entry_summary_style.xml
1473
+ - tests/illformed/sanitize/entry_title_applet.xml
1474
+ - tests/illformed/sanitize/entry_title_blink.xml
1475
+ - tests/illformed/sanitize/entry_title_crazy.xml
1476
+ - tests/illformed/sanitize/entry_title_embed.xml
1477
+ - tests/illformed/sanitize/entry_title_frame.xml
1478
+ - tests/illformed/sanitize/entry_title_iframe.xml
1479
+ - tests/illformed/sanitize/entry_title_link.xml
1480
+ - tests/illformed/sanitize/entry_title_meta.xml
1481
+ - tests/illformed/sanitize/entry_title_object.xml
1482
+ - tests/illformed/sanitize/entry_title_onabort.xml
1483
+ - tests/illformed/sanitize/entry_title_onblur.xml
1484
+ - tests/illformed/sanitize/entry_title_onchange.xml
1485
+ - tests/illformed/sanitize/entry_title_onclick.xml
1486
+ - tests/illformed/sanitize/entry_title_ondblclick.xml
1487
+ - tests/illformed/sanitize/entry_title_onerror.xml
1488
+ - tests/illformed/sanitize/entry_title_onfocus.xml
1489
+ - tests/illformed/sanitize/entry_title_onkeydown.xml
1490
+ - tests/illformed/sanitize/entry_title_onkeypress.xml
1491
+ - tests/illformed/sanitize/entry_title_onkeyup.xml
1492
+ - tests/illformed/sanitize/entry_title_onload.xml
1493
+ - tests/illformed/sanitize/entry_title_onmousedown.xml
1494
+ - tests/illformed/sanitize/entry_title_onmouseout.xml
1495
+ - tests/illformed/sanitize/entry_title_onmouseover.xml
1496
+ - tests/illformed/sanitize/entry_title_onmouseup.xml
1497
+ - tests/illformed/sanitize/entry_title_onreset.xml
1498
+ - tests/illformed/sanitize/entry_title_onresize.xml
1499
+ - tests/illformed/sanitize/entry_title_onsubmit.xml
1500
+ - tests/illformed/sanitize/entry_title_onunload.xml
1501
+ - tests/illformed/sanitize/entry_title_script.xml
1502
+ - tests/illformed/sanitize/entry_title_script_cdata.xml
1503
+ - tests/illformed/sanitize/entry_title_script_inline.xml
1504
+ - tests/illformed/sanitize/entry_title_style.xml
1505
+ - tests/illformed/sanitize/feed_copyright_applet.xml
1506
+ - tests/illformed/sanitize/feed_copyright_blink.xml
1507
+ - tests/illformed/sanitize/feed_copyright_crazy.xml
1508
+ - tests/illformed/sanitize/feed_copyright_embed.xml
1509
+ - tests/illformed/sanitize/feed_copyright_frame.xml
1510
+ - tests/illformed/sanitize/feed_copyright_iframe.xml
1511
+ - tests/illformed/sanitize/feed_copyright_link.xml
1512
+ - tests/illformed/sanitize/feed_copyright_meta.xml
1513
+ - tests/illformed/sanitize/feed_copyright_object.xml
1514
+ - tests/illformed/sanitize/feed_copyright_onabort.xml
1515
+ - tests/illformed/sanitize/feed_copyright_onblur.xml
1516
+ - tests/illformed/sanitize/feed_copyright_onchange.xml
1517
+ - tests/illformed/sanitize/feed_copyright_onclick.xml
1518
+ - tests/illformed/sanitize/feed_copyright_ondblclick.xml
1519
+ - tests/illformed/sanitize/feed_copyright_onerror.xml
1520
+ - tests/illformed/sanitize/feed_copyright_onfocus.xml
1521
+ - tests/illformed/sanitize/feed_copyright_onkeydown.xml
1522
+ - tests/illformed/sanitize/feed_copyright_onkeypress.xml
1523
+ - tests/illformed/sanitize/feed_copyright_onkeyup.xml
1524
+ - tests/illformed/sanitize/feed_copyright_onload.xml
1525
+ - tests/illformed/sanitize/feed_copyright_onmousedown.xml
1526
+ - tests/illformed/sanitize/feed_copyright_onmouseout.xml
1527
+ - tests/illformed/sanitize/feed_copyright_onmouseover.xml
1528
+ - tests/illformed/sanitize/feed_copyright_onmouseup.xml
1529
+ - tests/illformed/sanitize/feed_copyright_onreset.xml
1530
+ - tests/illformed/sanitize/feed_copyright_onresize.xml
1531
+ - tests/illformed/sanitize/feed_copyright_onsubmit.xml
1532
+ - tests/illformed/sanitize/feed_copyright_onunload.xml
1533
+ - tests/illformed/sanitize/feed_copyright_script.xml
1534
+ - tests/illformed/sanitize/feed_copyright_script_cdata.xml
1535
+ - tests/illformed/sanitize/feed_copyright_script_inline.xml
1536
+ - tests/illformed/sanitize/feed_copyright_style.xml
1537
+ - tests/illformed/sanitize/feed_info_applet.xml
1538
+ - tests/illformed/sanitize/feed_info_blink.xml
1539
+ - tests/illformed/sanitize/feed_info_crazy.xml
1540
+ - tests/illformed/sanitize/feed_info_embed.xml
1541
+ - tests/illformed/sanitize/feed_info_frame.xml
1542
+ - tests/illformed/sanitize/feed_info_iframe.xml
1543
+ - tests/illformed/sanitize/feed_info_link.xml
1544
+ - tests/illformed/sanitize/feed_info_meta.xml
1545
+ - tests/illformed/sanitize/feed_info_object.xml
1546
+ - tests/illformed/sanitize/feed_info_onabort.xml
1547
+ - tests/illformed/sanitize/feed_info_onblur.xml
1548
+ - tests/illformed/sanitize/feed_info_onchange.xml
1549
+ - tests/illformed/sanitize/feed_info_onclick.xml
1550
+ - tests/illformed/sanitize/feed_info_ondblclick.xml
1551
+ - tests/illformed/sanitize/feed_info_onerror.xml
1552
+ - tests/illformed/sanitize/feed_info_onfocus.xml
1553
+ - tests/illformed/sanitize/feed_info_onkeydown.xml
1554
+ - tests/illformed/sanitize/feed_info_onkeypress.xml
1555
+ - tests/illformed/sanitize/feed_info_onkeyup.xml
1556
+ - tests/illformed/sanitize/feed_info_onload.xml
1557
+ - tests/illformed/sanitize/feed_info_onmousedown.xml
1558
+ - tests/illformed/sanitize/feed_info_onmouseout.xml
1559
+ - tests/illformed/sanitize/feed_info_onmouseover.xml
1560
+ - tests/illformed/sanitize/feed_info_onmouseup.xml
1561
+ - tests/illformed/sanitize/feed_info_onreset.xml
1562
+ - tests/illformed/sanitize/feed_info_onresize.xml
1563
+ - tests/illformed/sanitize/feed_info_onsubmit.xml
1564
+ - tests/illformed/sanitize/feed_info_onunload.xml
1565
+ - tests/illformed/sanitize/feed_info_script.xml
1566
+ - tests/illformed/sanitize/feed_info_script_cdata.xml
1567
+ - tests/illformed/sanitize/feed_info_script_inline.xml
1568
+ - tests/illformed/sanitize/feed_info_style.xml
1569
+ - tests/illformed/sanitize/feed_subtitle_applet.xml
1570
+ - tests/illformed/sanitize/feed_subtitle_blink.xml
1571
+ - tests/illformed/sanitize/feed_subtitle_crazy.xml
1572
+ - tests/illformed/sanitize/feed_subtitle_embed.xml
1573
+ - tests/illformed/sanitize/feed_subtitle_frame.xml
1574
+ - tests/illformed/sanitize/feed_subtitle_iframe.xml
1575
+ - tests/illformed/sanitize/feed_subtitle_link.xml
1576
+ - tests/illformed/sanitize/feed_subtitle_meta.xml
1577
+ - tests/illformed/sanitize/feed_subtitle_object.xml
1578
+ - tests/illformed/sanitize/feed_subtitle_onabort.xml
1579
+ - tests/illformed/sanitize/feed_subtitle_onblur.xml
1580
+ - tests/illformed/sanitize/feed_subtitle_onchange.xml
1581
+ - tests/illformed/sanitize/feed_subtitle_onclick.xml
1582
+ - tests/illformed/sanitize/feed_subtitle_ondblclick.xml
1583
+ - tests/illformed/sanitize/feed_subtitle_onerror.xml
1584
+ - tests/illformed/sanitize/feed_subtitle_onfocus.xml
1585
+ - tests/illformed/sanitize/feed_subtitle_onkeydown.xml
1586
+ - tests/illformed/sanitize/feed_subtitle_onkeypress.xml
1587
+ - tests/illformed/sanitize/feed_subtitle_onkeyup.xml
1588
+ - tests/illformed/sanitize/feed_subtitle_onload.xml
1589
+ - tests/illformed/sanitize/feed_subtitle_onmousedown.xml
1590
+ - tests/illformed/sanitize/feed_subtitle_onmouseout.xml
1591
+ - tests/illformed/sanitize/feed_subtitle_onmouseover.xml
1592
+ - tests/illformed/sanitize/feed_subtitle_onmouseup.xml
1593
+ - tests/illformed/sanitize/feed_subtitle_onreset.xml
1594
+ - tests/illformed/sanitize/feed_subtitle_onresize.xml
1595
+ - tests/illformed/sanitize/feed_subtitle_onsubmit.xml
1596
+ - tests/illformed/sanitize/feed_subtitle_onunload.xml
1597
+ - tests/illformed/sanitize/feed_subtitle_script.xml
1598
+ - tests/illformed/sanitize/feed_subtitle_script_cdata.xml
1599
+ - tests/illformed/sanitize/feed_subtitle_script_inline.xml
1600
+ - tests/illformed/sanitize/feed_subtitle_style.xml
1601
+ - tests/illformed/sanitize/feed_tagline_applet.xml
1602
+ - tests/illformed/sanitize/feed_tagline_blink.xml
1603
+ - tests/illformed/sanitize/feed_tagline_crazy.xml
1604
+ - tests/illformed/sanitize/feed_tagline_embed.xml
1605
+ - tests/illformed/sanitize/feed_tagline_frame.xml
1606
+ - tests/illformed/sanitize/feed_tagline_iframe.xml
1607
+ - tests/illformed/sanitize/feed_tagline_link.xml
1608
+ - tests/illformed/sanitize/feed_tagline_meta.xml
1609
+ - tests/illformed/sanitize/feed_tagline_object.xml
1610
+ - tests/illformed/sanitize/feed_tagline_onabort.xml
1611
+ - tests/illformed/sanitize/feed_tagline_onblur.xml
1612
+ - tests/illformed/sanitize/feed_tagline_onchange.xml
1613
+ - tests/illformed/sanitize/feed_tagline_onclick.xml
1614
+ - tests/illformed/sanitize/feed_tagline_ondblclick.xml
1615
+ - tests/illformed/sanitize/feed_tagline_onerror.xml
1616
+ - tests/illformed/sanitize/feed_tagline_onfocus.xml
1617
+ - tests/illformed/sanitize/feed_tagline_onkeydown.xml
1618
+ - tests/illformed/sanitize/feed_tagline_onkeypress.xml
1619
+ - tests/illformed/sanitize/feed_tagline_onkeyup.xml
1620
+ - tests/illformed/sanitize/feed_tagline_onload.xml
1621
+ - tests/illformed/sanitize/feed_tagline_onmousedown.xml
1622
+ - tests/illformed/sanitize/feed_tagline_onmouseout.xml
1623
+ - tests/illformed/sanitize/feed_tagline_onmouseover.xml
1624
+ - tests/illformed/sanitize/feed_tagline_onmouseup.xml
1625
+ - tests/illformed/sanitize/feed_tagline_onreset.xml
1626
+ - tests/illformed/sanitize/feed_tagline_onresize.xml
1627
+ - tests/illformed/sanitize/feed_tagline_onsubmit.xml
1628
+ - tests/illformed/sanitize/feed_tagline_onunload.xml
1629
+ - tests/illformed/sanitize/feed_tagline_script.xml
1630
+ - tests/illformed/sanitize/feed_tagline_script_cdata.xml
1631
+ - tests/illformed/sanitize/feed_tagline_script_inline.xml
1632
+ - tests/illformed/sanitize/feed_tagline_script_map_description.xml
1633
+ - tests/illformed/sanitize/feed_tagline_style.xml
1634
+ - tests/illformed/sanitize/feed_title_applet.xml
1635
+ - tests/illformed/sanitize/feed_title_blink.xml
1636
+ - tests/illformed/sanitize/feed_title_crazy.xml
1637
+ - tests/illformed/sanitize/feed_title_embed.xml
1638
+ - tests/illformed/sanitize/feed_title_frame.xml
1639
+ - tests/illformed/sanitize/feed_title_iframe.xml
1640
+ - tests/illformed/sanitize/feed_title_link.xml
1641
+ - tests/illformed/sanitize/feed_title_meta.xml
1642
+ - tests/illformed/sanitize/feed_title_object.xml
1643
+ - tests/illformed/sanitize/feed_title_onabort.xml
1644
+ - tests/illformed/sanitize/feed_title_onblur.xml
1645
+ - tests/illformed/sanitize/feed_title_onchange.xml
1646
+ - tests/illformed/sanitize/feed_title_onclick.xml
1647
+ - tests/illformed/sanitize/feed_title_ondblclick.xml
1648
+ - tests/illformed/sanitize/feed_title_onerror.xml
1649
+ - tests/illformed/sanitize/feed_title_onfocus.xml
1650
+ - tests/illformed/sanitize/feed_title_onkeydown.xml
1651
+ - tests/illformed/sanitize/feed_title_onkeypress.xml
1652
+ - tests/illformed/sanitize/feed_title_onkeyup.xml
1653
+ - tests/illformed/sanitize/feed_title_onload.xml
1654
+ - tests/illformed/sanitize/feed_title_onmousedown.xml
1655
+ - tests/illformed/sanitize/feed_title_onmouseout.xml
1656
+ - tests/illformed/sanitize/feed_title_onmouseover.xml
1657
+ - tests/illformed/sanitize/feed_title_onmouseup.xml
1658
+ - tests/illformed/sanitize/feed_title_onreset.xml
1659
+ - tests/illformed/sanitize/feed_title_onresize.xml
1660
+ - tests/illformed/sanitize/feed_title_onsubmit.xml
1661
+ - tests/illformed/sanitize/feed_title_onunload.xml
1662
+ - tests/illformed/sanitize/feed_title_script.xml
1663
+ - tests/illformed/sanitize/feed_title_script_cdata.xml
1664
+ - tests/illformed/sanitize/feed_title_script_inline.xml
1665
+ - tests/illformed/sanitize/feed_title_style.xml
1666
+ - tests/illformed/sanitize/item_body_applet.xml
1667
+ - tests/illformed/sanitize/item_body_blink.xml
1668
+ - tests/illformed/sanitize/item_body_embed.xml
1669
+ - tests/illformed/sanitize/item_body_frame.xml
1670
+ - tests/illformed/sanitize/item_body_iframe.xml
1671
+ - tests/illformed/sanitize/item_body_link.xml
1672
+ - tests/illformed/sanitize/item_body_meta.xml
1673
+ - tests/illformed/sanitize/item_body_object.xml
1674
+ - tests/illformed/sanitize/item_body_onabort.xml
1675
+ - tests/illformed/sanitize/item_body_onblur.xml
1676
+ - tests/illformed/sanitize/item_body_onchange.xml
1677
+ - tests/illformed/sanitize/item_body_onclick.xml
1678
+ - tests/illformed/sanitize/item_body_ondblclick.xml
1679
+ - tests/illformed/sanitize/item_body_onerror.xml
1680
+ - tests/illformed/sanitize/item_body_onfocus.xml
1681
+ - tests/illformed/sanitize/item_body_onkeydown.xml
1682
+ - tests/illformed/sanitize/item_body_onkeypress.xml
1683
+ - tests/illformed/sanitize/item_body_onkeyup.xml
1684
+ - tests/illformed/sanitize/item_body_onload.xml
1685
+ - tests/illformed/sanitize/item_body_onmousedown.xml
1686
+ - tests/illformed/sanitize/item_body_onmouseout.xml
1687
+ - tests/illformed/sanitize/item_body_onmouseover.xml
1688
+ - tests/illformed/sanitize/item_body_onmouseup.xml
1689
+ - tests/illformed/sanitize/item_body_onreset.xml
1690
+ - tests/illformed/sanitize/item_body_onresize.xml
1691
+ - tests/illformed/sanitize/item_body_onsubmit.xml
1692
+ - tests/illformed/sanitize/item_body_onunload.xml
1693
+ - tests/illformed/sanitize/item_body_script.xml
1694
+ - tests/illformed/sanitize/item_body_script_map_content.xml
1695
+ - tests/illformed/sanitize/item_body_style.xml
1696
+ - tests/illformed/sanitize/item_content_encoded_applet.xml
1697
+ - tests/illformed/sanitize/item_content_encoded_blink.xml
1698
+ - tests/illformed/sanitize/item_content_encoded_crazy.xml
1699
+ - tests/illformed/sanitize/item_content_encoded_embed.xml
1700
+ - tests/illformed/sanitize/item_content_encoded_frame.xml
1701
+ - tests/illformed/sanitize/item_content_encoded_iframe.xml
1702
+ - tests/illformed/sanitize/item_content_encoded_link.xml
1703
+ - tests/illformed/sanitize/item_content_encoded_map_content.xml
1704
+ - tests/illformed/sanitize/item_content_encoded_meta.xml
1705
+ - tests/illformed/sanitize/item_content_encoded_object.xml
1706
+ - tests/illformed/sanitize/item_content_encoded_onabort.xml
1707
+ - tests/illformed/sanitize/item_content_encoded_onblur.xml
1708
+ - tests/illformed/sanitize/item_content_encoded_onchange.xml
1709
+ - tests/illformed/sanitize/item_content_encoded_onclick.xml
1710
+ - tests/illformed/sanitize/item_content_encoded_ondblclick.xml
1711
+ - tests/illformed/sanitize/item_content_encoded_onerror.xml
1712
+ - tests/illformed/sanitize/item_content_encoded_onfocus.xml
1713
+ - tests/illformed/sanitize/item_content_encoded_onkeydown.xml
1714
+ - tests/illformed/sanitize/item_content_encoded_onkeypress.xml
1715
+ - tests/illformed/sanitize/item_content_encoded_onkeyup.xml
1716
+ - tests/illformed/sanitize/item_content_encoded_onload.xml
1717
+ - tests/illformed/sanitize/item_content_encoded_onmousedown.xml
1718
+ - tests/illformed/sanitize/item_content_encoded_onmouseout.xml
1719
+ - tests/illformed/sanitize/item_content_encoded_onmouseover.xml
1720
+ - tests/illformed/sanitize/item_content_encoded_onmouseup.xml
1721
+ - tests/illformed/sanitize/item_content_encoded_onreset.xml
1722
+ - tests/illformed/sanitize/item_content_encoded_onresize.xml
1723
+ - tests/illformed/sanitize/item_content_encoded_onsubmit.xml
1724
+ - tests/illformed/sanitize/item_content_encoded_onunload.xml
1725
+ - tests/illformed/sanitize/item_content_encoded_script.xml
1726
+ - tests/illformed/sanitize/item_content_encoded_script_cdata.xml
1727
+ - tests/illformed/sanitize/item_content_encoded_script_map_content.xml
1728
+ - tests/illformed/sanitize/item_content_encoded_style.xml
1729
+ - tests/illformed/sanitize/item_description_applet.xml
1730
+ - tests/illformed/sanitize/item_description_blink.xml
1731
+ - tests/illformed/sanitize/item_description_crazy.xml
1732
+ - tests/illformed/sanitize/item_description_embed.xml
1733
+ - tests/illformed/sanitize/item_description_frame.xml
1734
+ - tests/illformed/sanitize/item_description_iframe.xml
1735
+ - tests/illformed/sanitize/item_description_link.xml
1736
+ - tests/illformed/sanitize/item_description_meta.xml
1737
+ - tests/illformed/sanitize/item_description_object.xml
1738
+ - tests/illformed/sanitize/item_description_onabort.xml
1739
+ - tests/illformed/sanitize/item_description_onblur.xml
1740
+ - tests/illformed/sanitize/item_description_onchange.xml
1741
+ - tests/illformed/sanitize/item_description_onclick.xml
1742
+ - tests/illformed/sanitize/item_description_ondblclick.xml
1743
+ - tests/illformed/sanitize/item_description_onerror.xml
1744
+ - tests/illformed/sanitize/item_description_onfocus.xml
1745
+ - tests/illformed/sanitize/item_description_onkeydown.xml
1746
+ - tests/illformed/sanitize/item_description_onkeypress.xml
1747
+ - tests/illformed/sanitize/item_description_onkeyup.xml
1748
+ - tests/illformed/sanitize/item_description_onload.xml
1749
+ - tests/illformed/sanitize/item_description_onmousedown.xml
1750
+ - tests/illformed/sanitize/item_description_onmouseout.xml
1751
+ - tests/illformed/sanitize/item_description_onmouseover.xml
1752
+ - tests/illformed/sanitize/item_description_onmouseup.xml
1753
+ - tests/illformed/sanitize/item_description_onreset.xml
1754
+ - tests/illformed/sanitize/item_description_onresize.xml
1755
+ - tests/illformed/sanitize/item_description_onsubmit.xml
1756
+ - tests/illformed/sanitize/item_description_onunload.xml
1757
+ - tests/illformed/sanitize/item_description_script.xml
1758
+ - tests/illformed/sanitize/item_description_script_cdata.xml
1759
+ - tests/illformed/sanitize/item_description_script_map_summary.xml
1760
+ - tests/illformed/sanitize/item_description_style.xml
1761
+ - tests/illformed/sanitize/item_fullitem_applet.xml
1762
+ - tests/illformed/sanitize/item_fullitem_blink.xml
1763
+ - tests/illformed/sanitize/item_fullitem_crazy.xml
1764
+ - tests/illformed/sanitize/item_fullitem_embed.xml
1765
+ - tests/illformed/sanitize/item_fullitem_frame.xml
1766
+ - tests/illformed/sanitize/item_fullitem_iframe.xml
1767
+ - tests/illformed/sanitize/item_fullitem_link.xml
1768
+ - tests/illformed/sanitize/item_fullitem_meta.xml
1769
+ - tests/illformed/sanitize/item_fullitem_object.xml
1770
+ - tests/illformed/sanitize/item_fullitem_onabort.xml
1771
+ - tests/illformed/sanitize/item_fullitem_onblur.xml
1772
+ - tests/illformed/sanitize/item_fullitem_onchange.xml
1773
+ - tests/illformed/sanitize/item_fullitem_onclick.xml
1774
+ - tests/illformed/sanitize/item_fullitem_ondblclick.xml
1775
+ - tests/illformed/sanitize/item_fullitem_onerror.xml
1776
+ - tests/illformed/sanitize/item_fullitem_onfocus.xml
1777
+ - tests/illformed/sanitize/item_fullitem_onkeydown.xml
1778
+ - tests/illformed/sanitize/item_fullitem_onkeypress.xml
1779
+ - tests/illformed/sanitize/item_fullitem_onkeyup.xml
1780
+ - tests/illformed/sanitize/item_fullitem_onload.xml
1781
+ - tests/illformed/sanitize/item_fullitem_onmousedown.xml
1782
+ - tests/illformed/sanitize/item_fullitem_onmouseout.xml
1783
+ - tests/illformed/sanitize/item_fullitem_onmouseover.xml
1784
+ - tests/illformed/sanitize/item_fullitem_onmouseup.xml
1785
+ - tests/illformed/sanitize/item_fullitem_onreset.xml
1786
+ - tests/illformed/sanitize/item_fullitem_onresize.xml
1787
+ - tests/illformed/sanitize/item_fullitem_onsubmit.xml
1788
+ - tests/illformed/sanitize/item_fullitem_onunload.xml
1789
+ - tests/illformed/sanitize/item_fullitem_script.xml
1790
+ - tests/illformed/sanitize/item_fullitem_script_cdata.xml
1791
+ - tests/illformed/sanitize/item_fullitem_script_map_summary.xml
1792
+ - tests/illformed/sanitize/item_fullitem_style.xml
1793
+ - tests/illformed/sanitize/item_xhtml_body_applet.xml
1794
+ - tests/illformed/sanitize/item_xhtml_body_blink.xml
1795
+ - tests/illformed/sanitize/item_xhtml_body_embed.xml
1796
+ - tests/illformed/sanitize/item_xhtml_body_frame.xml
1797
+ - tests/illformed/sanitize/item_xhtml_body_iframe.xml
1798
+ - tests/illformed/sanitize/item_xhtml_body_link.xml
1799
+ - tests/illformed/sanitize/item_xhtml_body_meta.xml
1800
+ - tests/illformed/sanitize/item_xhtml_body_object.xml
1801
+ - tests/illformed/sanitize/item_xhtml_body_onabort.xml
1802
+ - tests/illformed/sanitize/item_xhtml_body_onblur.xml
1803
+ - tests/illformed/sanitize/item_xhtml_body_onchange.xml
1804
+ - tests/illformed/sanitize/item_xhtml_body_onclick.xml
1805
+ - tests/illformed/sanitize/item_xhtml_body_ondblclick.xml
1806
+ - tests/illformed/sanitize/item_xhtml_body_onerror.xml
1807
+ - tests/illformed/sanitize/item_xhtml_body_onfocus.xml
1808
+ - tests/illformed/sanitize/item_xhtml_body_onkeydown.xml
1809
+ - tests/illformed/sanitize/item_xhtml_body_onkeypress.xml
1810
+ - tests/illformed/sanitize/item_xhtml_body_onkeyup.xml
1811
+ - tests/illformed/sanitize/item_xhtml_body_onload.xml
1812
+ - tests/illformed/sanitize/item_xhtml_body_onmousedown.xml
1813
+ - tests/illformed/sanitize/item_xhtml_body_onmouseout.xml
1814
+ - tests/illformed/sanitize/item_xhtml_body_onmouseover.xml
1815
+ - tests/illformed/sanitize/item_xhtml_body_onmouseup.xml
1816
+ - tests/illformed/sanitize/item_xhtml_body_onreset.xml
1817
+ - tests/illformed/sanitize/item_xhtml_body_onresize.xml
1818
+ - tests/illformed/sanitize/item_xhtml_body_onsubmit.xml
1819
+ - tests/illformed/sanitize/item_xhtml_body_onunload.xml
1820
+ - tests/illformed/sanitize/item_xhtml_body_script.xml
1821
+ - tests/illformed/sanitize/item_xhtml_body_script_map_content.xml
1822
+ - tests/illformed/sanitize/item_xhtml_body_style.xml
1823
+ - tests/rfeedparserserver.rb
1824
+ - tests/rfeedparsertest.rb
1825
+ - tests/rfponly
1826
+ - tests/rfponly/wellformed
1827
+ - tests/rfponly/wellformed/mrss
1828
+ - tests/rfponly/wellformed/mrss/mrss_media_content.xml
1829
+ - tests/rfponly/wellformed/mrss/mrss_thumbnail.xml
1830
+ - tests/wellformed
1831
+ - tests/wellformed/amp
1832
+ - tests/wellformed/amp/amp01.xml
1833
+ - tests/wellformed/amp/amp02.xml
1834
+ - tests/wellformed/amp/amp03.xml
1835
+ - tests/wellformed/amp/amp04.xml
1836
+ - tests/wellformed/amp/amp05.xml
1837
+ - tests/wellformed/amp/amp06.xml
1838
+ - tests/wellformed/amp/amp07.xml
1839
+ - tests/wellformed/amp/amp08.xml
1840
+ - tests/wellformed/amp/amp09.xml
1841
+ - tests/wellformed/amp/amp10.xml
1842
+ - tests/wellformed/amp/amp11.xml
1843
+ - tests/wellformed/amp/amp12.xml
1844
+ - tests/wellformed/amp/amp13.xml
1845
+ - tests/wellformed/amp/amp14.xml
1846
+ - tests/wellformed/amp/amp15.xml
1847
+ - tests/wellformed/amp/amp16.xml
1848
+ - tests/wellformed/amp/amp17.xml
1849
+ - tests/wellformed/amp/amp18.xml
1850
+ - tests/wellformed/amp/amp19.xml
1851
+ - tests/wellformed/amp/amp20.xml
1852
+ - tests/wellformed/amp/amp21.xml
1853
+ - tests/wellformed/amp/amp22.xml
1854
+ - tests/wellformed/amp/amp23.xml
1855
+ - tests/wellformed/amp/amp24.xml
1856
+ - tests/wellformed/amp/amp25.xml
1857
+ - tests/wellformed/amp/amp26.xml
1858
+ - tests/wellformed/amp/amp27.xml
1859
+ - tests/wellformed/amp/amp28.xml
1860
+ - tests/wellformed/amp/amp29.xml
1861
+ - tests/wellformed/amp/amp30.xml
1862
+ - tests/wellformed/amp/amp31.xml
1863
+ - tests/wellformed/amp/amp32.xml
1864
+ - tests/wellformed/amp/amp33.xml
1865
+ - tests/wellformed/amp/amp34.xml
1866
+ - tests/wellformed/amp/amp35.xml
1867
+ - tests/wellformed/amp/amp36.xml
1868
+ - tests/wellformed/amp/amp37.xml
1869
+ - tests/wellformed/amp/amp38.xml
1870
+ - tests/wellformed/amp/amp39.xml
1871
+ - tests/wellformed/amp/amp40.xml
1872
+ - tests/wellformed/amp/amp41.xml
1873
+ - tests/wellformed/amp/amp42.xml
1874
+ - tests/wellformed/amp/amp43.xml
1875
+ - tests/wellformed/amp/amp44.xml
1876
+ - tests/wellformed/amp/amp45.xml
1877
+ - tests/wellformed/amp/amp46.xml
1878
+ - tests/wellformed/amp/amp47.xml
1879
+ - tests/wellformed/amp/amp48.xml
1880
+ - tests/wellformed/amp/amp49.xml
1881
+ - tests/wellformed/amp/amp50.xml
1882
+ - tests/wellformed/amp/amp51.xml
1883
+ - tests/wellformed/amp/amp52.xml
1884
+ - tests/wellformed/amp/amp53.xml
1885
+ - tests/wellformed/amp/amp54.xml
1886
+ - tests/wellformed/amp/amp55.xml
1887
+ - tests/wellformed/amp/amp56.xml
1888
+ - tests/wellformed/amp/amp57.xml
1889
+ - tests/wellformed/amp/amp58.xml
1890
+ - tests/wellformed/amp/amp59.xml
1891
+ - tests/wellformed/amp/amp60.xml
1892
+ - tests/wellformed/amp/amp61.xml
1893
+ - tests/wellformed/amp/amp62.xml
1894
+ - tests/wellformed/amp/amp63.xml
1895
+ - tests/wellformed/amp/amp64.xml
1896
+ - tests/wellformed/atom
1897
+ - tests/wellformed/atom/atom_namespace_1.xml
1898
+ - tests/wellformed/atom/atom_namespace_2.xml
1899
+ - tests/wellformed/atom/atom_namespace_3.xml
1900
+ - tests/wellformed/atom/atom_namespace_4.xml
1901
+ - tests/wellformed/atom/atom_namespace_5.xml
1902
+ - tests/wellformed/atom/entry_author_email.xml
1903
+ - tests/wellformed/atom/entry_author_homepage.xml
1904
+ - tests/wellformed/atom/entry_author_map_author.xml
1905
+ - tests/wellformed/atom/entry_author_map_author_2.xml
1906
+ - tests/wellformed/atom/entry_author_name.xml
1907
+ - tests/wellformed/atom/entry_author_uri.xml
1908
+ - tests/wellformed/atom/entry_author_url.xml
1909
+ - tests/wellformed/atom/entry_content_mode_base64.xml
1910
+ - tests/wellformed/atom/entry_content_mode_escaped.xml
1911
+ - tests/wellformed/atom/entry_content_type.xml
1912
+ - tests/wellformed/atom/entry_content_type_text_plain.xml
1913
+ - tests/wellformed/atom/entry_content_value.xml
1914
+ - tests/wellformed/atom/entry_contributor_email.xml
1915
+ - tests/wellformed/atom/entry_contributor_homepage.xml
1916
+ - tests/wellformed/atom/entry_contributor_multiple.xml
1917
+ - tests/wellformed/atom/entry_contributor_name.xml
1918
+ - tests/wellformed/atom/entry_contributor_uri.xml
1919
+ - tests/wellformed/atom/entry_contributor_url.xml
1920
+ - tests/wellformed/atom/entry_id.xml
1921
+ - tests/wellformed/atom/entry_id_map_guid.xml
1922
+ - tests/wellformed/atom/entry_link_alternate_map_link.xml
1923
+ - tests/wellformed/atom/entry_link_alternate_map_link_2.xml
1924
+ - tests/wellformed/atom/entry_link_href.xml
1925
+ - tests/wellformed/atom/entry_link_multiple.xml
1926
+ - tests/wellformed/atom/entry_link_rel.xml
1927
+ - tests/wellformed/atom/entry_link_title.xml
1928
+ - tests/wellformed/atom/entry_link_type.xml
1929
+ - tests/wellformed/atom/entry_summary.xml
1930
+ - tests/wellformed/atom/entry_summary_base64.xml
1931
+ - tests/wellformed/atom/entry_summary_base64_2.xml
1932
+ - tests/wellformed/atom/entry_summary_content_mode_base64.xml
1933
+ - tests/wellformed/atom/entry_summary_content_mode_escaped.xml
1934
+ - tests/wellformed/atom/entry_summary_content_type.xml
1935
+ - tests/wellformed/atom/entry_summary_content_type_text_plain.xml
1936
+ - tests/wellformed/atom/entry_summary_content_value.xml
1937
+ - tests/wellformed/atom/entry_summary_escaped_markup.xml
1938
+ - tests/wellformed/atom/entry_summary_inline_markup.xml
1939
+ - tests/wellformed/atom/entry_summary_inline_markup_2.xml
1940
+ - tests/wellformed/atom/entry_summary_naked_markup.xml
1941
+ - tests/wellformed/atom/entry_summary_text_plain.xml
1942
+ - tests/wellformed/atom/entry_title.xml
1943
+ - tests/wellformed/atom/entry_title_base64.xml
1944
+ - tests/wellformed/atom/entry_title_base64_2.xml
1945
+ - tests/wellformed/atom/entry_title_content_mode_base64.xml
1946
+ - tests/wellformed/atom/entry_title_content_mode_escaped.xml
1947
+ - tests/wellformed/atom/entry_title_content_type.xml
1948
+ - tests/wellformed/atom/entry_title_content_type_text_plain.xml
1949
+ - tests/wellformed/atom/entry_title_content_value.xml
1950
+ - tests/wellformed/atom/entry_title_escaped_markup.xml
1951
+ - tests/wellformed/atom/entry_title_inline_markup.xml
1952
+ - tests/wellformed/atom/entry_title_inline_markup_2.xml
1953
+ - tests/wellformed/atom/entry_title_naked_markup.xml
1954
+ - tests/wellformed/atom/entry_title_text_plain.xml
1955
+ - tests/wellformed/atom/entry_title_text_plain_brackets.xml
1956
+ - tests/wellformed/atom/feed_author_email.xml
1957
+ - tests/wellformed/atom/feed_author_homepage.xml
1958
+ - tests/wellformed/atom/feed_author_map_author.xml
1959
+ - tests/wellformed/atom/feed_author_map_author_2.xml
1960
+ - tests/wellformed/atom/feed_author_name.xml
1961
+ - tests/wellformed/atom/feed_author_uri.xml
1962
+ - tests/wellformed/atom/feed_author_url.xml
1963
+ - tests/wellformed/atom/feed_contributor_email.xml
1964
+ - tests/wellformed/atom/feed_contributor_homepage.xml
1965
+ - tests/wellformed/atom/feed_contributor_multiple.xml
1966
+ - tests/wellformed/atom/feed_contributor_name.xml
1967
+ - tests/wellformed/atom/feed_contributor_uri.xml
1968
+ - tests/wellformed/atom/feed_contributor_url.xml
1969
+ - tests/wellformed/atom/feed_copyright.xml
1970
+ - tests/wellformed/atom/feed_copyright_base64.xml
1971
+ - tests/wellformed/atom/feed_copyright_base64_2.xml
1972
+ - tests/wellformed/atom/feed_copyright_content_mode_base64.xml
1973
+ - tests/wellformed/atom/feed_copyright_content_mode_escaped.xml
1974
+ - tests/wellformed/atom/feed_copyright_content_type.xml
1975
+ - tests/wellformed/atom/feed_copyright_content_type_text_plain.xml
1976
+ - tests/wellformed/atom/feed_copyright_content_value.xml
1977
+ - tests/wellformed/atom/feed_copyright_escaped_markup.xml
1978
+ - tests/wellformed/atom/feed_copyright_inline_markup.xml
1979
+ - tests/wellformed/atom/feed_copyright_inline_markup_2.xml
1980
+ - tests/wellformed/atom/feed_copyright_naked_markup.xml
1981
+ - tests/wellformed/atom/feed_copyright_text_plain.xml
1982
+ - tests/wellformed/atom/feed_generator.xml
1983
+ - tests/wellformed/atom/feed_generator_name.xml
1984
+ - tests/wellformed/atom/feed_generator_url.xml
1985
+ - tests/wellformed/atom/feed_generator_version.xml
1986
+ - tests/wellformed/atom/feed_id.xml
1987
+ - tests/wellformed/atom/feed_id_map_guid.xml
1988
+ - tests/wellformed/atom/feed_info.xml
1989
+ - tests/wellformed/atom/feed_info_base64.xml
1990
+ - tests/wellformed/atom/feed_info_base64_2.xml
1991
+ - tests/wellformed/atom/feed_info_content_mode_base64.xml
1992
+ - tests/wellformed/atom/feed_info_content_mode_escaped.xml
1993
+ - tests/wellformed/atom/feed_info_content_type.xml
1994
+ - tests/wellformed/atom/feed_info_content_type_text_plain.xml
1995
+ - tests/wellformed/atom/feed_info_content_value.xml
1996
+ - tests/wellformed/atom/feed_info_escaped_markup.xml
1997
+ - tests/wellformed/atom/feed_info_inline_markup.xml
1998
+ - tests/wellformed/atom/feed_info_inline_markup_2.xml
1999
+ - tests/wellformed/atom/feed_info_naked_markup.xml
2000
+ - tests/wellformed/atom/feed_info_text_plain.xml
2001
+ - tests/wellformed/atom/feed_link_alternate_map_link.xml
2002
+ - tests/wellformed/atom/feed_link_alternate_map_link_2.xml
2003
+ - tests/wellformed/atom/feed_link_href.xml
2004
+ - tests/wellformed/atom/feed_link_multiple.xml
2005
+ - tests/wellformed/atom/feed_link_rel.xml
2006
+ - tests/wellformed/atom/feed_link_title.xml
2007
+ - tests/wellformed/atom/feed_link_type.xml
2008
+ - tests/wellformed/atom/feed_tagline.xml
2009
+ - tests/wellformed/atom/feed_tagline_base64.xml
2010
+ - tests/wellformed/atom/feed_tagline_base64_2.xml
2011
+ - tests/wellformed/atom/feed_tagline_content_mode_base64.xml
2012
+ - tests/wellformed/atom/feed_tagline_content_mode_escaped.xml
2013
+ - tests/wellformed/atom/feed_tagline_content_type.xml
2014
+ - tests/wellformed/atom/feed_tagline_content_type_text_plain.xml
2015
+ - tests/wellformed/atom/feed_tagline_content_value.xml
2016
+ - tests/wellformed/atom/feed_tagline_escaped_markup.xml
2017
+ - tests/wellformed/atom/feed_tagline_inline_markup.xml
2018
+ - tests/wellformed/atom/feed_tagline_inline_markup_2.xml
2019
+ - tests/wellformed/atom/feed_tagline_naked_markup.xml
2020
+ - tests/wellformed/atom/feed_tagline_text_plain.xml
2021
+ - tests/wellformed/atom/feed_title.xml
2022
+ - tests/wellformed/atom/feed_title_base64.xml
2023
+ - tests/wellformed/atom/feed_title_base64_2.xml
2024
+ - tests/wellformed/atom/feed_title_content_mode_base64.xml
2025
+ - tests/wellformed/atom/feed_title_content_mode_escaped.xml
2026
+ - tests/wellformed/atom/feed_title_content_type.xml
2027
+ - tests/wellformed/atom/feed_title_content_type_text_plain.xml
2028
+ - tests/wellformed/atom/feed_title_content_value.xml
2029
+ - tests/wellformed/atom/feed_title_escaped_markup.xml
2030
+ - tests/wellformed/atom/feed_title_inline_markup.xml
2031
+ - tests/wellformed/atom/feed_title_inline_markup_2.xml
2032
+ - tests/wellformed/atom/feed_title_naked_markup.xml
2033
+ - tests/wellformed/atom/feed_title_text_plain.xml
2034
+ - tests/wellformed/atom/relative_uri.xml
2035
+ - tests/wellformed/atom/relative_uri_inherit.xml
2036
+ - tests/wellformed/atom/relative_uri_inherit_2.xml
2037
+ - tests/wellformed/atom10
2038
+ - tests/wellformed/atom10/atom10_namespace.xml
2039
+ - tests/wellformed/atom10/atom10_version.xml
2040
+ - tests/wellformed/atom10/entry_author_email.xml
2041
+ - tests/wellformed/atom10/entry_author_map_author.xml
2042
+ - tests/wellformed/atom10/entry_author_map_author_2.xml
2043
+ - tests/wellformed/atom10/entry_author_name.xml
2044
+ - tests/wellformed/atom10/entry_author_uri.xml
2045
+ - tests/wellformed/atom10/entry_author_url.xml
2046
+ - tests/wellformed/atom10/entry_category_label.xml
2047
+ - tests/wellformed/atom10/entry_category_scheme.xml
2048
+ - tests/wellformed/atom10/entry_category_term.xml
2049
+ - tests/wellformed/atom10/entry_content_application_xml.xml
2050
+ - tests/wellformed/atom10/entry_content_base64.xml
2051
+ - tests/wellformed/atom10/entry_content_base64_2.xml
2052
+ - tests/wellformed/atom10/entry_content_escaped_markup.xml
2053
+ - tests/wellformed/atom10/entry_content_inline_markup.xml
2054
+ - tests/wellformed/atom10/entry_content_inline_markup_2.xml
2055
+ - tests/wellformed/atom10/entry_content_src.xml
2056
+ - tests/wellformed/atom10/entry_content_text_plain.xml
2057
+ - tests/wellformed/atom10/entry_content_text_plain_brackets.xml
2058
+ - tests/wellformed/atom10/entry_content_type.xml
2059
+ - tests/wellformed/atom10/entry_content_type_text.xml
2060
+ - tests/wellformed/atom10/entry_content_value.xml
2061
+ - tests/wellformed/atom10/entry_contributor_email.xml
2062
+ - tests/wellformed/atom10/entry_contributor_multiple.xml
2063
+ - tests/wellformed/atom10/entry_contributor_name.xml
2064
+ - tests/wellformed/atom10/entry_contributor_uri.xml
2065
+ - tests/wellformed/atom10/entry_contributor_url.xml
2066
+ - tests/wellformed/atom10/entry_id.xml
2067
+ - tests/wellformed/atom10/entry_id_map_guid.xml
2068
+ - tests/wellformed/atom10/entry_id_no_normalization_1.xml
2069
+ - tests/wellformed/atom10/entry_id_no_normalization_2.xml
2070
+ - tests/wellformed/atom10/entry_id_no_normalization_3.xml
2071
+ - tests/wellformed/atom10/entry_id_no_normalization_4.xml
2072
+ - tests/wellformed/atom10/entry_id_no_normalization_5.xml
2073
+ - tests/wellformed/atom10/entry_id_no_normalization_6.xml
2074
+ - tests/wellformed/atom10/entry_id_no_normalization_7.xml
2075
+ - tests/wellformed/atom10/entry_link_alternate_map_link.xml
2076
+ - tests/wellformed/atom10/entry_link_alternate_map_link_2.xml
2077
+ - tests/wellformed/atom10/entry_link_alternate_map_link_3.xml
2078
+ - tests/wellformed/atom10/entry_link_href.xml
2079
+ - tests/wellformed/atom10/entry_link_hreflang.xml
2080
+ - tests/wellformed/atom10/entry_link_length.xml
2081
+ - tests/wellformed/atom10/entry_link_multiple.xml
2082
+ - tests/wellformed/atom10/entry_link_no_rel.xml
2083
+ - tests/wellformed/atom10/entry_link_rel.xml
2084
+ - tests/wellformed/atom10/entry_link_rel_enclosure.xml
2085
+ - tests/wellformed/atom10/entry_link_rel_enclosure_map_enclosure_length.xml
2086
+ - tests/wellformed/atom10/entry_link_rel_enclosure_map_enclosure_type.xml
2087
+ - tests/wellformed/atom10/entry_link_rel_enclosure_map_enclosure_url.xml
2088
+ - tests/wellformed/atom10/entry_link_rel_other.xml
2089
+ - tests/wellformed/atom10/entry_link_rel_related.xml
2090
+ - tests/wellformed/atom10/entry_link_rel_self.xml
2091
+ - tests/wellformed/atom10/entry_link_rel_via.xml
2092
+ - tests/wellformed/atom10/entry_link_title.xml
2093
+ - tests/wellformed/atom10/entry_link_type.xml
2094
+ - tests/wellformed/atom10/entry_rights.xml
2095
+ - tests/wellformed/atom10/entry_rights_content_value.xml
2096
+ - tests/wellformed/atom10/entry_rights_escaped_markup.xml
2097
+ - tests/wellformed/atom10/entry_rights_inline_markup.xml
2098
+ - tests/wellformed/atom10/entry_rights_inline_markup_2.xml
2099
+ - tests/wellformed/atom10/entry_rights_text_plain.xml
2100
+ - tests/wellformed/atom10/entry_rights_text_plain_brackets.xml
2101
+ - tests/wellformed/atom10/entry_rights_type_default.xml
2102
+ - tests/wellformed/atom10/entry_rights_type_text.xml
2103
+ - tests/wellformed/atom10/entry_source_author_email.xml
2104
+ - tests/wellformed/atom10/entry_source_author_map_author.xml
2105
+ - tests/wellformed/atom10/entry_source_author_map_author_2.xml
2106
+ - tests/wellformed/atom10/entry_source_author_name.xml
2107
+ - tests/wellformed/atom10/entry_source_author_uri.xml
2108
+ - tests/wellformed/atom10/entry_source_category_label.xml
2109
+ - tests/wellformed/atom10/entry_source_category_scheme.xml
2110
+ - tests/wellformed/atom10/entry_source_category_term.xml
2111
+ - tests/wellformed/atom10/entry_source_contributor_email.xml
2112
+ - tests/wellformed/atom10/entry_source_contributor_multiple.xml
2113
+ - tests/wellformed/atom10/entry_source_contributor_name.xml
2114
+ - tests/wellformed/atom10/entry_source_contributor_uri.xml
2115
+ - tests/wellformed/atom10/entry_source_generator.xml
2116
+ - tests/wellformed/atom10/entry_source_generator_name.xml
2117
+ - tests/wellformed/atom10/entry_source_generator_uri.xml
2118
+ - tests/wellformed/atom10/entry_source_generator_version.xml
2119
+ - tests/wellformed/atom10/entry_source_icon.xml
2120
+ - tests/wellformed/atom10/entry_source_id.xml
2121
+ - tests/wellformed/atom10/entry_source_link_alternate_map_link.xml
2122
+ - tests/wellformed/atom10/entry_source_link_alternate_map_link_2.xml
2123
+ - tests/wellformed/atom10/entry_source_link_href.xml
2124
+ - tests/wellformed/atom10/entry_source_link_hreflang.xml
2125
+ - tests/wellformed/atom10/entry_source_link_length.xml
2126
+ - tests/wellformed/atom10/entry_source_link_multiple.xml
2127
+ - tests/wellformed/atom10/entry_source_link_no_rel.xml
2128
+ - tests/wellformed/atom10/entry_source_link_rel.xml
2129
+ - tests/wellformed/atom10/entry_source_link_rel_other.xml
2130
+ - tests/wellformed/atom10/entry_source_link_rel_related.xml
2131
+ - tests/wellformed/atom10/entry_source_link_rel_self.xml
2132
+ - tests/wellformed/atom10/entry_source_link_rel_via.xml
2133
+ - tests/wellformed/atom10/entry_source_link_title.xml
2134
+ - tests/wellformed/atom10/entry_source_link_type.xml
2135
+ - tests/wellformed/atom10/entry_source_logo.xml
2136
+ - tests/wellformed/atom10/entry_source_rights.xml
2137
+ - tests/wellformed/atom10/entry_source_rights_base64.xml
2138
+ - tests/wellformed/atom10/entry_source_rights_base64_2.xml
2139
+ - tests/wellformed/atom10/entry_source_rights_content_type.xml
2140
+ - tests/wellformed/atom10/entry_source_rights_content_type_text.xml
2141
+ - tests/wellformed/atom10/entry_source_rights_content_value.xml
2142
+ - tests/wellformed/atom10/entry_source_rights_escaped_markup.xml
2143
+ - tests/wellformed/atom10/entry_source_rights_inline_markup.xml
2144
+ - tests/wellformed/atom10/entry_source_rights_inline_markup_2.xml
2145
+ - tests/wellformed/atom10/entry_source_rights_text_plain.xml
2146
+ - tests/wellformed/atom10/entry_source_subittle_content_type_text.xml
2147
+ - tests/wellformed/atom10/entry_source_subtitle.xml
2148
+ - tests/wellformed/atom10/entry_source_subtitle_base64.xml
2149
+ - tests/wellformed/atom10/entry_source_subtitle_base64_2.xml
2150
+ - tests/wellformed/atom10/entry_source_subtitle_content_type.xml
2151
+ - tests/wellformed/atom10/entry_source_subtitle_content_value.xml
2152
+ - tests/wellformed/atom10/entry_source_subtitle_escaped_markup.xml
2153
+ - tests/wellformed/atom10/entry_source_subtitle_inline_markup.xml
2154
+ - tests/wellformed/atom10/entry_source_subtitle_inline_markup_2.xml
2155
+ - tests/wellformed/atom10/entry_source_subtitle_text_plain.xml
2156
+ - tests/wellformed/atom10/entry_source_title.xml
2157
+ - tests/wellformed/atom10/entry_source_title_base64.xml
2158
+ - tests/wellformed/atom10/entry_source_title_base64_2.xml
2159
+ - tests/wellformed/atom10/entry_source_title_content_type.xml
2160
+ - tests/wellformed/atom10/entry_source_title_content_type_text.xml
2161
+ - tests/wellformed/atom10/entry_source_title_content_value.xml
2162
+ - tests/wellformed/atom10/entry_source_title_escaped_markup.xml
2163
+ - tests/wellformed/atom10/entry_source_title_inline_markup.xml
2164
+ - tests/wellformed/atom10/entry_source_title_inline_markup_2.xml
2165
+ - tests/wellformed/atom10/entry_source_title_text_plain.xml
2166
+ - tests/wellformed/atom10/entry_summary.xml
2167
+ - tests/wellformed/atom10/entry_summary_base64.xml
2168
+ - tests/wellformed/atom10/entry_summary_base64_2.xml
2169
+ - tests/wellformed/atom10/entry_summary_content_value.xml
2170
+ - tests/wellformed/atom10/entry_summary_escaped_markup.xml
2171
+ - tests/wellformed/atom10/entry_summary_inline_markup.xml
2172
+ - tests/wellformed/atom10/entry_summary_inline_markup_2.xml
2173
+ - tests/wellformed/atom10/entry_summary_text_plain.xml
2174
+ - tests/wellformed/atom10/entry_summary_type_default.xml
2175
+ - tests/wellformed/atom10/entry_summary_type_text.xml
2176
+ - tests/wellformed/atom10/entry_title.xml
2177
+ - tests/wellformed/atom10/entry_title_base64.xml
2178
+ - tests/wellformed/atom10/entry_title_base64_2.xml
2179
+ - tests/wellformed/atom10/entry_title_content_value.xml
2180
+ - tests/wellformed/atom10/entry_title_escaped_markup.xml
2181
+ - tests/wellformed/atom10/entry_title_inline_markup.xml
2182
+ - tests/wellformed/atom10/entry_title_inline_markup_2.xml
2183
+ - tests/wellformed/atom10/entry_title_text_plain.xml
2184
+ - tests/wellformed/atom10/entry_title_text_plain_brackets.xml
2185
+ - tests/wellformed/atom10/entry_title_type_default.xml
2186
+ - tests/wellformed/atom10/entry_title_type_text.xml
2187
+ - tests/wellformed/atom10/feed_author_email.xml
2188
+ - tests/wellformed/atom10/feed_author_map_author.xml
2189
+ - tests/wellformed/atom10/feed_author_map_author_2.xml
2190
+ - tests/wellformed/atom10/feed_author_name.xml
2191
+ - tests/wellformed/atom10/feed_author_uri.xml
2192
+ - tests/wellformed/atom10/feed_author_url.xml
2193
+ - tests/wellformed/atom10/feed_contributor_email.xml
2194
+ - tests/wellformed/atom10/feed_contributor_multiple.xml
2195
+ - tests/wellformed/atom10/feed_contributor_name.xml
2196
+ - tests/wellformed/atom10/feed_contributor_uri.xml
2197
+ - tests/wellformed/atom10/feed_contributor_url.xml
2198
+ - tests/wellformed/atom10/feed_generator.xml
2199
+ - tests/wellformed/atom10/feed_generator_name.xml
2200
+ - tests/wellformed/atom10/feed_generator_url.xml
2201
+ - tests/wellformed/atom10/feed_generator_version.xml
2202
+ - tests/wellformed/atom10/feed_icon.xml
2203
+ - tests/wellformed/atom10/feed_id.xml
2204
+ - tests/wellformed/atom10/feed_id_map_guid.xml
2205
+ - tests/wellformed/atom10/feed_link_alternate_map_link.xml
2206
+ - tests/wellformed/atom10/feed_link_alternate_map_link_2.xml
2207
+ - tests/wellformed/atom10/feed_link_href.xml
2208
+ - tests/wellformed/atom10/feed_link_hreflang.xml
2209
+ - tests/wellformed/atom10/feed_link_length.xml
2210
+ - tests/wellformed/atom10/feed_link_multiple.xml
2211
+ - tests/wellformed/atom10/feed_link_no_rel.xml
2212
+ - tests/wellformed/atom10/feed_link_rel.xml
2213
+ - tests/wellformed/atom10/feed_link_rel_other.xml
2214
+ - tests/wellformed/atom10/feed_link_rel_related.xml
2215
+ - tests/wellformed/atom10/feed_link_rel_self.xml
2216
+ - tests/wellformed/atom10/feed_link_rel_via.xml
2217
+ - tests/wellformed/atom10/feed_link_title.xml
2218
+ - tests/wellformed/atom10/feed_link_type.xml
2219
+ - tests/wellformed/atom10/feed_logo.xml
2220
+ - tests/wellformed/atom10/feed_rights.xml
2221
+ - tests/wellformed/atom10/feed_rights_base64.xml
2222
+ - tests/wellformed/atom10/feed_rights_base64_2.xml
2223
+ - tests/wellformed/atom10/feed_rights_content_type.xml
2224
+ - tests/wellformed/atom10/feed_rights_content_type_text.xml
2225
+ - tests/wellformed/atom10/feed_rights_content_value.xml
2226
+ - tests/wellformed/atom10/feed_rights_escaped_markup.xml
2227
+ - tests/wellformed/atom10/feed_rights_inline_markup.xml
2228
+ - tests/wellformed/atom10/feed_rights_inline_markup_2.xml
2229
+ - tests/wellformed/atom10/feed_rights_text_plain.xml
2230
+ - tests/wellformed/atom10/feed_subtitle.xml
2231
+ - tests/wellformed/atom10/feed_subtitle_base64.xml
2232
+ - tests/wellformed/atom10/feed_subtitle_base64_2.xml
2233
+ - tests/wellformed/atom10/feed_subtitle_content_type.xml
2234
+ - tests/wellformed/atom10/feed_subtitle_content_type_text.xml
2235
+ - tests/wellformed/atom10/feed_subtitle_content_value.xml
2236
+ - tests/wellformed/atom10/feed_subtitle_escaped_markup.xml
2237
+ - tests/wellformed/atom10/feed_subtitle_inline_markup.xml
2238
+ - tests/wellformed/atom10/feed_subtitle_inline_markup_2.xml
2239
+ - tests/wellformed/atom10/feed_subtitle_text_plain.xml
2240
+ - tests/wellformed/atom10/feed_title.xml
2241
+ - tests/wellformed/atom10/feed_title_base64.xml
2242
+ - tests/wellformed/atom10/feed_title_base64_2.xml
2243
+ - tests/wellformed/atom10/feed_title_content_type.xml
2244
+ - tests/wellformed/atom10/feed_title_content_type_text.xml
2245
+ - tests/wellformed/atom10/feed_title_content_value.xml
2246
+ - tests/wellformed/atom10/feed_title_escaped_markup.xml
2247
+ - tests/wellformed/atom10/feed_title_inline_markup.xml
2248
+ - tests/wellformed/atom10/feed_title_inline_markup_2.xml
2249
+ - tests/wellformed/atom10/feed_title_text_plain.xml
2250
+ - tests/wellformed/atom10/relative_uri.xml
2251
+ - tests/wellformed/atom10/relative_uri_inherit.xml
2252
+ - tests/wellformed/atom10/relative_uri_inherit_2.xml
2253
+ - tests/wellformed/base
2254
+ - tests/wellformed/base/cdf_item_abstract_xml_base.xml
2255
+ - tests/wellformed/base/entry_content_xml_base.xml
2256
+ - tests/wellformed/base/entry_content_xml_base_inherit.xml
2257
+ - tests/wellformed/base/entry_content_xml_base_inherit_2.xml
2258
+ - tests/wellformed/base/entry_content_xml_base_inherit_3.xml
2259
+ - tests/wellformed/base/entry_content_xml_base_inherit_4.xml
2260
+ - tests/wellformed/base/entry_summary_xml_base.xml
2261
+ - tests/wellformed/base/entry_summary_xml_base_inherit.xml
2262
+ - tests/wellformed/base/entry_summary_xml_base_inherit_2.xml
2263
+ - tests/wellformed/base/entry_summary_xml_base_inherit_3.xml
2264
+ - tests/wellformed/base/entry_summary_xml_base_inherit_4.xml
2265
+ - tests/wellformed/base/entry_title_xml_base.xml
2266
+ - tests/wellformed/base/entry_title_xml_base_inherit.xml
2267
+ - tests/wellformed/base/entry_title_xml_base_inherit_2.xml
2268
+ - tests/wellformed/base/entry_title_xml_base_inherit_3.xml
2269
+ - tests/wellformed/base/entry_title_xml_base_inherit_4.xml
2270
+ - tests/wellformed/base/feed_copyright_xml_base.xml
2271
+ - tests/wellformed/base/feed_copyright_xml_base_inherit.xml
2272
+ - tests/wellformed/base/feed_copyright_xml_base_inherit_2.xml
2273
+ - tests/wellformed/base/feed_copyright_xml_base_inherit_3.xml
2274
+ - tests/wellformed/base/feed_copyright_xml_base_inherit_4.xml
2275
+ - tests/wellformed/base/feed_info_xml_base.xml
2276
+ - tests/wellformed/base/feed_info_xml_base_inherit.xml
2277
+ - tests/wellformed/base/feed_info_xml_base_inherit_2.xml
2278
+ - tests/wellformed/base/feed_info_xml_base_inherit_3.xml
2279
+ - tests/wellformed/base/feed_info_xml_base_inherit_4.xml
2280
+ - tests/wellformed/base/feed_tagline_xml_base.xml
2281
+ - tests/wellformed/base/feed_tagline_xml_base_inherit.xml
2282
+ - tests/wellformed/base/feed_tagline_xml_base_inherit_2.xml
2283
+ - tests/wellformed/base/feed_tagline_xml_base_inherit_3.xml
2284
+ - tests/wellformed/base/feed_tagline_xml_base_inherit_4.xml
2285
+ - tests/wellformed/base/feed_title_xml_base.xml
2286
+ - tests/wellformed/base/feed_title_xml_base_inherit.xml
2287
+ - tests/wellformed/base/feed_title_xml_base_inherit_2.xml
2288
+ - tests/wellformed/base/feed_title_xml_base_inherit_3.xml
2289
+ - tests/wellformed/base/feed_title_xml_base_inherit_4.xml
2290
+ - tests/wellformed/base/http_channel_docs_base_content_location.xml
2291
+ - tests/wellformed/base/http_channel_docs_base_docuri.xml
2292
+ - tests/wellformed/base/http_channel_link_base_content_location.xml
2293
+ - tests/wellformed/base/http_channel_link_base_docuri.xml
2294
+ - tests/wellformed/base/http_entry_author_url_base_content_location.xml
2295
+ - tests/wellformed/base/http_entry_author_url_base_docuri.xml
2296
+ - tests/wellformed/base/http_entry_content_base64_base_content_location.xml
2297
+ - tests/wellformed/base/http_entry_content_base64_base_docuri.xml
2298
+ - tests/wellformed/base/http_entry_content_base_content_location.xml
2299
+ - tests/wellformed/base/http_entry_content_base_docuri.xml
2300
+ - tests/wellformed/base/http_entry_content_inline_base_content_location.xml
2301
+ - tests/wellformed/base/http_entry_content_inline_base_docuri.xml
2302
+ - tests/wellformed/base/http_entry_contributor_url_base_content_location.xml
2303
+ - tests/wellformed/base/http_entry_contributor_url_base_docuri.xml
2304
+ - tests/wellformed/base/http_entry_id_base_content_location.xml
2305
+ - tests/wellformed/base/http_entry_id_base_docuri.xml
2306
+ - tests/wellformed/base/http_entry_link_base_content_location.xml
2307
+ - tests/wellformed/base/http_entry_link_base_docuri.xml
2308
+ - tests/wellformed/base/http_entry_summary_base64_base_content_location.xml
2309
+ - tests/wellformed/base/http_entry_summary_base64_base_docuri.xml
2310
+ - tests/wellformed/base/http_entry_summary_base_content_location.xml
2311
+ - tests/wellformed/base/http_entry_summary_base_docuri.xml
2312
+ - tests/wellformed/base/http_entry_summary_inline_base_content_location.xml
2313
+ - tests/wellformed/base/http_entry_summary_inline_base_docuri.xml
2314
+ - tests/wellformed/base/http_entry_title_base64_base_content_location.xml
2315
+ - tests/wellformed/base/http_entry_title_base64_base_docuri.xml
2316
+ - tests/wellformed/base/http_entry_title_base_content_location.xml
2317
+ - tests/wellformed/base/http_entry_title_base_docuri.xml
2318
+ - tests/wellformed/base/http_entry_title_inline_base_content_location.xml
2319
+ - tests/wellformed/base/http_entry_title_inline_base_docuri.xml
2320
+ - tests/wellformed/base/http_feed_author_url_base_content_location.xml
2321
+ - tests/wellformed/base/http_feed_author_url_base_docuri.xml
2322
+ - tests/wellformed/base/http_feed_contributor_url_base_content_location.xml
2323
+ - tests/wellformed/base/http_feed_contributor_url_base_docuri.xml
2324
+ - tests/wellformed/base/http_feed_copyright_base64_base_content_location.xml
2325
+ - tests/wellformed/base/http_feed_copyright_base64_base_docuri.xml
2326
+ - tests/wellformed/base/http_feed_copyright_base_content_location.xml
2327
+ - tests/wellformed/base/http_feed_copyright_base_docuri.xml
2328
+ - tests/wellformed/base/http_feed_copyright_inline_base_content_location.xml
2329
+ - tests/wellformed/base/http_feed_copyright_inline_base_docuri.xml
2330
+ - tests/wellformed/base/http_feed_generator_url_base_content_location.xml
2331
+ - tests/wellformed/base/http_feed_generator_url_base_docuri.xml
2332
+ - tests/wellformed/base/http_feed_id_base_content_location.xml
2333
+ - tests/wellformed/base/http_feed_id_base_docuri.xml
2334
+ - tests/wellformed/base/http_feed_info_base64_base_content_location.xml
2335
+ - tests/wellformed/base/http_feed_info_base64_base_docuri.xml
2336
+ - tests/wellformed/base/http_feed_info_base_content_location.xml
2337
+ - tests/wellformed/base/http_feed_info_base_docuri.xml
2338
+ - tests/wellformed/base/http_feed_info_inline_base_content_location.xml
2339
+ - tests/wellformed/base/http_feed_info_inline_base_docuri.xml
2340
+ - tests/wellformed/base/http_feed_link_base_content_location.xml
2341
+ - tests/wellformed/base/http_feed_link_base_docuri.xml
2342
+ - tests/wellformed/base/http_feed_tagline_base64_base_content_location.xml
2343
+ - tests/wellformed/base/http_feed_tagline_base64_base_docuri.xml
2344
+ - tests/wellformed/base/http_feed_tagline_base_content_location.xml
2345
+ - tests/wellformed/base/http_feed_tagline_base_docuri.xml
2346
+ - tests/wellformed/base/http_feed_tagline_inline_base_content_location.xml
2347
+ - tests/wellformed/base/http_feed_tagline_inline_base_docuri.xml
2348
+ - tests/wellformed/base/http_feed_title_base64_base_content_location.xml
2349
+ - tests/wellformed/base/http_feed_title_base64_base_docuri.xml
2350
+ - tests/wellformed/base/http_feed_title_base_content_location.xml
2351
+ - tests/wellformed/base/http_feed_title_base_docuri.xml
2352
+ - tests/wellformed/base/http_feed_title_inline_base_content_location.xml
2353
+ - tests/wellformed/base/http_feed_title_inline_base_docuri.xml
2354
+ - tests/wellformed/base/http_item_body_base_content_location.xml
2355
+ - tests/wellformed/base/http_item_body_base_docuri.xml
2356
+ - tests/wellformed/base/http_item_comments_base_content_location.xml
2357
+ - tests/wellformed/base/http_item_comments_base_docuri.xml
2358
+ - tests/wellformed/base/http_item_content_encoded_base_content_location.xml
2359
+ - tests/wellformed/base/http_item_content_encoded_base_docuri.xml
2360
+ - tests/wellformed/base/http_item_description_base_content_location.xml
2361
+ - tests/wellformed/base/http_item_description_base_docuri.xml
2362
+ - tests/wellformed/base/http_item_fullitem_base_content_location.xml
2363
+ - tests/wellformed/base/http_item_fullitem_base_docuri.xml
2364
+ - tests/wellformed/base/http_item_link_base_content_location.xml
2365
+ - tests/wellformed/base/http_item_link_base_docuri.xml
2366
+ - tests/wellformed/base/http_item_wfw_comment_base_content_location.xml
2367
+ - tests/wellformed/base/http_item_wfw_comment_base_docuri.xml
2368
+ - tests/wellformed/base/http_item_wfw_commentRSS_base_content_location.xml
2369
+ - tests/wellformed/base/http_item_wfw_commentRSS_base_docuri.xml
2370
+ - tests/wellformed/base/http_item_xhtml_body_base_content_location.xml
2371
+ - tests/wellformed/base/http_item_xhtml_body_base_docuri.xml
2372
+ - tests/wellformed/base/http_relative_xml_base.xml
2373
+ - tests/wellformed/base/http_relative_xml_base_2.xml
2374
+ - tests/wellformed/base/malformed_base.xml
2375
+ - tests/wellformed/base/relative_xml_base.xml
2376
+ - tests/wellformed/base/relative_xml_base_2.xml
2377
+ - tests/wellformed/cdf
2378
+ - tests/wellformed/cdf/channel_abstract_map_description.xml
2379
+ - tests/wellformed/cdf/channel_abstract_map_tagline.xml
2380
+ - tests/wellformed/cdf/channel_href_map_link.xml
2381
+ - tests/wellformed/cdf/channel_href_map_links.xml
2382
+ - tests/wellformed/cdf/channel_title.xml
2383
+ - tests/wellformed/cdf/item_abstract_map_description.xml
2384
+ - tests/wellformed/cdf/item_abstract_map_summary.xml
2385
+ - tests/wellformed/cdf/item_href_map_link.xml
2386
+ - tests/wellformed/cdf/item_href_map_links.xml
2387
+ - tests/wellformed/cdf/item_title.xml
2388
+ - tests/wellformed/date
2389
+ - tests/wellformed/date/cdf_channel_lastmod_map_date.xml
2390
+ - tests/wellformed/date/cdf_channel_lastmod_map_modified.xml
2391
+ - tests/wellformed/date/cdf_channel_lastmod_map_modified_parsed.xml
2392
+ - tests/wellformed/date/cdf_item_lastmod_map_date.xml
2393
+ - tests/wellformed/date/cdf_item_lastmod_map_modified.xml
2394
+ - tests/wellformed/date/cdf_item_lastmod_map_modified_parsed.xml
2395
+ - tests/wellformed/date/channel_dc_date.xml
2396
+ - tests/wellformed/date/channel_dc_date_map_modified.xml
2397
+ - tests/wellformed/date/channel_dc_date_w3dtf_utc.xml
2398
+ - tests/wellformed/date/channel_dc_date_w3dtf_utc_map_modified_parsed.xml
2399
+ - tests/wellformed/date/channel_dcterms_created.xml
2400
+ - tests/wellformed/date/channel_dcterms_created_w3dtf_utc.xml
2401
+ - tests/wellformed/date/channel_dcterms_issued.xml
2402
+ - tests/wellformed/date/channel_dcterms_issued_w3dtf_utc.xml
2403
+ - tests/wellformed/date/channel_dcterms_modified.xml
2404
+ - tests/wellformed/date/channel_dcterms_modified_map_date.xml
2405
+ - tests/wellformed/date/channel_dcterms_modified_w3dtf_utc.xml
2406
+ - tests/wellformed/date/channel_dcterms_modified_w3dtf_utc_map_date.xml
2407
+ - tests/wellformed/date/channel_pubDate.xml
2408
+ - tests/wellformed/date/channel_pubDate_asctime.xml
2409
+ - tests/wellformed/date/channel_pubDate_disney.xml
2410
+ - tests/wellformed/date/channel_pubDate_disney_at.xml
2411
+ - tests/wellformed/date/channel_pubDate_disney_ct.xml
2412
+ - tests/wellformed/date/channel_pubDate_disney_mt.xml
2413
+ - tests/wellformed/date/channel_pubDate_disney_pt.xml
2414
+ - tests/wellformed/date/channel_pubDate_greek_1.xml
2415
+ - tests/wellformed/date/channel_pubDate_hungarian_1.xml
2416
+ - tests/wellformed/date/channel_pubDate_iso8601_ym.xml
2417
+ - tests/wellformed/date/channel_pubDate_iso8601_ym_2.xml
2418
+ - tests/wellformed/date/channel_pubDate_iso8601_ymd.xml
2419
+ - tests/wellformed/date/channel_pubDate_iso8601_ymd_2.xml
2420
+ - tests/wellformed/date/channel_pubDate_iso8601_yo_2.xml
2421
+ - tests/wellformed/date/channel_pubDate_korean_nate.xml
2422
+ - tests/wellformed/date/channel_pubDate_map_modified.xml
2423
+ - tests/wellformed/date/channel_pubDate_mssql.xml
2424
+ - tests/wellformed/date/channel_pubDate_mssql_nofraction.xml
2425
+ - tests/wellformed/date/channel_pubDate_nosecond.xml
2426
+ - tests/wellformed/date/channel_pubDate_notime.xml
2427
+ - tests/wellformed/date/channel_pubDate_rfc2822.xml
2428
+ - tests/wellformed/date/channel_pubDate_rfc2822_rollover_june_31.xml
2429
+ - tests/wellformed/date/channel_pubDate_rfc822.xml
2430
+ - tests/wellformed/date/channel_pubDate_w3dtf_rollover_25h.xml
2431
+ - tests/wellformed/date/channel_pubDate_w3dtf_rollover_61m.xml
2432
+ - tests/wellformed/date/channel_pubDate_w3dtf_rollover_61s.xml
2433
+ - tests/wellformed/date/channel_pubDate_w3dtf_rollover_leapyear.xml
2434
+ - tests/wellformed/date/channel_pubDate_w3dtf_rollover_leapyear400.xml
2435
+ - tests/wellformed/date/channel_pubDate_w3dtf_rollover_nonleapyear.xml
2436
+ - tests/wellformed/date/channel_pubDate_w3dtf_sf.xml
2437
+ - tests/wellformed/date/channel_pubDate_w3dtf_tokyo.xml
2438
+ - tests/wellformed/date/channel_pubDate_w3dtf_utc.xml
2439
+ - tests/wellformed/date/channel_pubDate_w3dtf_y.xml
2440
+ - tests/wellformed/date/channel_pubDate_w3dtf_ym.xml
2441
+ - tests/wellformed/date/channel_pubDate_w3dtf_ymd.xml
2442
+ - tests/wellformed/date/channel_pubDate_w3dtf_ymd_2.xml
2443
+ - tests/wellformed/date/entry_created.xml
2444
+ - tests/wellformed/date/entry_created_w3dtf_utc.xml
2445
+ - tests/wellformed/date/entry_issued.xml
2446
+ - tests/wellformed/date/entry_issued_w3dtf_utc.xml
2447
+ - tests/wellformed/date/entry_modified.xml
2448
+ - tests/wellformed/date/entry_modified_map_date.xml
2449
+ - tests/wellformed/date/entry_modified_w3dtf_utc.xml
2450
+ - tests/wellformed/date/entry_published_w3dtf_utc.xml
2451
+ - tests/wellformed/date/entry_source_updated_w3dtf_utc.xml
2452
+ - tests/wellformed/date/entry_updated_w3dtf_utc.xml
2453
+ - tests/wellformed/date/feed_modified.xml
2454
+ - tests/wellformed/date/feed_modified_asctime.xml
2455
+ - tests/wellformed/date/feed_modified_disney.xml
2456
+ - tests/wellformed/date/feed_modified_disney_at.xml
2457
+ - tests/wellformed/date/feed_modified_disney_ct.xml
2458
+ - tests/wellformed/date/feed_modified_disney_mt.xml
2459
+ - tests/wellformed/date/feed_modified_disney_pt.xml
2460
+ - tests/wellformed/date/feed_modified_iso8601_ym.xml
2461
+ - tests/wellformed/date/feed_modified_iso8601_ym_2.xml
2462
+ - tests/wellformed/date/feed_modified_iso8601_ymd.xml
2463
+ - tests/wellformed/date/feed_modified_iso8601_ymd_2.xml
2464
+ - tests/wellformed/date/feed_modified_iso8601_yo_2.xml
2465
+ - tests/wellformed/date/feed_modified_map_date.xml
2466
+ - tests/wellformed/date/feed_modified_rfc2822.xml
2467
+ - tests/wellformed/date/feed_modified_rfc2822_rollover_june_31.xml
2468
+ - tests/wellformed/date/feed_modified_rfc822.xml
2469
+ - tests/wellformed/date/feed_modified_w3dtf_rollover_leapyear.xml
2470
+ - tests/wellformed/date/feed_modified_w3dtf_rollover_leapyear400.xml
2471
+ - tests/wellformed/date/feed_modified_w3dtf_rollover_nonleapyear.xml
2472
+ - tests/wellformed/date/feed_modified_w3dtf_sf.xml
2473
+ - tests/wellformed/date/feed_modified_w3dtf_tokyo.xml
2474
+ - tests/wellformed/date/feed_modified_w3dtf_utc.xml
2475
+ - tests/wellformed/date/feed_modified_w3dtf_y.xml
2476
+ - tests/wellformed/date/feed_modified_w3dtf_ym.xml
2477
+ - tests/wellformed/date/feed_modified_w3dtf_ymd.xml
2478
+ - tests/wellformed/date/feed_modified_w3dtf_ymd_2.xml
2479
+ - tests/wellformed/date/feed_updated_w3dtf_utc.xml
2480
+ - tests/wellformed/date/item_dc_date.xml
2481
+ - tests/wellformed/date/item_dc_date_map_modified.xml
2482
+ - tests/wellformed/date/item_dc_date_w3dtf_utc.xml
2483
+ - tests/wellformed/date/item_dc_date_w3dtf_utc_map_modified_parsed.xml
2484
+ - tests/wellformed/date/item_dcterms_created.xml
2485
+ - tests/wellformed/date/item_dcterms_created_w3dtf_utc.xml
2486
+ - tests/wellformed/date/item_dcterms_issued.xml
2487
+ - tests/wellformed/date/item_dcterms_issued_w3dtf_utc.xml
2488
+ - tests/wellformed/date/item_dcterms_modified.xml
2489
+ - tests/wellformed/date/item_dcterms_modified_map_date.xml
2490
+ - tests/wellformed/date/item_dcterms_modified_w3dtf_utc.xml
2491
+ - tests/wellformed/date/item_dcterms_modified_w3dtf_utc_map_date.xml
2492
+ - tests/wellformed/date/item_expirationDate.xml
2493
+ - tests/wellformed/date/item_expirationDate_rfc2822.xml
2494
+ - tests/wellformed/date/item_pubDate.xml
2495
+ - tests/wellformed/date/item_pubDate_euc-kr.xml
2496
+ - tests/wellformed/date/item_pubDate_map_modified.xml
2497
+ - tests/wellformed/date/item_pubDate_rfc2822.xml
2498
+ - tests/wellformed/encoding
2499
+ - tests/wellformed/encoding/big5.xml
2500
+ - tests/wellformed/encoding/csucs4.xml
2501
+ - tests/wellformed/encoding/csunicode.xml
2502
+ - tests/wellformed/encoding/encoding_attribute_crash.xml
2503
+ - tests/wellformed/encoding/encoding_attribute_crash_2.xml
2504
+ - tests/wellformed/encoding/euc-kr-attribute.xml
2505
+ - tests/wellformed/encoding/euc-kr-item.xml
2506
+ - tests/wellformed/encoding/euc-kr.xml
2507
+ - tests/wellformed/encoding/http_application_atom_xml_charset.xml
2508
+ - tests/wellformed/encoding/http_application_atom_xml_charset_overrides_encoding.xml
2509
+ - tests/wellformed/encoding/http_application_atom_xml_default.xml
2510
+ - tests/wellformed/encoding/http_application_atom_xml_encoding.xml
2511
+ - tests/wellformed/encoding/http_application_rss_xml_charset.xml
2512
+ - tests/wellformed/encoding/http_application_rss_xml_charset_overrides_encoding.xml
2513
+ - tests/wellformed/encoding/http_application_rss_xml_default.xml
2514
+ - tests/wellformed/encoding/http_application_rss_xml_encoding.xml
2515
+ - tests/wellformed/encoding/http_application_xml_charset.xml
2516
+ - tests/wellformed/encoding/http_application_xml_charset_overrides_encoding.xml
2517
+ - tests/wellformed/encoding/http_application_xml_default.xml
2518
+ - tests/wellformed/encoding/http_application_xml_dtd_charset.xml
2519
+ - tests/wellformed/encoding/http_application_xml_dtd_charset_overrides_encoding.xml
2520
+ - tests/wellformed/encoding/http_application_xml_dtd_default.xml
2521
+ - tests/wellformed/encoding/http_application_xml_dtd_encoding.xml
2522
+ - tests/wellformed/encoding/http_application_xml_encoding.xml
2523
+ - tests/wellformed/encoding/http_application_xml_epe_charset.xml
2524
+ - tests/wellformed/encoding/http_application_xml_epe_charset_overrides_encoding.xml
2525
+ - tests/wellformed/encoding/http_application_xml_epe_default.xml
2526
+ - tests/wellformed/encoding/http_application_xml_epe_encoding.xml
2527
+ - tests/wellformed/encoding/http_encoding_attribute_crash.xml
2528
+ - tests/wellformed/encoding/http_i18n.xml
2529
+ - tests/wellformed/encoding/http_text_atom_xml_charset.xml
2530
+ - tests/wellformed/encoding/http_text_atom_xml_charset_overrides_encoding.xml
2531
+ - tests/wellformed/encoding/http_text_atom_xml_default.xml
2532
+ - tests/wellformed/encoding/http_text_atom_xml_encoding.xml
2533
+ - tests/wellformed/encoding/http_text_rss_xml_charset.xml
2534
+ - tests/wellformed/encoding/http_text_rss_xml_charset_overrides_encoding.xml
2535
+ - tests/wellformed/encoding/http_text_rss_xml_default.xml
2536
+ - tests/wellformed/encoding/http_text_rss_xml_encoding.xml
2537
+ - tests/wellformed/encoding/http_text_xml_bogus_charset.xml
2538
+ - tests/wellformed/encoding/http_text_xml_bogus_param.xml
2539
+ - tests/wellformed/encoding/http_text_xml_charset.xml
2540
+ - tests/wellformed/encoding/http_text_xml_charset_2.xml
2541
+ - tests/wellformed/encoding/http_text_xml_charset_overrides_encoding.xml
2542
+ - tests/wellformed/encoding/http_text_xml_charset_overrides_encoding_2.xml
2543
+ - tests/wellformed/encoding/http_text_xml_default.xml
2544
+ - tests/wellformed/encoding/http_text_xml_epe_charset.xml
2545
+ - tests/wellformed/encoding/http_text_xml_epe_charset_overrides_encoding.xml
2546
+ - tests/wellformed/encoding/http_text_xml_epe_default.xml
2547
+ - tests/wellformed/encoding/http_text_xml_epe_encoding.xml
2548
+ - tests/wellformed/encoding/http_text_xml_qs.xml
2549
+ - tests/wellformed/encoding/iso-10646-ucs-2.xml
2550
+ - tests/wellformed/encoding/iso-10646-ucs-4.xml
2551
+ - tests/wellformed/encoding/no_content_type_default.xml
2552
+ - tests/wellformed/encoding/no_content_type_encoding.xml
2553
+ - tests/wellformed/encoding/u16.xml
2554
+ - tests/wellformed/encoding/ucs-2.xml
2555
+ - tests/wellformed/encoding/ucs-4.xml
2556
+ - tests/wellformed/encoding/utf-16be-autodetect.xml
2557
+ - tests/wellformed/encoding/utf-16be-bom.xml
2558
+ - tests/wellformed/encoding/utf-16be.xml
2559
+ - tests/wellformed/encoding/utf-16le-autodetect.xml
2560
+ - tests/wellformed/encoding/utf-16le-bom.xml
2561
+ - tests/wellformed/encoding/utf-16le.xml
2562
+ - tests/wellformed/encoding/utf-32be-autodetect.xml
2563
+ - tests/wellformed/encoding/utf-32be-bom.xml
2564
+ - tests/wellformed/encoding/utf-32be.xml
2565
+ - tests/wellformed/encoding/utf-32le-autodetect.xml
2566
+ - tests/wellformed/encoding/utf-32le-bom.xml
2567
+ - tests/wellformed/encoding/utf-32le.xml
2568
+ - tests/wellformed/encoding/utf-8-bom.xml
2569
+ - tests/wellformed/encoding/utf16.xml
2570
+ - tests/wellformed/encoding/utf_16.xml
2571
+ - tests/wellformed/encoding/utf_32.xml
2572
+ - tests/wellformed/encoding/x80_437.xml
2573
+ - tests/wellformed/encoding/x80_850.xml
2574
+ - tests/wellformed/encoding/x80_852.xml
2575
+ - tests/wellformed/encoding/x80_855.xml
2576
+ - tests/wellformed/encoding/x80_857.xml
2577
+ - tests/wellformed/encoding/x80_860.xml
2578
+ - tests/wellformed/encoding/x80_861.xml
2579
+ - tests/wellformed/encoding/x80_862.xml
2580
+ - tests/wellformed/encoding/x80_863.xml
2581
+ - tests/wellformed/encoding/x80_865.xml
2582
+ - tests/wellformed/encoding/x80_866.xml
2583
+ - tests/wellformed/encoding/x80_cp037.xml
2584
+ - tests/wellformed/encoding/x80_cp1125.xml
2585
+ - tests/wellformed/encoding/x80_cp1250.xml
2586
+ - tests/wellformed/encoding/x80_cp1251.xml
2587
+ - tests/wellformed/encoding/x80_cp1252.xml
2588
+ - tests/wellformed/encoding/x80_cp1253.xml
2589
+ - tests/wellformed/encoding/x80_cp1254.xml
2590
+ - tests/wellformed/encoding/x80_cp1255.xml
2591
+ - tests/wellformed/encoding/x80_cp1256.xml
2592
+ - tests/wellformed/encoding/x80_cp1257.xml
2593
+ - tests/wellformed/encoding/x80_cp1258.xml
2594
+ - tests/wellformed/encoding/x80_cp437.xml
2595
+ - tests/wellformed/encoding/x80_cp500.xml
2596
+ - tests/wellformed/encoding/x80_cp737.xml
2597
+ - tests/wellformed/encoding/x80_cp775.xml
2598
+ - tests/wellformed/encoding/x80_cp850.xml
2599
+ - tests/wellformed/encoding/x80_cp852.xml
2600
+ - tests/wellformed/encoding/x80_cp855.xml
2601
+ - tests/wellformed/encoding/x80_cp856.xml
2602
+ - tests/wellformed/encoding/x80_cp857.xml
2603
+ - tests/wellformed/encoding/x80_cp860.xml
2604
+ - tests/wellformed/encoding/x80_cp861.xml
2605
+ - tests/wellformed/encoding/x80_cp862.xml
2606
+ - tests/wellformed/encoding/x80_cp863.xml
2607
+ - tests/wellformed/encoding/x80_cp864.xml
2608
+ - tests/wellformed/encoding/x80_cp865.xml
2609
+ - tests/wellformed/encoding/x80_cp866.xml
2610
+ - tests/wellformed/encoding/x80_cp874.xml
2611
+ - tests/wellformed/encoding/x80_cp875.xml
2612
+ - tests/wellformed/encoding/x80_cp_is.xml
2613
+ - tests/wellformed/encoding/x80_csibm037.xml
2614
+ - tests/wellformed/encoding/x80_csibm500.xml
2615
+ - tests/wellformed/encoding/x80_csibm855.xml
2616
+ - tests/wellformed/encoding/x80_csibm857.xml
2617
+ - tests/wellformed/encoding/x80_csibm860.xml
2618
+ - tests/wellformed/encoding/x80_csibm861.xml
2619
+ - tests/wellformed/encoding/x80_csibm863.xml
2620
+ - tests/wellformed/encoding/x80_csibm864.xml
2621
+ - tests/wellformed/encoding/x80_csibm865.xml
2622
+ - tests/wellformed/encoding/x80_csibm866.xml
2623
+ - tests/wellformed/encoding/x80_cskoi8r.xml
2624
+ - tests/wellformed/encoding/x80_csmacintosh.xml
2625
+ - tests/wellformed/encoding/x80_cspc775baltic.xml
2626
+ - tests/wellformed/encoding/x80_cspc850multilingual.xml
2627
+ - tests/wellformed/encoding/x80_cspc862latinhebrew.xml
2628
+ - tests/wellformed/encoding/x80_cspc8codepage437.xml
2629
+ - tests/wellformed/encoding/x80_cspcp852.xml
2630
+ - tests/wellformed/encoding/x80_dbcs.xml
2631
+ - tests/wellformed/encoding/x80_ebcdic-cp-be.xml
2632
+ - tests/wellformed/encoding/x80_ebcdic-cp-ca.xml
2633
+ - tests/wellformed/encoding/x80_ebcdic-cp-ch.xml
2634
+ - tests/wellformed/encoding/x80_ebcdic-cp-nl.xml
2635
+ - tests/wellformed/encoding/x80_ebcdic-cp-us.xml
2636
+ - tests/wellformed/encoding/x80_ebcdic-cp-wt.xml
2637
+ - tests/wellformed/encoding/x80_ebcdic_cp_be.xml
2638
+ - tests/wellformed/encoding/x80_ebcdic_cp_ca.xml
2639
+ - tests/wellformed/encoding/x80_ebcdic_cp_ch.xml
2640
+ - tests/wellformed/encoding/x80_ebcdic_cp_nl.xml
2641
+ - tests/wellformed/encoding/x80_ebcdic_cp_us.xml
2642
+ - tests/wellformed/encoding/x80_ebcdic_cp_wt.xml
2643
+ - tests/wellformed/encoding/x80_ibm037.xml
2644
+ - tests/wellformed/encoding/x80_ibm039.xml
2645
+ - tests/wellformed/encoding/x80_ibm1140.xml
2646
+ - tests/wellformed/encoding/x80_ibm437.xml
2647
+ - tests/wellformed/encoding/x80_ibm500.xml
2648
+ - tests/wellformed/encoding/x80_ibm775.xml
2649
+ - tests/wellformed/encoding/x80_ibm850.xml
2650
+ - tests/wellformed/encoding/x80_ibm852.xml
2651
+ - tests/wellformed/encoding/x80_ibm855.xml
2652
+ - tests/wellformed/encoding/x80_ibm857.xml
2653
+ - tests/wellformed/encoding/x80_ibm860.xml
2654
+ - tests/wellformed/encoding/x80_ibm861.xml
2655
+ - tests/wellformed/encoding/x80_ibm862.xml
2656
+ - tests/wellformed/encoding/x80_ibm863.xml
2657
+ - tests/wellformed/encoding/x80_ibm864.xml
2658
+ - tests/wellformed/encoding/x80_ibm865.xml
2659
+ - tests/wellformed/encoding/x80_ibm866.xml
2660
+ - tests/wellformed/encoding/x80_koi8-r.xml
2661
+ - tests/wellformed/encoding/x80_koi8-t.xml
2662
+ - tests/wellformed/encoding/x80_koi8-u.xml
2663
+ - tests/wellformed/encoding/x80_mac-cyrillic.xml
2664
+ - tests/wellformed/encoding/x80_mac.xml
2665
+ - tests/wellformed/encoding/x80_maccentraleurope.xml
2666
+ - tests/wellformed/encoding/x80_maccyrillic.xml
2667
+ - tests/wellformed/encoding/x80_macgreek.xml
2668
+ - tests/wellformed/encoding/x80_maciceland.xml
2669
+ - tests/wellformed/encoding/x80_macintosh.xml
2670
+ - tests/wellformed/encoding/x80_maclatin2.xml
2671
+ - tests/wellformed/encoding/x80_macroman.xml
2672
+ - tests/wellformed/encoding/x80_macturkish.xml
2673
+ - tests/wellformed/encoding/x80_ms-ansi.xml
2674
+ - tests/wellformed/encoding/x80_ms-arab.xml
2675
+ - tests/wellformed/encoding/x80_ms-cyrl.xml
2676
+ - tests/wellformed/encoding/x80_ms-ee.xml
2677
+ - tests/wellformed/encoding/x80_ms-greek.xml
2678
+ - tests/wellformed/encoding/x80_ms-hebr.xml
2679
+ - tests/wellformed/encoding/x80_ms-turk.xml
2680
+ - tests/wellformed/encoding/x80_tcvn-5712.xml
2681
+ - tests/wellformed/encoding/x80_tcvn.xml
2682
+ - tests/wellformed/encoding/x80_tcvn5712-1.xml
2683
+ - tests/wellformed/encoding/x80_viscii.xml
2684
+ - tests/wellformed/encoding/x80_winbaltrim.xml
2685
+ - tests/wellformed/encoding/x80_windows-1250.xml
2686
+ - tests/wellformed/encoding/x80_windows-1251.xml
2687
+ - tests/wellformed/encoding/x80_windows-1252.xml
2688
+ - tests/wellformed/encoding/x80_windows-1253.xml
2689
+ - tests/wellformed/encoding/x80_windows-1254.xml
2690
+ - tests/wellformed/encoding/x80_windows-1255.xml
2691
+ - tests/wellformed/encoding/x80_windows-1256.xml
2692
+ - tests/wellformed/encoding/x80_windows-1257.xml
2693
+ - tests/wellformed/encoding/x80_windows-1258.xml
2694
+ - tests/wellformed/encoding/x80_windows_1250.xml
2695
+ - tests/wellformed/encoding/x80_windows_1251.xml
2696
+ - tests/wellformed/encoding/x80_windows_1252.xml
2697
+ - tests/wellformed/encoding/x80_windows_1253.xml
2698
+ - tests/wellformed/encoding/x80_windows_1254.xml
2699
+ - tests/wellformed/encoding/x80_windows_1255.xml
2700
+ - tests/wellformed/encoding/x80_windows_1256.xml
2701
+ - tests/wellformed/encoding/x80_windows_1257.xml
2702
+ - tests/wellformed/encoding/x80_windows_1258.xml
2703
+ - tests/wellformed/feedburner
2704
+ - tests/wellformed/feedburner/feedburner_browserfriendly.xml
2705
+ - tests/wellformed/http
2706
+ - tests/wellformed/http/headers_foo.xml
2707
+ - tests/wellformed/itunes
2708
+ - tests/wellformed/itunes/itunes_channel_block.xml
2709
+ - tests/wellformed/itunes/itunes_channel_block_false.xml
2710
+ - tests/wellformed/itunes/itunes_channel_block_no.xml
2711
+ - tests/wellformed/itunes/itunes_channel_block_true.xml
2712
+ - tests/wellformed/itunes/itunes_channel_block_uppercase.xml
2713
+ - tests/wellformed/itunes/itunes_channel_block_whitespace.xml
2714
+ - tests/wellformed/itunes/itunes_channel_category.xml
2715
+ - tests/wellformed/itunes/itunes_channel_category_nested.xml
2716
+ - tests/wellformed/itunes/itunes_channel_category_scheme.xml
2717
+ - tests/wellformed/itunes/itunes_channel_explicit.xml
2718
+ - tests/wellformed/itunes/itunes_channel_explicit_false.xml
2719
+ - tests/wellformed/itunes/itunes_channel_explicit_no.xml
2720
+ - tests/wellformed/itunes/itunes_channel_explicit_true.xml
2721
+ - tests/wellformed/itunes/itunes_channel_explicit_uppercase.xml
2722
+ - tests/wellformed/itunes/itunes_channel_explicit_whitespace.xml
2723
+ - tests/wellformed/itunes/itunes_channel_image.xml
2724
+ - tests/wellformed/itunes/itunes_channel_keywords.xml
2725
+ - tests/wellformed/itunes/itunes_channel_keywords_duplicate.xml
2726
+ - tests/wellformed/itunes/itunes_channel_keywords_duplicate_2.xml
2727
+ - tests/wellformed/itunes/itunes_channel_keywords_multiple.xml
2728
+ - tests/wellformed/itunes/itunes_channel_link_image.xml
2729
+ - tests/wellformed/itunes/itunes_channel_owner_email.xml
2730
+ - tests/wellformed/itunes/itunes_channel_owner_name.xml
2731
+ - tests/wellformed/itunes/itunes_channel_subtitle.xml
2732
+ - tests/wellformed/itunes/itunes_channel_summary.xml
2733
+ - tests/wellformed/itunes/itunes_core_element_uppercase.xml
2734
+ - tests/wellformed/itunes/itunes_enclosure_url_maps_id.xml
2735
+ - tests/wellformed/itunes/itunes_enclosure_url_maps_id_2.xml
2736
+ - tests/wellformed/itunes/itunes_item_author_map_author.xml
2737
+ - tests/wellformed/itunes/itunes_item_block.xml
2738
+ - tests/wellformed/itunes/itunes_item_block_false.xml
2739
+ - tests/wellformed/itunes/itunes_item_block_no.xml
2740
+ - tests/wellformed/itunes/itunes_item_block_true.xml
2741
+ - tests/wellformed/itunes/itunes_item_block_uppercase.xml
2742
+ - tests/wellformed/itunes/itunes_item_block_whitespace.xml
2743
+ - tests/wellformed/itunes/itunes_item_category.xml
2744
+ - tests/wellformed/itunes/itunes_item_category_nested.xml
2745
+ - tests/wellformed/itunes/itunes_item_category_scheme.xml
2746
+ - tests/wellformed/itunes/itunes_item_duration.xml
2747
+ - tests/wellformed/itunes/itunes_item_explicit.xml
2748
+ - tests/wellformed/itunes/itunes_item_explicit_false.xml
2749
+ - tests/wellformed/itunes/itunes_item_explicit_no.xml
2750
+ - tests/wellformed/itunes/itunes_item_explicit_true.xml
2751
+ - tests/wellformed/itunes/itunes_item_explicit_uppercase.xml
2752
+ - tests/wellformed/itunes/itunes_item_explicit_whitespace.xml
2753
+ - tests/wellformed/itunes/itunes_item_image.xml
2754
+ - tests/wellformed/itunes/itunes_item_link_image.xml
2755
+ - tests/wellformed/itunes/itunes_item_subtitle.xml
2756
+ - tests/wellformed/itunes/itunes_item_summary.xml
2757
+ - tests/wellformed/itunes/itunes_link_enclosure_maps_id.xml
2758
+ - tests/wellformed/itunes/itunes_link_enclosure_maps_id_2.xml
2759
+ - tests/wellformed/itunes/itunes_namespace.xml
2760
+ - tests/wellformed/itunes/itunes_namespace_example.xml
2761
+ - tests/wellformed/itunes/itunes_namespace_lowercase.xml
2762
+ - tests/wellformed/itunes/itunes_namespace_uppercase.xml
2763
+ - tests/wellformed/lang
2764
+ - tests/wellformed/lang/channel_dc_language.xml
2765
+ - tests/wellformed/lang/channel_language.xml
2766
+ - tests/wellformed/lang/entry_content_xml_lang.xml
2767
+ - tests/wellformed/lang/entry_content_xml_lang_blank.xml
2768
+ - tests/wellformed/lang/entry_content_xml_lang_blank_2.xml
2769
+ - tests/wellformed/lang/entry_content_xml_lang_blank_3.xml
2770
+ - tests/wellformed/lang/entry_content_xml_lang_inherit.xml
2771
+ - tests/wellformed/lang/entry_content_xml_lang_inherit_2.xml
2772
+ - tests/wellformed/lang/entry_content_xml_lang_inherit_3.xml
2773
+ - tests/wellformed/lang/entry_content_xml_lang_inherit_4.xml
2774
+ - tests/wellformed/lang/entry_summary_xml_lang.xml
2775
+ - tests/wellformed/lang/entry_summary_xml_lang_blank.xml
2776
+ - tests/wellformed/lang/entry_summary_xml_lang_inherit.xml
2777
+ - tests/wellformed/lang/entry_summary_xml_lang_inherit_2.xml
2778
+ - tests/wellformed/lang/entry_summary_xml_lang_inherit_3.xml
2779
+ - tests/wellformed/lang/entry_summary_xml_lang_inherit_4.xml
2780
+ - tests/wellformed/lang/entry_title_xml_lang.xml
2781
+ - tests/wellformed/lang/entry_title_xml_lang_blank.xml
2782
+ - tests/wellformed/lang/entry_title_xml_lang_inherit.xml
2783
+ - tests/wellformed/lang/entry_title_xml_lang_inherit_2.xml
2784
+ - tests/wellformed/lang/entry_title_xml_lang_inherit_3.xml
2785
+ - tests/wellformed/lang/entry_title_xml_lang_inherit_4.xml
2786
+ - tests/wellformed/lang/feed_copyright_xml_lang.xml
2787
+ - tests/wellformed/lang/feed_copyright_xml_lang_blank.xml
2788
+ - tests/wellformed/lang/feed_copyright_xml_lang_inherit.xml
2789
+ - tests/wellformed/lang/feed_copyright_xml_lang_inherit_2.xml
2790
+ - tests/wellformed/lang/feed_copyright_xml_lang_inherit_3.xml
2791
+ - tests/wellformed/lang/feed_copyright_xml_lang_inherit_4.xml
2792
+ - tests/wellformed/lang/feed_info_xml_lang.xml
2793
+ - tests/wellformed/lang/feed_info_xml_lang_blank.xml
2794
+ - tests/wellformed/lang/feed_info_xml_lang_inherit.xml
2795
+ - tests/wellformed/lang/feed_info_xml_lang_inherit_2.xml
2796
+ - tests/wellformed/lang/feed_info_xml_lang_inherit_3.xml
2797
+ - tests/wellformed/lang/feed_info_xml_lang_inherit_4.xml
2798
+ - tests/wellformed/lang/feed_language.xml
2799
+ - tests/wellformed/lang/feed_language_override.xml
2800
+ - tests/wellformed/lang/feed_not_xml_lang.xml
2801
+ - tests/wellformed/lang/feed_not_xml_lang_2.xml
2802
+ - tests/wellformed/lang/feed_tagline_xml_lang.xml
2803
+ - tests/wellformed/lang/feed_tagline_xml_lang_blank.xml
2804
+ - tests/wellformed/lang/feed_tagline_xml_lang_inherit.xml
2805
+ - tests/wellformed/lang/feed_tagline_xml_lang_inherit_2.xml
2806
+ - tests/wellformed/lang/feed_tagline_xml_lang_inherit_3.xml
2807
+ - tests/wellformed/lang/feed_tagline_xml_lang_inherit_4.xml
2808
+ - tests/wellformed/lang/feed_title_xml_lang.xml
2809
+ - tests/wellformed/lang/feed_title_xml_lang_blank.xml
2810
+ - tests/wellformed/lang/feed_title_xml_lang_inherit.xml
2811
+ - tests/wellformed/lang/feed_title_xml_lang_inherit_2.xml
2812
+ - tests/wellformed/lang/feed_title_xml_lang_inherit_3.xml
2813
+ - tests/wellformed/lang/feed_title_xml_lang_inherit_4.xml
2814
+ - tests/wellformed/lang/feed_xml_lang.xml
2815
+ - tests/wellformed/lang/http_content_language.xml
2816
+ - tests/wellformed/lang/http_content_language_entry_title_inherit.xml
2817
+ - tests/wellformed/lang/http_content_language_entry_title_inherit_2.xml
2818
+ - tests/wellformed/lang/http_content_language_feed_language.xml
2819
+ - tests/wellformed/lang/http_content_language_feed_xml_lang.xml
2820
+ - tests/wellformed/lang/item_content_encoded_xml_lang.xml
2821
+ - tests/wellformed/lang/item_content_encoded_xml_lang_inherit.xml
2822
+ - tests/wellformed/lang/item_dc_language.xml
2823
+ - tests/wellformed/lang/item_fullitem_xml_lang.xml
2824
+ - tests/wellformed/lang/item_fullitem_xml_lang_inherit.xml
2825
+ - tests/wellformed/lang/item_xhtml_body_xml_lang.xml
2826
+ - tests/wellformed/lang/item_xhtml_body_xml_lang_inherit.xml
2827
+ - tests/wellformed/namespace
2828
+ - tests/wellformed/namespace/rss1.0withModules.xml
2829
+ - tests/wellformed/namespace/rss1.0withModulesNoDefNS.xml
2830
+ - tests/wellformed/namespace/rss1.0withModulesNoDefNSLocalNameClash.xml
2831
+ - tests/wellformed/namespace/rss2.0noNSwithModules.xml
2832
+ - tests/wellformed/namespace/rss2.0noNSwithModulesLocalNameClash.xml
2833
+ - tests/wellformed/namespace/rss2.0NSwithModules.xml
2834
+ - tests/wellformed/namespace/rss2.0NSwithModulesNoDefNS.xml
2835
+ - tests/wellformed/namespace/rss2.0NSwithModulesNoDefNSLocalNameClash.xml
2836
+ - tests/wellformed/rdf
2837
+ - tests/wellformed/rdf/doctype_contains_entity_decl.xml
2838
+ - tests/wellformed/rdf/rdf_channel_description.xml
2839
+ - tests/wellformed/rdf/rdf_channel_link.xml
2840
+ - tests/wellformed/rdf/rdf_channel_title.xml
2841
+ - tests/wellformed/rdf/rdf_item_description.xml
2842
+ - tests/wellformed/rdf/rdf_item_link.xml
2843
+ - tests/wellformed/rdf/rdf_item_rdf_about.xml
2844
+ - tests/wellformed/rdf/rdf_item_title.xml
2845
+ - tests/wellformed/rdf/rss090_channel_title.xml
2846
+ - tests/wellformed/rdf/rss090_item_title.xml
2847
+ - tests/wellformed/rdf/rss_version_10.xml
2848
+ - tests/wellformed/rdf/rss_version_10_not_default_ns.xml
2849
+ - tests/wellformed/rss
2850
+ - tests/wellformed/rss/aaa_wellformed.xml
2851
+ - tests/wellformed/rss/channel_author.xml
2852
+ - tests/wellformed/rss/channel_author_map_author_detail_email.xml
2853
+ - tests/wellformed/rss/channel_author_map_author_detail_email_2.xml
2854
+ - tests/wellformed/rss/channel_author_map_author_detail_email_3.xml
2855
+ - tests/wellformed/rss/channel_author_map_author_detail_name.xml
2856
+ - tests/wellformed/rss/channel_author_map_author_detail_name_2.xml
2857
+ - tests/wellformed/rss/channel_category.xml
2858
+ - tests/wellformed/rss/channel_category_domain.xml
2859
+ - tests/wellformed/rss/channel_category_multiple.xml
2860
+ - tests/wellformed/rss/channel_category_multiple_2.xml
2861
+ - tests/wellformed/rss/channel_cloud_domain.xml
2862
+ - tests/wellformed/rss/channel_cloud_path.xml
2863
+ - tests/wellformed/rss/channel_cloud_port.xml
2864
+ - tests/wellformed/rss/channel_cloud_protocol.xml
2865
+ - tests/wellformed/rss/channel_cloud_registerProcedure.xml
2866
+ - tests/wellformed/rss/channel_copyright.xml
2867
+ - tests/wellformed/rss/channel_dc_author.xml
2868
+ - tests/wellformed/rss/channel_dc_author_map_author_detail_email.xml
2869
+ - tests/wellformed/rss/channel_dc_author_map_author_detail_name.xml
2870
+ - tests/wellformed/rss/channel_dc_contributor.xml
2871
+ - tests/wellformed/rss/channel_dc_creator.xml
2872
+ - tests/wellformed/rss/channel_dc_creator_map_author_detail_email.xml
2873
+ - tests/wellformed/rss/channel_dc_creator_map_author_detail_name.xml
2874
+ - tests/wellformed/rss/channel_dc_publisher.xml
2875
+ - tests/wellformed/rss/channel_dc_publisher_email.xml
2876
+ - tests/wellformed/rss/channel_dc_publisher_name.xml
2877
+ - tests/wellformed/rss/channel_dc_rights.xml
2878
+ - tests/wellformed/rss/channel_dc_subject.xml
2879
+ - tests/wellformed/rss/channel_dc_subject_2.xml
2880
+ - tests/wellformed/rss/channel_dc_subject_multiple.xml
2881
+ - tests/wellformed/rss/channel_dc_title.xml
2882
+ - tests/wellformed/rss/channel_description.xml
2883
+ - tests/wellformed/rss/channel_description_escaped_markup.xml
2884
+ - tests/wellformed/rss/channel_description_map_tagline.xml
2885
+ - tests/wellformed/rss/channel_description_naked_markup.xml
2886
+ - tests/wellformed/rss/channel_description_shorttag.xml
2887
+ - tests/wellformed/rss/channel_docs.xml
2888
+ - tests/wellformed/rss/channel_generator.xml
2889
+ - tests/wellformed/rss/channel_image_description.xml
2890
+ - tests/wellformed/rss/channel_image_height.xml
2891
+ - tests/wellformed/rss/channel_image_link.xml
2892
+ - tests/wellformed/rss/channel_image_link_conflict.xml
2893
+ - tests/wellformed/rss/channel_image_title.xml
2894
+ - tests/wellformed/rss/channel_image_title_conflict.xml
2895
+ - tests/wellformed/rss/channel_image_url.xml
2896
+ - tests/wellformed/rss/channel_image_width.xml
2897
+ - tests/wellformed/rss/channel_link.xml
2898
+ - tests/wellformed/rss/channel_managingEditor.xml
2899
+ - tests/wellformed/rss/channel_managingEditor_map_author_detail_email.xml
2900
+ - tests/wellformed/rss/channel_managingEditor_map_author_detail_name.xml
2901
+ - tests/wellformed/rss/channel_textInput_description.xml
2902
+ - tests/wellformed/rss/channel_textInput_description_conflict.xml
2903
+ - tests/wellformed/rss/channel_textInput_link.xml
2904
+ - tests/wellformed/rss/channel_textInput_link_conflict.xml
2905
+ - tests/wellformed/rss/channel_textInput_name.xml
2906
+ - tests/wellformed/rss/channel_textInput_title.xml
2907
+ - tests/wellformed/rss/channel_textInput_title_conflict.xml
2908
+ - tests/wellformed/rss/channel_title.xml
2909
+ - tests/wellformed/rss/channel_title_apos.xml
2910
+ - tests/wellformed/rss/channel_title_gt.xml
2911
+ - tests/wellformed/rss/channel_title_lt.xml
2912
+ - tests/wellformed/rss/channel_ttl.xml
2913
+ - tests/wellformed/rss/channel_webMaster.xml
2914
+ - tests/wellformed/rss/channel_webMaster_email.xml
2915
+ - tests/wellformed/rss/channel_webMaster_name.xml
2916
+ - tests/wellformed/rss/item_author.xml
2917
+ - tests/wellformed/rss/item_author_map_author_detail_email.xml
2918
+ - tests/wellformed/rss/item_author_map_author_detail_name.xml
2919
+ - tests/wellformed/rss/item_category.xml
2920
+ - tests/wellformed/rss/item_category_domain.xml
2921
+ - tests/wellformed/rss/item_category_multiple.xml
2922
+ - tests/wellformed/rss/item_category_multiple_2.xml
2923
+ - tests/wellformed/rss/item_comments.xml
2924
+ - tests/wellformed/rss/item_content_encoded.xml
2925
+ - tests/wellformed/rss/item_content_encoded_mode.xml
2926
+ - tests/wellformed/rss/item_content_encoded_type.xml
2927
+ - tests/wellformed/rss/item_dc_author.xml
2928
+ - tests/wellformed/rss/item_dc_author_map_author_detail_email.xml
2929
+ - tests/wellformed/rss/item_dc_author_map_author_detail_name.xml
2930
+ - tests/wellformed/rss/item_dc_contributor.xml
2931
+ - tests/wellformed/rss/item_dc_creator.xml
2932
+ - tests/wellformed/rss/item_dc_creator_map_author_detail_email.xml
2933
+ - tests/wellformed/rss/item_dc_creator_map_author_detail_name.xml
2934
+ - tests/wellformed/rss/item_dc_publisher.xml
2935
+ - tests/wellformed/rss/item_dc_publisher_email.xml
2936
+ - tests/wellformed/rss/item_dc_publisher_name.xml
2937
+ - tests/wellformed/rss/item_dc_rights.xml
2938
+ - tests/wellformed/rss/item_dc_subject.xml
2939
+ - tests/wellformed/rss/item_dc_subject_2.xml
2940
+ - tests/wellformed/rss/item_dc_subject_multiple.xml
2941
+ - tests/wellformed/rss/item_dc_title.xml
2942
+ - tests/wellformed/rss/item_description.xml
2943
+ - tests/wellformed/rss/item_description_and_summary.xml
2944
+ - tests/wellformed/rss/item_description_br.xml
2945
+ - tests/wellformed/rss/item_description_br_shorttag.xml
2946
+ - tests/wellformed/rss/item_description_escaped_markup.xml
2947
+ - tests/wellformed/rss/item_description_map_summary.xml
2948
+ - tests/wellformed/rss/item_description_naked_markup.xml
2949
+ - tests/wellformed/rss/item_description_not_a_doctype.xml
2950
+ - tests/wellformed/rss/item_enclosure_length.xml
2951
+ - tests/wellformed/rss/item_enclosure_multiple.xml
2952
+ - tests/wellformed/rss/item_enclosure_type.xml
2953
+ - tests/wellformed/rss/item_enclosure_url.xml
2954
+ - tests/wellformed/rss/item_fullitem.xml
2955
+ - tests/wellformed/rss/item_fullitem_mode.xml
2956
+ - tests/wellformed/rss/item_fullitem_type.xml
2957
+ - tests/wellformed/rss/item_guid.xml
2958
+ - tests/wellformed/rss/item_guid_conflict_link.xml
2959
+ - tests/wellformed/rss/item_guid_guidislink.xml
2960
+ - tests/wellformed/rss/item_guid_isPermaLink_conflict_link.xml
2961
+ - tests/wellformed/rss/item_guid_isPermaLink_conflict_link_not_guidislink.xml
2962
+ - tests/wellformed/rss/item_guid_isPermaLink_guidislink.xml
2963
+ - tests/wellformed/rss/item_guid_isPermaLink_map_link.xml
2964
+ - tests/wellformed/rss/item_guid_map_link.xml
2965
+ - tests/wellformed/rss/item_guid_not_permalink.xml
2966
+ - tests/wellformed/rss/item_guid_not_permalink_conflict_link.xml
2967
+ - tests/wellformed/rss/item_guid_not_permalink_not_guidislink.xml
2968
+ - tests/wellformed/rss/item_guid_not_permalink_not_guidislink_2.xml
2969
+ - tests/wellformed/rss/item_link.xml
2970
+ - tests/wellformed/rss/item_source.xml
2971
+ - tests/wellformed/rss/item_source_url.xml
2972
+ - tests/wellformed/rss/item_summary_and_description.xml
2973
+ - tests/wellformed/rss/item_title.xml
2974
+ - tests/wellformed/rss/item_xhtml_body.xml
2975
+ - tests/wellformed/rss/item_xhtml_body_mode.xml
2976
+ - tests/wellformed/rss/item_xhtml_body_type.xml
2977
+ - tests/wellformed/rss/rss_namespace_1.xml
2978
+ - tests/wellformed/rss/rss_namespace_2.xml
2979
+ - tests/wellformed/rss/rss_namespace_3.xml
2980
+ - tests/wellformed/rss/rss_namespace_4.xml
2981
+ - tests/wellformed/rss/rss_version_090.xml
2982
+ - tests/wellformed/rss/rss_version_091_netscape.xml
2983
+ - tests/wellformed/rss/rss_version_091_userland.xml
2984
+ - tests/wellformed/rss/rss_version_092.xml
2985
+ - tests/wellformed/rss/rss_version_093.xml
2986
+ - tests/wellformed/rss/rss_version_094.xml
2987
+ - tests/wellformed/rss/rss_version_20.xml
2988
+ - tests/wellformed/rss/rss_version_201.xml
2989
+ - tests/wellformed/rss/rss_version_21.xml
2990
+ - tests/wellformed/rss/rss_version_missing.xml
2991
+ - tests/wellformed/sanitize
2992
+ - tests/wellformed/sanitize/entry_content_applet.xml
2993
+ - tests/wellformed/sanitize/entry_content_blink.xml
2994
+ - tests/wellformed/sanitize/entry_content_crazy.xml
2995
+ - tests/wellformed/sanitize/entry_content_embed.xml
2996
+ - tests/wellformed/sanitize/entry_content_frame.xml
2997
+ - tests/wellformed/sanitize/entry_content_iframe.xml
2998
+ - tests/wellformed/sanitize/entry_content_link.xml
2999
+ - tests/wellformed/sanitize/entry_content_meta.xml
3000
+ - tests/wellformed/sanitize/entry_content_object.xml
3001
+ - tests/wellformed/sanitize/entry_content_onabort.xml
3002
+ - tests/wellformed/sanitize/entry_content_onblur.xml
3003
+ - tests/wellformed/sanitize/entry_content_onchange.xml
3004
+ - tests/wellformed/sanitize/entry_content_onclick.xml
3005
+ - tests/wellformed/sanitize/entry_content_ondblclick.xml
3006
+ - tests/wellformed/sanitize/entry_content_onerror.xml
3007
+ - tests/wellformed/sanitize/entry_content_onfocus.xml
3008
+ - tests/wellformed/sanitize/entry_content_onkeydown.xml
3009
+ - tests/wellformed/sanitize/entry_content_onkeypress.xml
3010
+ - tests/wellformed/sanitize/entry_content_onkeyup.xml
3011
+ - tests/wellformed/sanitize/entry_content_onload.xml
3012
+ - tests/wellformed/sanitize/entry_content_onmousedown.xml
3013
+ - tests/wellformed/sanitize/entry_content_onmouseout.xml
3014
+ - tests/wellformed/sanitize/entry_content_onmouseover.xml
3015
+ - tests/wellformed/sanitize/entry_content_onmouseup.xml
3016
+ - tests/wellformed/sanitize/entry_content_onreset.xml
3017
+ - tests/wellformed/sanitize/entry_content_onresize.xml
3018
+ - tests/wellformed/sanitize/entry_content_onsubmit.xml
3019
+ - tests/wellformed/sanitize/entry_content_onunload.xml
3020
+ - tests/wellformed/sanitize/entry_content_script.xml
3021
+ - tests/wellformed/sanitize/entry_content_script_base64.xml
3022
+ - tests/wellformed/sanitize/entry_content_script_cdata.xml
3023
+ - tests/wellformed/sanitize/entry_content_script_inline.xml
3024
+ - tests/wellformed/sanitize/entry_content_style.xml
3025
+ - tests/wellformed/sanitize/entry_summary_applet.xml
3026
+ - tests/wellformed/sanitize/entry_summary_blink.xml
3027
+ - tests/wellformed/sanitize/entry_summary_crazy.xml
3028
+ - tests/wellformed/sanitize/entry_summary_embed.xml
3029
+ - tests/wellformed/sanitize/entry_summary_frame.xml
3030
+ - tests/wellformed/sanitize/entry_summary_iframe.xml
3031
+ - tests/wellformed/sanitize/entry_summary_link.xml
3032
+ - tests/wellformed/sanitize/entry_summary_meta.xml
3033
+ - tests/wellformed/sanitize/entry_summary_object.xml
3034
+ - tests/wellformed/sanitize/entry_summary_onabort.xml
3035
+ - tests/wellformed/sanitize/entry_summary_onblur.xml
3036
+ - tests/wellformed/sanitize/entry_summary_onchange.xml
3037
+ - tests/wellformed/sanitize/entry_summary_onclick.xml
3038
+ - tests/wellformed/sanitize/entry_summary_ondblclick.xml
3039
+ - tests/wellformed/sanitize/entry_summary_onerror.xml
3040
+ - tests/wellformed/sanitize/entry_summary_onfocus.xml
3041
+ - tests/wellformed/sanitize/entry_summary_onkeydown.xml
3042
+ - tests/wellformed/sanitize/entry_summary_onkeypress.xml
3043
+ - tests/wellformed/sanitize/entry_summary_onkeyup.xml
3044
+ - tests/wellformed/sanitize/entry_summary_onload.xml
3045
+ - tests/wellformed/sanitize/entry_summary_onmousedown.xml
3046
+ - tests/wellformed/sanitize/entry_summary_onmouseout.xml
3047
+ - tests/wellformed/sanitize/entry_summary_onmouseover.xml
3048
+ - tests/wellformed/sanitize/entry_summary_onmouseup.xml
3049
+ - tests/wellformed/sanitize/entry_summary_onreset.xml
3050
+ - tests/wellformed/sanitize/entry_summary_onresize.xml
3051
+ - tests/wellformed/sanitize/entry_summary_onsubmit.xml
3052
+ - tests/wellformed/sanitize/entry_summary_onunload.xml
3053
+ - tests/wellformed/sanitize/entry_summary_script.xml
3054
+ - tests/wellformed/sanitize/entry_summary_script_base64.xml
3055
+ - tests/wellformed/sanitize/entry_summary_script_cdata.xml
3056
+ - tests/wellformed/sanitize/entry_summary_script_inline.xml
3057
+ - tests/wellformed/sanitize/entry_summary_script_map_description.xml
3058
+ - tests/wellformed/sanitize/entry_summary_style.xml
3059
+ - tests/wellformed/sanitize/entry_title_applet.xml
3060
+ - tests/wellformed/sanitize/entry_title_blink.xml
3061
+ - tests/wellformed/sanitize/entry_title_crazy.xml
3062
+ - tests/wellformed/sanitize/entry_title_embed.xml
3063
+ - tests/wellformed/sanitize/entry_title_frame.xml
3064
+ - tests/wellformed/sanitize/entry_title_iframe.xml
3065
+ - tests/wellformed/sanitize/entry_title_link.xml
3066
+ - tests/wellformed/sanitize/entry_title_meta.xml
3067
+ - tests/wellformed/sanitize/entry_title_object.xml
3068
+ - tests/wellformed/sanitize/entry_title_onabort.xml
3069
+ - tests/wellformed/sanitize/entry_title_onblur.xml
3070
+ - tests/wellformed/sanitize/entry_title_onchange.xml
3071
+ - tests/wellformed/sanitize/entry_title_onclick.xml
3072
+ - tests/wellformed/sanitize/entry_title_ondblclick.xml
3073
+ - tests/wellformed/sanitize/entry_title_onerror.xml
3074
+ - tests/wellformed/sanitize/entry_title_onfocus.xml
3075
+ - tests/wellformed/sanitize/entry_title_onkeydown.xml
3076
+ - tests/wellformed/sanitize/entry_title_onkeypress.xml
3077
+ - tests/wellformed/sanitize/entry_title_onkeyup.xml
3078
+ - tests/wellformed/sanitize/entry_title_onload.xml
3079
+ - tests/wellformed/sanitize/entry_title_onmousedown.xml
3080
+ - tests/wellformed/sanitize/entry_title_onmouseout.xml
3081
+ - tests/wellformed/sanitize/entry_title_onmouseover.xml
3082
+ - tests/wellformed/sanitize/entry_title_onmouseup.xml
3083
+ - tests/wellformed/sanitize/entry_title_onreset.xml
3084
+ - tests/wellformed/sanitize/entry_title_onresize.xml
3085
+ - tests/wellformed/sanitize/entry_title_onsubmit.xml
3086
+ - tests/wellformed/sanitize/entry_title_onunload.xml
3087
+ - tests/wellformed/sanitize/entry_title_script.xml
3088
+ - tests/wellformed/sanitize/entry_title_script_cdata.xml
3089
+ - tests/wellformed/sanitize/entry_title_script_inline.xml
3090
+ - tests/wellformed/sanitize/entry_title_style.xml
3091
+ - tests/wellformed/sanitize/feed_copyright_applet.xml
3092
+ - tests/wellformed/sanitize/feed_copyright_blink.xml
3093
+ - tests/wellformed/sanitize/feed_copyright_crazy.xml
3094
+ - tests/wellformed/sanitize/feed_copyright_embed.xml
3095
+ - tests/wellformed/sanitize/feed_copyright_frame.xml
3096
+ - tests/wellformed/sanitize/feed_copyright_iframe.xml
3097
+ - tests/wellformed/sanitize/feed_copyright_link.xml
3098
+ - tests/wellformed/sanitize/feed_copyright_meta.xml
3099
+ - tests/wellformed/sanitize/feed_copyright_object.xml
3100
+ - tests/wellformed/sanitize/feed_copyright_onabort.xml
3101
+ - tests/wellformed/sanitize/feed_copyright_onblur.xml
3102
+ - tests/wellformed/sanitize/feed_copyright_onchange.xml
3103
+ - tests/wellformed/sanitize/feed_copyright_onclick.xml
3104
+ - tests/wellformed/sanitize/feed_copyright_ondblclick.xml
3105
+ - tests/wellformed/sanitize/feed_copyright_onerror.xml
3106
+ - tests/wellformed/sanitize/feed_copyright_onfocus.xml
3107
+ - tests/wellformed/sanitize/feed_copyright_onkeydown.xml
3108
+ - tests/wellformed/sanitize/feed_copyright_onkeypress.xml
3109
+ - tests/wellformed/sanitize/feed_copyright_onkeyup.xml
3110
+ - tests/wellformed/sanitize/feed_copyright_onload.xml
3111
+ - tests/wellformed/sanitize/feed_copyright_onmousedown.xml
3112
+ - tests/wellformed/sanitize/feed_copyright_onmouseout.xml
3113
+ - tests/wellformed/sanitize/feed_copyright_onmouseover.xml
3114
+ - tests/wellformed/sanitize/feed_copyright_onmouseup.xml
3115
+ - tests/wellformed/sanitize/feed_copyright_onreset.xml
3116
+ - tests/wellformed/sanitize/feed_copyright_onresize.xml
3117
+ - tests/wellformed/sanitize/feed_copyright_onsubmit.xml
3118
+ - tests/wellformed/sanitize/feed_copyright_onunload.xml
3119
+ - tests/wellformed/sanitize/feed_copyright_script.xml
3120
+ - tests/wellformed/sanitize/feed_copyright_script_cdata.xml
3121
+ - tests/wellformed/sanitize/feed_copyright_script_inline.xml
3122
+ - tests/wellformed/sanitize/feed_copyright_style.xml
3123
+ - tests/wellformed/sanitize/feed_info_applet.xml
3124
+ - tests/wellformed/sanitize/feed_info_blink.xml
3125
+ - tests/wellformed/sanitize/feed_info_crazy.xml
3126
+ - tests/wellformed/sanitize/feed_info_embed.xml
3127
+ - tests/wellformed/sanitize/feed_info_frame.xml
3128
+ - tests/wellformed/sanitize/feed_info_iframe.xml
3129
+ - tests/wellformed/sanitize/feed_info_link.xml
3130
+ - tests/wellformed/sanitize/feed_info_meta.xml
3131
+ - tests/wellformed/sanitize/feed_info_object.xml
3132
+ - tests/wellformed/sanitize/feed_info_onabort.xml
3133
+ - tests/wellformed/sanitize/feed_info_onblur.xml
3134
+ - tests/wellformed/sanitize/feed_info_onchange.xml
3135
+ - tests/wellformed/sanitize/feed_info_onclick.xml
3136
+ - tests/wellformed/sanitize/feed_info_ondblclick.xml
3137
+ - tests/wellformed/sanitize/feed_info_onerror.xml
3138
+ - tests/wellformed/sanitize/feed_info_onfocus.xml
3139
+ - tests/wellformed/sanitize/feed_info_onkeydown.xml
3140
+ - tests/wellformed/sanitize/feed_info_onkeypress.xml
3141
+ - tests/wellformed/sanitize/feed_info_onkeyup.xml
3142
+ - tests/wellformed/sanitize/feed_info_onload.xml
3143
+ - tests/wellformed/sanitize/feed_info_onmousedown.xml
3144
+ - tests/wellformed/sanitize/feed_info_onmouseout.xml
3145
+ - tests/wellformed/sanitize/feed_info_onmouseover.xml
3146
+ - tests/wellformed/sanitize/feed_info_onmouseup.xml
3147
+ - tests/wellformed/sanitize/feed_info_onreset.xml
3148
+ - tests/wellformed/sanitize/feed_info_onresize.xml
3149
+ - tests/wellformed/sanitize/feed_info_onsubmit.xml
3150
+ - tests/wellformed/sanitize/feed_info_onunload.xml
3151
+ - tests/wellformed/sanitize/feed_info_script.xml
3152
+ - tests/wellformed/sanitize/feed_info_script_cdata.xml
3153
+ - tests/wellformed/sanitize/feed_info_script_inline.xml
3154
+ - tests/wellformed/sanitize/feed_info_style.xml
3155
+ - tests/wellformed/sanitize/feed_subtitle_applet.xml
3156
+ - tests/wellformed/sanitize/feed_subtitle_blink.xml
3157
+ - tests/wellformed/sanitize/feed_subtitle_crazy.xml
3158
+ - tests/wellformed/sanitize/feed_subtitle_embed.xml
3159
+ - tests/wellformed/sanitize/feed_subtitle_frame.xml
3160
+ - tests/wellformed/sanitize/feed_subtitle_iframe.xml
3161
+ - tests/wellformed/sanitize/feed_subtitle_link.xml
3162
+ - tests/wellformed/sanitize/feed_subtitle_meta.xml
3163
+ - tests/wellformed/sanitize/feed_subtitle_object.xml
3164
+ - tests/wellformed/sanitize/feed_subtitle_onabort.xml
3165
+ - tests/wellformed/sanitize/feed_subtitle_onblur.xml
3166
+ - tests/wellformed/sanitize/feed_subtitle_onchange.xml
3167
+ - tests/wellformed/sanitize/feed_subtitle_onclick.xml
3168
+ - tests/wellformed/sanitize/feed_subtitle_ondblclick.xml
3169
+ - tests/wellformed/sanitize/feed_subtitle_onerror.xml
3170
+ - tests/wellformed/sanitize/feed_subtitle_onfocus.xml
3171
+ - tests/wellformed/sanitize/feed_subtitle_onkeydown.xml
3172
+ - tests/wellformed/sanitize/feed_subtitle_onkeypress.xml
3173
+ - tests/wellformed/sanitize/feed_subtitle_onkeyup.xml
3174
+ - tests/wellformed/sanitize/feed_subtitle_onload.xml
3175
+ - tests/wellformed/sanitize/feed_subtitle_onmousedown.xml
3176
+ - tests/wellformed/sanitize/feed_subtitle_onmouseout.xml
3177
+ - tests/wellformed/sanitize/feed_subtitle_onmouseover.xml
3178
+ - tests/wellformed/sanitize/feed_subtitle_onmouseup.xml
3179
+ - tests/wellformed/sanitize/feed_subtitle_onreset.xml
3180
+ - tests/wellformed/sanitize/feed_subtitle_onresize.xml
3181
+ - tests/wellformed/sanitize/feed_subtitle_onsubmit.xml
3182
+ - tests/wellformed/sanitize/feed_subtitle_onunload.xml
3183
+ - tests/wellformed/sanitize/feed_subtitle_script.xml
3184
+ - tests/wellformed/sanitize/feed_subtitle_script_cdata.xml
3185
+ - tests/wellformed/sanitize/feed_subtitle_script_inline.xml
3186
+ - tests/wellformed/sanitize/feed_subtitle_style.xml
3187
+ - tests/wellformed/sanitize/feed_tagline_applet.xml
3188
+ - tests/wellformed/sanitize/feed_tagline_blink.xml
3189
+ - tests/wellformed/sanitize/feed_tagline_crazy.xml
3190
+ - tests/wellformed/sanitize/feed_tagline_embed.xml
3191
+ - tests/wellformed/sanitize/feed_tagline_frame.xml
3192
+ - tests/wellformed/sanitize/feed_tagline_iframe.xml
3193
+ - tests/wellformed/sanitize/feed_tagline_link.xml
3194
+ - tests/wellformed/sanitize/feed_tagline_meta.xml
3195
+ - tests/wellformed/sanitize/feed_tagline_object.xml
3196
+ - tests/wellformed/sanitize/feed_tagline_onabort.xml
3197
+ - tests/wellformed/sanitize/feed_tagline_onblur.xml
3198
+ - tests/wellformed/sanitize/feed_tagline_onchange.xml
3199
+ - tests/wellformed/sanitize/feed_tagline_onclick.xml
3200
+ - tests/wellformed/sanitize/feed_tagline_ondblclick.xml
3201
+ - tests/wellformed/sanitize/feed_tagline_onerror.xml
3202
+ - tests/wellformed/sanitize/feed_tagline_onfocus.xml
3203
+ - tests/wellformed/sanitize/feed_tagline_onkeydown.xml
3204
+ - tests/wellformed/sanitize/feed_tagline_onkeypress.xml
3205
+ - tests/wellformed/sanitize/feed_tagline_onkeyup.xml
3206
+ - tests/wellformed/sanitize/feed_tagline_onload.xml
3207
+ - tests/wellformed/sanitize/feed_tagline_onmousedown.xml
3208
+ - tests/wellformed/sanitize/feed_tagline_onmouseout.xml
3209
+ - tests/wellformed/sanitize/feed_tagline_onmouseover.xml
3210
+ - tests/wellformed/sanitize/feed_tagline_onmouseup.xml
3211
+ - tests/wellformed/sanitize/feed_tagline_onreset.xml
3212
+ - tests/wellformed/sanitize/feed_tagline_onresize.xml
3213
+ - tests/wellformed/sanitize/feed_tagline_onsubmit.xml
3214
+ - tests/wellformed/sanitize/feed_tagline_onunload.xml
3215
+ - tests/wellformed/sanitize/feed_tagline_script.xml
3216
+ - tests/wellformed/sanitize/feed_tagline_script_cdata.xml
3217
+ - tests/wellformed/sanitize/feed_tagline_script_inline.xml
3218
+ - tests/wellformed/sanitize/feed_tagline_script_map_description.xml
3219
+ - tests/wellformed/sanitize/feed_tagline_style.xml
3220
+ - tests/wellformed/sanitize/feed_title_applet.xml
3221
+ - tests/wellformed/sanitize/feed_title_blink.xml
3222
+ - tests/wellformed/sanitize/feed_title_crazy.xml
3223
+ - tests/wellformed/sanitize/feed_title_embed.xml
3224
+ - tests/wellformed/sanitize/feed_title_frame.xml
3225
+ - tests/wellformed/sanitize/feed_title_iframe.xml
3226
+ - tests/wellformed/sanitize/feed_title_link.xml
3227
+ - tests/wellformed/sanitize/feed_title_meta.xml
3228
+ - tests/wellformed/sanitize/feed_title_object.xml
3229
+ - tests/wellformed/sanitize/feed_title_onabort.xml
3230
+ - tests/wellformed/sanitize/feed_title_onblur.xml
3231
+ - tests/wellformed/sanitize/feed_title_onchange.xml
3232
+ - tests/wellformed/sanitize/feed_title_onclick.xml
3233
+ - tests/wellformed/sanitize/feed_title_ondblclick.xml
3234
+ - tests/wellformed/sanitize/feed_title_onerror.xml
3235
+ - tests/wellformed/sanitize/feed_title_onfocus.xml
3236
+ - tests/wellformed/sanitize/feed_title_onkeydown.xml
3237
+ - tests/wellformed/sanitize/feed_title_onkeypress.xml
3238
+ - tests/wellformed/sanitize/feed_title_onkeyup.xml
3239
+ - tests/wellformed/sanitize/feed_title_onload.xml
3240
+ - tests/wellformed/sanitize/feed_title_onmousedown.xml
3241
+ - tests/wellformed/sanitize/feed_title_onmouseout.xml
3242
+ - tests/wellformed/sanitize/feed_title_onmouseover.xml
3243
+ - tests/wellformed/sanitize/feed_title_onmouseup.xml
3244
+ - tests/wellformed/sanitize/feed_title_onreset.xml
3245
+ - tests/wellformed/sanitize/feed_title_onresize.xml
3246
+ - tests/wellformed/sanitize/feed_title_onsubmit.xml
3247
+ - tests/wellformed/sanitize/feed_title_onunload.xml
3248
+ - tests/wellformed/sanitize/feed_title_script.xml
3249
+ - tests/wellformed/sanitize/feed_title_script_cdata.xml
3250
+ - tests/wellformed/sanitize/feed_title_script_inline.xml
3251
+ - tests/wellformed/sanitize/feed_title_style.xml
3252
+ - tests/wellformed/sanitize/item_body_applet.xml
3253
+ - tests/wellformed/sanitize/item_body_blink.xml
3254
+ - tests/wellformed/sanitize/item_body_embed.xml
3255
+ - tests/wellformed/sanitize/item_body_frame.xml
3256
+ - tests/wellformed/sanitize/item_body_iframe.xml
3257
+ - tests/wellformed/sanitize/item_body_link.xml
3258
+ - tests/wellformed/sanitize/item_body_meta.xml
3259
+ - tests/wellformed/sanitize/item_body_object.xml
3260
+ - tests/wellformed/sanitize/item_body_onabort.xml
3261
+ - tests/wellformed/sanitize/item_body_onblur.xml
3262
+ - tests/wellformed/sanitize/item_body_onchange.xml
3263
+ - tests/wellformed/sanitize/item_body_onclick.xml
3264
+ - tests/wellformed/sanitize/item_body_ondblclick.xml
3265
+ - tests/wellformed/sanitize/item_body_onerror.xml
3266
+ - tests/wellformed/sanitize/item_body_onfocus.xml
3267
+ - tests/wellformed/sanitize/item_body_onkeydown.xml
3268
+ - tests/wellformed/sanitize/item_body_onkeypress.xml
3269
+ - tests/wellformed/sanitize/item_body_onkeyup.xml
3270
+ - tests/wellformed/sanitize/item_body_onload.xml
3271
+ - tests/wellformed/sanitize/item_body_onmousedown.xml
3272
+ - tests/wellformed/sanitize/item_body_onmouseout.xml
3273
+ - tests/wellformed/sanitize/item_body_onmouseover.xml
3274
+ - tests/wellformed/sanitize/item_body_onmouseup.xml
3275
+ - tests/wellformed/sanitize/item_body_onreset.xml
3276
+ - tests/wellformed/sanitize/item_body_onresize.xml
3277
+ - tests/wellformed/sanitize/item_body_onsubmit.xml
3278
+ - tests/wellformed/sanitize/item_body_onunload.xml
3279
+ - tests/wellformed/sanitize/item_body_script.xml
3280
+ - tests/wellformed/sanitize/item_body_script_map_content.xml
3281
+ - tests/wellformed/sanitize/item_body_style.xml
3282
+ - tests/wellformed/sanitize/item_content_encoded_applet.xml
3283
+ - tests/wellformed/sanitize/item_content_encoded_blink.xml
3284
+ - tests/wellformed/sanitize/item_content_encoded_crazy.xml
3285
+ - tests/wellformed/sanitize/item_content_encoded_embed.xml
3286
+ - tests/wellformed/sanitize/item_content_encoded_frame.xml
3287
+ - tests/wellformed/sanitize/item_content_encoded_iframe.xml
3288
+ - tests/wellformed/sanitize/item_content_encoded_link.xml
3289
+ - tests/wellformed/sanitize/item_content_encoded_map_content.xml
3290
+ - tests/wellformed/sanitize/item_content_encoded_meta.xml
3291
+ - tests/wellformed/sanitize/item_content_encoded_object.xml
3292
+ - tests/wellformed/sanitize/item_content_encoded_onabort.xml
3293
+ - tests/wellformed/sanitize/item_content_encoded_onblur.xml
3294
+ - tests/wellformed/sanitize/item_content_encoded_onchange.xml
3295
+ - tests/wellformed/sanitize/item_content_encoded_onclick.xml
3296
+ - tests/wellformed/sanitize/item_content_encoded_ondblclick.xml
3297
+ - tests/wellformed/sanitize/item_content_encoded_onerror.xml
3298
+ - tests/wellformed/sanitize/item_content_encoded_onfocus.xml
3299
+ - tests/wellformed/sanitize/item_content_encoded_onkeydown.xml
3300
+ - tests/wellformed/sanitize/item_content_encoded_onkeypress.xml
3301
+ - tests/wellformed/sanitize/item_content_encoded_onkeyup.xml
3302
+ - tests/wellformed/sanitize/item_content_encoded_onload.xml
3303
+ - tests/wellformed/sanitize/item_content_encoded_onmousedown.xml
3304
+ - tests/wellformed/sanitize/item_content_encoded_onmouseout.xml
3305
+ - tests/wellformed/sanitize/item_content_encoded_onmouseover.xml
3306
+ - tests/wellformed/sanitize/item_content_encoded_onmouseup.xml
3307
+ - tests/wellformed/sanitize/item_content_encoded_onreset.xml
3308
+ - tests/wellformed/sanitize/item_content_encoded_onresize.xml
3309
+ - tests/wellformed/sanitize/item_content_encoded_onsubmit.xml
3310
+ - tests/wellformed/sanitize/item_content_encoded_onunload.xml
3311
+ - tests/wellformed/sanitize/item_content_encoded_script.xml
3312
+ - tests/wellformed/sanitize/item_content_encoded_script_cdata.xml
3313
+ - tests/wellformed/sanitize/item_content_encoded_script_map_content.xml
3314
+ - tests/wellformed/sanitize/item_content_encoded_style.xml
3315
+ - tests/wellformed/sanitize/item_description_applet.xml
3316
+ - tests/wellformed/sanitize/item_description_blink.xml
3317
+ - tests/wellformed/sanitize/item_description_crazy.xml
3318
+ - tests/wellformed/sanitize/item_description_embed.xml
3319
+ - tests/wellformed/sanitize/item_description_frame.xml
3320
+ - tests/wellformed/sanitize/item_description_iframe.xml
3321
+ - tests/wellformed/sanitize/item_description_link.xml
3322
+ - tests/wellformed/sanitize/item_description_meta.xml
3323
+ - tests/wellformed/sanitize/item_description_object.xml
3324
+ - tests/wellformed/sanitize/item_description_onabort.xml
3325
+ - tests/wellformed/sanitize/item_description_onblur.xml
3326
+ - tests/wellformed/sanitize/item_description_onchange.xml
3327
+ - tests/wellformed/sanitize/item_description_onclick.xml
3328
+ - tests/wellformed/sanitize/item_description_ondblclick.xml
3329
+ - tests/wellformed/sanitize/item_description_onerror.xml
3330
+ - tests/wellformed/sanitize/item_description_onfocus.xml
3331
+ - tests/wellformed/sanitize/item_description_onkeydown.xml
3332
+ - tests/wellformed/sanitize/item_description_onkeypress.xml
3333
+ - tests/wellformed/sanitize/item_description_onkeyup.xml
3334
+ - tests/wellformed/sanitize/item_description_onload.xml
3335
+ - tests/wellformed/sanitize/item_description_onmousedown.xml
3336
+ - tests/wellformed/sanitize/item_description_onmouseout.xml
3337
+ - tests/wellformed/sanitize/item_description_onmouseover.xml
3338
+ - tests/wellformed/sanitize/item_description_onmouseup.xml
3339
+ - tests/wellformed/sanitize/item_description_onreset.xml
3340
+ - tests/wellformed/sanitize/item_description_onresize.xml
3341
+ - tests/wellformed/sanitize/item_description_onsubmit.xml
3342
+ - tests/wellformed/sanitize/item_description_onunload.xml
3343
+ - tests/wellformed/sanitize/item_description_script.xml
3344
+ - tests/wellformed/sanitize/item_description_script_cdata.xml
3345
+ - tests/wellformed/sanitize/item_description_script_map_summary.xml
3346
+ - tests/wellformed/sanitize/item_description_style.xml
3347
+ - tests/wellformed/sanitize/item_fullitem_applet.xml
3348
+ - tests/wellformed/sanitize/item_fullitem_blink.xml
3349
+ - tests/wellformed/sanitize/item_fullitem_crazy.xml
3350
+ - tests/wellformed/sanitize/item_fullitem_embed.xml
3351
+ - tests/wellformed/sanitize/item_fullitem_frame.xml
3352
+ - tests/wellformed/sanitize/item_fullitem_iframe.xml
3353
+ - tests/wellformed/sanitize/item_fullitem_link.xml
3354
+ - tests/wellformed/sanitize/item_fullitem_meta.xml
3355
+ - tests/wellformed/sanitize/item_fullitem_object.xml
3356
+ - tests/wellformed/sanitize/item_fullitem_onabort.xml
3357
+ - tests/wellformed/sanitize/item_fullitem_onblur.xml
3358
+ - tests/wellformed/sanitize/item_fullitem_onchange.xml
3359
+ - tests/wellformed/sanitize/item_fullitem_onclick.xml
3360
+ - tests/wellformed/sanitize/item_fullitem_ondblclick.xml
3361
+ - tests/wellformed/sanitize/item_fullitem_onerror.xml
3362
+ - tests/wellformed/sanitize/item_fullitem_onfocus.xml
3363
+ - tests/wellformed/sanitize/item_fullitem_onkeydown.xml
3364
+ - tests/wellformed/sanitize/item_fullitem_onkeypress.xml
3365
+ - tests/wellformed/sanitize/item_fullitem_onkeyup.xml
3366
+ - tests/wellformed/sanitize/item_fullitem_onload.xml
3367
+ - tests/wellformed/sanitize/item_fullitem_onmousedown.xml
3368
+ - tests/wellformed/sanitize/item_fullitem_onmouseout.xml
3369
+ - tests/wellformed/sanitize/item_fullitem_onmouseover.xml
3370
+ - tests/wellformed/sanitize/item_fullitem_onmouseup.xml
3371
+ - tests/wellformed/sanitize/item_fullitem_onreset.xml
3372
+ - tests/wellformed/sanitize/item_fullitem_onresize.xml
3373
+ - tests/wellformed/sanitize/item_fullitem_onsubmit.xml
3374
+ - tests/wellformed/sanitize/item_fullitem_onunload.xml
3375
+ - tests/wellformed/sanitize/item_fullitem_script.xml
3376
+ - tests/wellformed/sanitize/item_fullitem_script_cdata.xml
3377
+ - tests/wellformed/sanitize/item_fullitem_script_map_summary.xml
3378
+ - tests/wellformed/sanitize/item_fullitem_style.xml
3379
+ - tests/wellformed/sanitize/item_xhtml_body_applet.xml
3380
+ - tests/wellformed/sanitize/item_xhtml_body_blink.xml
3381
+ - tests/wellformed/sanitize/item_xhtml_body_embed.xml
3382
+ - tests/wellformed/sanitize/item_xhtml_body_frame.xml
3383
+ - tests/wellformed/sanitize/item_xhtml_body_iframe.xml
3384
+ - tests/wellformed/sanitize/item_xhtml_body_link.xml
3385
+ - tests/wellformed/sanitize/item_xhtml_body_meta.xml
3386
+ - tests/wellformed/sanitize/item_xhtml_body_object.xml
3387
+ - tests/wellformed/sanitize/item_xhtml_body_onabort.xml
3388
+ - tests/wellformed/sanitize/item_xhtml_body_onblur.xml
3389
+ - tests/wellformed/sanitize/item_xhtml_body_onchange.xml
3390
+ - tests/wellformed/sanitize/item_xhtml_body_onclick.xml
3391
+ - tests/wellformed/sanitize/item_xhtml_body_ondblclick.xml
3392
+ - tests/wellformed/sanitize/item_xhtml_body_onerror.xml
3393
+ - tests/wellformed/sanitize/item_xhtml_body_onfocus.xml
3394
+ - tests/wellformed/sanitize/item_xhtml_body_onkeydown.xml
3395
+ - tests/wellformed/sanitize/item_xhtml_body_onkeypress.xml
3396
+ - tests/wellformed/sanitize/item_xhtml_body_onkeyup.xml
3397
+ - tests/wellformed/sanitize/item_xhtml_body_onload.xml
3398
+ - tests/wellformed/sanitize/item_xhtml_body_onmousedown.xml
3399
+ - tests/wellformed/sanitize/item_xhtml_body_onmouseout.xml
3400
+ - tests/wellformed/sanitize/item_xhtml_body_onmouseover.xml
3401
+ - tests/wellformed/sanitize/item_xhtml_body_onmouseup.xml
3402
+ - tests/wellformed/sanitize/item_xhtml_body_onreset.xml
3403
+ - tests/wellformed/sanitize/item_xhtml_body_onresize.xml
3404
+ - tests/wellformed/sanitize/item_xhtml_body_onsubmit.xml
3405
+ - tests/wellformed/sanitize/item_xhtml_body_onunload.xml
3406
+ - tests/wellformed/sanitize/item_xhtml_body_script.xml
3407
+ - tests/wellformed/sanitize/item_xhtml_body_script_map_content.xml
3408
+ - tests/wellformed/sanitize/item_xhtml_body_style.xml
3409
+ - README
3410
+ - LICENSE
3411
+ - RUBY-TESTING
3412
+ test_files:
3413
+ - tests/rfeedparsertest.rb
3414
+ rdoc_options: []
3415
+
3416
+ extra_rdoc_files:
3417
+ - README
3418
+ - LICENSE
3419
+ - RUBY-TESTING
3420
+ executables: []
3421
+
3422
+ extensions: []
3423
+
3424
+ requirements:
3425
+ - Yoshida Masato's Ruby bindings to the Expat XML parser
3426
+ dependencies:
3427
+ - !ruby/object:Gem::Dependency
3428
+ name: rchardet
3429
+ version_requirement:
3430
+ version_requirements: !ruby/object:Gem::Version::Requirement
3431
+ requirements:
3432
+ - - ">="
3433
+ - !ruby/object:Gem::Version
3434
+ version: "1.1"
3435
+ version:
3436
+ - !ruby/object:Gem::Dependency
3437
+ name: activesupport
3438
+ version_requirement:
3439
+ version_requirements: !ruby/object:Gem::Version::Requirement
3440
+ requirements:
3441
+ - - ">="
3442
+ - !ruby/object:Gem::Version
3443
+ version: 1.4.1
3444
+ version:
3445
+ - !ruby/object:Gem::Dependency
3446
+ name: hpricot
3447
+ version_requirement:
3448
+ version_requirements: !ruby/object:Gem::Version::Requirement
3449
+ requirements:
3450
+ - - "="
3451
+ - !ruby/object:Gem::Version
3452
+ version: "0.5"
3453
+ version:
3454
+ - !ruby/object:Gem::Dependency
3455
+ name: character-encodings
3456
+ version_requirement:
3457
+ version_requirements: !ruby/object:Gem::Version::Requirement
3458
+ requirements:
3459
+ - - ">="
3460
+ - !ruby/object:Gem::Version
3461
+ version: "0.2"
3462
+ version:
3463
+ - !ruby/object:Gem::Dependency
3464
+ name: htmltools
3465
+ version_requirement:
3466
+ version_requirements: !ruby/object:Gem::Version::Requirement
3467
+ requirements:
3468
+ - - ">="
3469
+ - !ruby/object:Gem::Version
3470
+ version: "1.10"
3471
+ version:
3472
+ - !ruby/object:Gem::Dependency
3473
+ name: htmlentities
3474
+ version_requirement:
3475
+ version_requirements: !ruby/object:Gem::Version::Requirement
3476
+ requirements:
3477
+ - - "="
3478
+ - !ruby/object:Gem::Version
3479
+ version: 4.0.0
3480
+ version:
3481
+ - !ruby/object:Gem::Dependency
3482
+ name: mongrel
3483
+ version_requirement:
3484
+ version_requirements: !ruby/object:Gem::Version::Requirement
3485
+ requirements:
3486
+ - - ">="
3487
+ - !ruby/object:Gem::Version
3488
+ version: 1.0.1
3489
+ version: