It looks like this is a web page, not a feed. I looked for a feed associated with this page, but couldn't find one. Please enter the address of your feed to validate.

Source: http://manuscritdepot.com/internet-litteraire/flux.XML

  1. <html>
  2. <head>
  3. <meta http-equiv="Content-Language" content="fr-ca">
  4. <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
  5. <meta name="GENERATOR" content="Microsoft FrontPage 6.0">
  6. <meta name="ProgId" content="FrontPage.Editor.Document">
  7. <meta name="verify-v1" content="xnoRzHSOFYqgxr81xOCFWzfqkSbgP53XmHMNeiPxfoQ=" />
  8. <link rel="shortcut icon" href="http://www.manuscritdepot.com/favicon.ico">
  9. <title>http://manuscritdepot.com/  Fondation litt?raire Fleur de Lys</title>
  10. <meta name="keywords" content="editer un livre,comment editer un livre,editer son livre,faire editer un livre,comment faire,editer un livre,editer livre pour enfant,editeur livre,editeur francais,editeur jeunesse,editeur poesie,editeur livre pour enfant,annuaire des editeurs,,editeur france, liste editeur,maison edition,edition livre,maison d edition France,maison d edition quebec,,maison d edition canada,maison d edition jeunesse,maison d edition paris,maison d edition poesie,cr?er une maison d edition,ecriture manuscrit,edition manuscrit,manuscrit sur le net,manuscrit editeur,envoi de manuscrit,manuscrit edition,publier un manuscrit,soumettre un manuscrit,comment se faire editer,se faire editer,comment faire editer un livre,ecrire et se faire editer,faire publier,comment faire publier etranger,publier un livre,publier son livre,comment publier un livre,livre,achat,livre,vente livre,acheter livre,livre electronique,livre gratuit,livre nouveaute,imprimer livre,resume de livre,librairie en ligne,librairie,bibliotheque,BNC,e-book,ecrivain,edition,ISBN,lecture,maison d'edition,nouveaute,publication,croissance personnelle,environnement,art,exploration, Adobe,Acrobat Reader,Paypal">
  11. <META NAME="description" CONTENT="?dition de votre livre en format papier et num?rique. Mise en march? dans notre librairie en ligne. Impression ? la demande expresse de chaque lecteur.">
  12. <META NAME="expires" CONTENT="never">
  13. <META NAME="language" CONTENT="french">
  14. <META NAME="charset" CONTENT="ISO-8859-1">
  15. <META NAME="distribution" CONTENT="Global">
  16. <META NAME="robots" CONTENT="INDEX,FOLLOW">
  17. <META NAME="email" CONTENT="contact@manuscritdepot.com">
  18. <META NAME="publisher" CONTENT="Fondation litt?raure Fleur de Lys inc. / manuscritdepot.com">
  19. <META NAME="copyright" CONTENT="Copyright ? 2003 - 2007 Fondation litt?raire Fleur de Lys inc.">
  20. <base target="principal">
  21. <style type="text/css">
  22.  
  23. .bulletimagestyle{ /*Absolute position bullet image. No need to modify*/
  24. position: absolute;
  25. left: -200px;
  26. }
  27.  
  28. div.Section1
  29. {page:Section1;}
  30. </style>
  31.  
  32. <script type="text/javascript">
  33.  
  34. /***********************************************
  35. * Bullet Link script- ? Dynamic Drive DHTML code library (www.dynamicdrive.com)
  36. * This notice MUST stay intact for legal use
  37. * Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
  38. ***********************************************/
  39.  
  40. //Define your bullet image(s) via arbitrary variables, where bulletimg=["imagepath", imagewidth, offsetxfromroot, offsetyfromroot]
  41. var bulletimg1=["greenup.gif", 20, 2, -4]
  42. var bulletimg2=["search.gif", 16, 4, 0]
  43.  
  44. ////Stop editting here/////////////////////
  45. var classnameRE=/(^|\s+)ddbullet($|\s+)/i //regular expression to screen for classname within element
  46.  
  47. function caloffset(what, offsettype){
  48. var totaloffset=(offsettype=="left")? what.offsetLeft : what.offsetTop;
  49. var parentEl=what.offsetParent;
  50. while (parentEl!=null){
  51. totaloffset=(offsettype=="left")? totaloffset+parentEl.offsetLeft : totaloffset+parentEl.offsetTop;
  52. parentEl=parentEl.offsetParent;
  53. }
  54. return totaloffset;
  55. }
  56.  
  57. function displaybullet(linkobj){
  58. var reltovar=window[linkobj.getAttribute("rel")]
  59. bulletobj.setAttribute("src", reltovar[0])
  60. bulletobj.style.left=caloffset(linkobj, "left")-reltovar[1]-reltovar[2]+"px"
  61. bulletobj.style.top=caloffset(linkobj, "top")-reltovar[3]+"px"
  62. bulletobj.style.visibility="visible"
  63. }
  64.  
  65. function modifylinks(){
  66. bulletobj=document.createElement("img")
  67. bulletobj.setAttribute("id", "bulletimage")
  68. bulletobj.className="bulletimagestyle"
  69. document.body.appendChild(bulletobj)
  70. for (i=0; i<document.links.length; i++){
  71. if (typeof document.links[i].className=="string" && document.links[i].className.search(classnameRE)!=-1){
  72. document.links[i].onmouseover=function(){displaybullet(this)}
  73. document.links[i].onmouseout=function(){bulletobj.style.visibility="hidden"}
  74. }
  75. }
  76. }
  77.  
  78. if (window.addEventListener)
  79. window.addEventListener("load", modifylinks, false)
  80. else if (window.attachEvent)
  81. window.attachEvent("onload", modifylinks)
  82. else if (document.getElementById || document.all)
  83. window.onload=modifylinks
  84.  
  85. </script>
  86.  
  87. <script language="JavaScript1.2">
  88.  
  89. // Drop-in content box- By Dynamic Drive
  90. // For full source code and more DHTML scripts, visit http://www.dynamicdrive.com
  91. // This credit MUST stay intact for use
  92.  
  93. var ie=document.all
  94. var dom=document.getElementById
  95. var ns4=document.layers
  96. var calunits=document.layers? "" : "px"
  97.  
  98. var bouncelimit=32 //(must be divisible by 8)
  99. var direction="up"
  100.  
  101. function initbox(){
  102. if (!dom&&!ie&&!ns4)
  103. return
  104. crossobj=(dom)?document.getElementById("dropin").style : ie? document.all.dropin : document.dropin
  105. scroll_top=(ie)? truebody().scrollTop : window.pageYOffset
  106. crossobj.top=scroll_top-250+calunits
  107. crossobj.visibility=(dom||ie)? "visible" : "show"
  108. dropstart=setInterval("dropin()",50)
  109. }
  110.  
  111. function dropin(){
  112. scroll_top=(ie)? truebody().scrollTop : window.pageYOffset
  113. if (parseInt(crossobj.top)<100+scroll_top)
  114. crossobj.top=parseInt(crossobj.top)+40+calunits
  115. else{
  116. clearInterval(dropstart)
  117. bouncestart=setInterval("bouncein()",50)
  118. }
  119. }
  120.  
  121. function bouncein(){
  122. crossobj.top=parseInt(crossobj.top)-bouncelimit+calunits
  123. if (bouncelimit<0)
  124. bouncelimit+=8
  125. bouncelimit=bouncelimit*-1
  126. if (bouncelimit==0){
  127. clearInterval(bouncestart)
  128. }
  129. }
  130.  
  131. function dismissbox(){
  132. if (window.bouncestart) clearInterval(bouncestart)
  133. crossobj.visibility="hidden"
  134. }
  135.  
  136. function truebody(){
  137. return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
  138. }
  139.  
  140.  
  141. window.onload=initbox
  142. </script>
  143.  
  144.  
  145.  
  146. </head>
  147.  
  148. <body topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0" marginwidth="0" marginheight="0" link="#0000FF" vlink="#0000FF" alink="#0000FF" style="font-family: Verdana; font-size: 10pt; text-align: right" bgcolor="#000066">
  149.  
  150. <p style="text-align: center"><a target="_top" href="index.html">
  151. <img border="0" src="accueil-flfl-003.png" width="1200" height="864"></a></p>
  152. <p>&nbsp;</p>
  153. <font size="2" face="Arial"><font face="Arial" size="6" style="font-size: 30pt"><p style="margin-top: 72px; margin-bottom: 12px; " align="center">
  154. <a target="_top" href="https://manuscritdepot.com/index.html">
  155. <font color="#00FFFF">ACCUEIL</font></a></font><font face="Arial" size="6" style="font-size: 30pt"><p style="margin-top: 72px; margin-bottom: 72px; " align="center">
  156. <a target="_top" href="https://livrequebec.com/"><font color="#00FFFF">LIBRAIRIE EN LIGNE</font></a><p style="margin-top: 72px; margin-bottom: 72px; " align="center">
  157. <a target="_top" href="https://livrequebec.com/accueil-de-la-maison-dedition/">
  158. <font color="#00FFFF">MAISON D'?DITION</font></a><font color="#00FFFF"><br>
  159. </font>
  160. <a target="_top" href="https://livrequebec.com/accueil-de-la-maison-dedition/">
  161. <font color="#00FFFF">avec impression ? la demande</font></a></p>
  162. <p style="margin-top: 72px; margin-bottom: 72px; " align="center">
  163. <a target="_top" href="https://livrequebec.com/livres-numeriques-gratuits/">
  164. <font color="#00FFFF">LIVRES NUM?RIQUES GRATUITS</font></a><p style="margin-top: 72px; margin-bottom: 72px; " align="center">
  165. <a target="_top" href="https://manuscritdepot.com/recherche/rechercheflfl.htm#menu">
  166. <font color="#00FFFF">RECHERCHE SUR CE SITE</font></a><p style="margin-top: 72px; margin-bottom: 72px; " align="center">
  167. <a target="_top" href="https://livrequebec.com/nous/"><font color="#00FFFF">NOUS</font></a></font><p>&nbsp;</p>
  168.  
  169.  
  170.  
  171.  
  172.  
  173.  
  174.  
  175.  
  176.  
  177.  
  178.  
  179.  
  180.  
  181.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda