473,399 Members | 2,146 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,399 software developers and data experts.

Clean up Word HTML

Hi,

I use a WYSIWYG rich text editor on a few web sites for clients to
manage their content, but a lot of them use word and paste into the box
and end up with a lot of crappy code as a result.

Has anyone created an ASP include that will clean up the word html and
just leave the basic formatting intact?

Thanks.
Jul 19 '05 #1
8 5465
Not to my knowledge.... perhaps one of the more "experienced" NG users can
help......?

--
Regards

Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk

Keeping it FREE!

Disclaimer:
I know I'm probably wrong, I just like taking part ;o)
Travis Pupkin <tp*****@dorrk.com> wrote in message
news:MP************************@news.individual.ne t...
Hi,

I use a WYSIWYG rich text editor on a few web sites for clients to
manage their content, but a lot of them use word and paste into the box
and end up with a lot of crappy code as a result.

Has anyone created an ASP include that will clean up the word html and
just leave the basic formatting intact?

Thanks.

Jul 19 '05 #2
"Travis Pupkin" <tp*****@dorrk.com> wrote in message
news:MP************************@news.individual.ne t...
Hi,

I use a WYSIWYG rich text editor on a few web sites for clients to
manage their content, but a lot of them use word and paste into the box
and end up with a lot of crappy code as a result.

Has anyone created an ASP include that will clean up the word html and
just leave the basic formatting intact?


I don't know of an ASP method for doing this (though I wouldn't be surprised
if one existed). Whenever I need to copy something from Word into an
HTML/ASP document, I will first paste it into Notepad, then select
everything in Notepad, copy it, and paste that into the HTML/ASP document.
It's an extra step, but seems to get rid of the formatting characters.

HTH
Peter Foti
Jul 19 '05 #3
Personally I just detest Word....... period (prefer to use my own custom
built editor and before that, have used Notepad since I first started in web
dev).

--
Regards

Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk

Keeping it FREE!

Disclaimer:
I know I'm probably wrong, I just like taking part ;o)
Peter Foti <pe****@systolicNOSPAMnetworks.com> wrote in message
news:vv************@corp.supernews.com...
"Travis Pupkin" <tp*****@dorrk.com> wrote in message
news:MP************************@news.individual.ne t...
Hi,

I use a WYSIWYG rich text editor on a few web sites for clients to
manage their content, but a lot of them use word and paste into the box
and end up with a lot of crappy code as a result.

Has anyone created an ASP include that will clean up the word html and
just leave the basic formatting intact?
I don't know of an ASP method for doing this (though I wouldn't be

surprised if one existed). Whenever I need to copy something from Word into an
HTML/ASP document, I will first paste it into Notepad, then select
everything in Notepad, copy it, and paste that into the HTML/ASP document.
It's an extra step, but seems to get rid of the formatting characters.

HTH
Peter Foti

Jul 19 '05 #4
"Steven Burn" <nobody@PVT_it-mate.co.uk> wrote in message
news:uR*************@TK2MSFTNGP11.phx.gbl...
Personally I just detest Word....... period (prefer to use my own custom
built editor and before that, have used Notepad since I first started in web dev).


Oh, I agree 100%. I would NEVER use Word as a web editor. But
occassionally, I might have some content that needs to be put into a web
page that comes from a Word document. :)

Peter Foti
Jul 19 '05 #5
On Tue, 30 Dec 2003 11:52:35 -0800, Travis Pupkin <tp*****@dorrk.com>
wrote:
I use a WYSIWYG rich text editor on a few web sites for clients to
manage their content, but a lot of them use word and paste into the box
and end up with a lot of crappy code as a result.

Has anyone created an ASP include that will clean up the word html and
just leave the basic formatting intact?


That gets tough, because a lot of the Word is XML, and a lot is nested
tables to get formatting, and it's hard to tell what you may or may
not need.

Jeff
Jul 19 '05 #6
Jon
> Hi,

I use a WYSIWYG rich text editor on a few web sites for clients to
manage their content, but a lot of them use word and paste into the box
and end up with a lot of crappy code as a result.

Has anyone created an ASP include that will clean up the word html and
just leave the basic formatting intact?

Thanks.


Not what you want, however Dreamweaver can 'tidy up' a lot of Words HTML
(and has a menu option to do so)

Jon
Jul 19 '05 #7
Obviously Word as an HTML editor is a bad idea. What I'm talking about
is when a client has a web-based WYSIWYG content editor and frequently
pastes word data into it -- the HTML created is bulky and atrocious.

In trying out some PHP the other day, I found a PHP script which is a
complex series of find-and-replace commands aimed at cleaning up
unnecessary tags and Word html code fromn a string, but leaving the
essentials like bold italics in place.

Just wondering if anyone knew of an ASP equivalent.
Jul 19 '05 #8
The commercial Advanced Content Editor (ACE) has a special button that will
clean up word XML... if the user remembers to press it on paste.

I agree a custom function would be nice. This problem limits the utility of
roll-your-own web-based CMS systems.

"Travis Pupkin" <tp*****@dorrk.com> wrote in message
news:MP************************@news.individual.ne t...
Hi,

I use a WYSIWYG rich text editor on a few web sites for clients to
manage their content, but a lot of them use word and paste into the box
and end up with a lot of crappy code as a result.

Has anyone created an ASP include that will clean up the word html and
just leave the basic formatting intact?

Thanks.

Jul 19 '05 #9

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: dmiller23462 | last post by:
Somebody take a look and give me any suggestions? My brain is nuked... Here's my deal....I have online submission forms on my intranet at work here....I am appending to an Access DB with the...
20
by: Al Moritz | last post by:
Hi all, I was always told that the conversion of Word files to HTML as done by Word itself sucks - you get a lot of unnecessary code that can influence the design on web browsers other than...
1
by: ajk | last post by:
. Hi, All: I know how to insert files into a Word doc using C#. However, the program I've written to do this runs much too slowly. The "myObj".Application.Selection.InsertFile method executes...
232
by: robert maas, see http://tinyurl.com/uh3t | last post by:
I'm working on examples of programming in several languages, all (except PHP) running under CGI so that I can show both the source files and the actually running of the examples online. The first...
9
by: jd | last post by:
I am looking for python code (working or sample code) that can take an html document created by Microsoft Word and clean it up (if you've never had to look at a Word-generated html document,...
10
by: Greg Lovern | last post by:
I have a very large html table created by MS Word, saved as it's "Web Page, Filtered" file type. Every html table cell has lots of formatting tags. Most of the file size is that formatting. Is...
0
by: service0031 | last post by:
Housekeeping is an interesting job or career where things are always changing, and even though you may work in a less than clean environment, you are required to always look clean and professional....
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.