<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1036088" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1036088</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/copy-paste-word-docs-and-validation#comment-1208207</link>
    <description> &lt;p&gt;I use Edit Pad for stuff like that all the time.  Just copy from Word and paste it into Edit Pad.  Edit Pad should strip out all the non-ASCII crap and leave you with just text only, or at least it does in my situations.  If it doesn&#039;t clean stuff up for you it may be in the settings but all I ever do is copy and paste and I never end up with all those little squares and odd characters.&lt;/p&gt;
&lt;p&gt;But it sounds like you also don&#039;t like the repetitive task of adding back in the HTML tags like paragraphs.  If you have a lot of paragraphs and you want to avoid pasting &#039;s and &#039;s over and over again, remember that &lt;em&gt;you can highlight line breaks&lt;/em&gt; and use the find and replace function.&lt;/p&gt;
&lt;p&gt;a) Find the end of any paragraph and put your cursor down.&lt;br /&gt;
b) drag down to just before the first letter of the next paragraph, which should be two &quot;returns&quot; on a word processor.&lt;br /&gt;
c) I realize that there&#039;s no actual text highlighted but copy what you highlighed anyway.&lt;br /&gt;
d) CTRL+F will open up your Find function with your multi-line blank selection already in the Find part (even if you can&#039;t see it because there&#039;s no text)&lt;br /&gt;
e) Paste that same selection that you copied a momet ago in the Replace area.  This is important because it&#039;s the easiest way to get the multiple lines in the Replace area, since using Return won&#039;t work there.&lt;br /&gt;
f) In the return area, add  to the top line and  to the bottom line&lt;br /&gt;
g) Click Replace All and every paragraph break from your original Word document should now have HTML tags, no matter how big your document&lt;br /&gt;
h) You&#039;ll just need to add one last  to the very top of your page and one final  to the very bottom and you&#039;re completely done.&lt;/p&gt;
 </description>
     <pubDate>Sat, 07 Oct 2006 04:15:32 +0000</pubDate>
 <dc:creator>fifeclub</dc:creator>
 <guid isPermaLink="false">comment 1208207 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/copy-paste-word-docs-and-validation#comment-1207989</link>
    <description> &lt;p&gt;HTML Kit has HTML Tidy built into into it... so you could use that if you have it...&lt;/p&gt;
 </description>
     <pubDate>Tue, 03 Oct 2006 02:17:14 +0000</pubDate>
 <dc:creator>demonhale</dc:creator>
 <guid isPermaLink="false">comment 1207989 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/copy-paste-word-docs-and-validation#comment-1207988</link>
    <description> &lt;p&gt;No I don&#039;t have Dreamweaver. I use Edit Pad which is just a plain text editor.&lt;/p&gt;
&lt;p&gt;I will try saving as html and running through that Word Cleaner. (Gasp! I shudder to think of the mess that will look like!)&lt;/p&gt;
&lt;p&gt;I suppose I could also try tidying with HTML Kit, I also have NoteTab Lite, CONText and TextPad....I really have used them so I&#039;ll have to see if they offer any cleanup.&lt;/p&gt;
 </description>
     <pubDate>Tue, 03 Oct 2006 01:23:03 +0000</pubDate>
 <dc:creator>Roo</dc:creator>
 <guid isPermaLink="false">comment 1207988 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/copy-paste-word-docs-and-validation#comment-1207964</link>
    <description> &lt;p&gt;Save as HTML and run the file through Textism&#039;s &lt;a href=&quot;http://textism.com/wordcleaner/&quot; class=&quot;bb-url&quot;&gt;Word HTML Cleaner&lt;/a&gt;.  Note that I last used it around 2003, so unless the script has been updated too, it might not work quite as well with files from newer Word versions.&lt;/p&gt;
&lt;p&gt;While it could save you a bit of time, the output will still require a lot of work, unfortunately.  MS Office programs seem to have a unique knack for producing markup that&#039;s readable by neither human nor machine.  &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/sad.png&quot; title=&quot;Sad&quot; alt=&quot;Sad&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Mon, 02 Oct 2006 04:04:35 +0000</pubDate>
 <dc:creator>Abhishek Reddy</dc:creator>
 <guid isPermaLink="false">comment 1207964 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/copy-paste-word-docs-and-validation#comment-1207960</link>
    <description> &lt;p&gt;I think htmltidy could help here, what I also sometimes do is save to rtf then open in a text program and copy from there... although I lose some text effects... but I think htmltidy could  help in this case...&lt;/p&gt;
 </description>
     <pubDate>Mon, 02 Oct 2006 02:53:51 +0000</pubDate>
 <dc:creator>demonhale</dc:creator>
 <guid isPermaLink="false">comment 1207960 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/copy-paste-word-docs-and-validation#comment-1207954</link>
    <description> &lt;p&gt;Do you have dreamweaver? There is a function in there which will do it for you.&lt;/p&gt;
&lt;p&gt;Alternatively, you could try save as text only and then open it in notepad.&lt;/p&gt;
&lt;p&gt;Or just ask our client to give you content in .txt format? Explain to them that it is actually costing them more because all the crap has to be taken out.&lt;/p&gt;
 </description>
     <pubDate>Sun, 01 Oct 2006 22:27:20 +0000</pubDate>
 <dc:creator>Renegade</dc:creator>
 <guid isPermaLink="false">comment 1207954 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
