TechWhirl (TECHWR-L) is a resource for technical writing and technical communications professionals of all experience levels and in all industries to share their experiences and acquire information.
For two decades, technical communicators have turned to TechWhirl to ask and answer questions about the always-changing world of technical communications, such as tools, skills, career paths, methodologies, and emerging industries. The TechWhirl Archives and magazine, created for, by and about technical writers, offer a wealth of knowledge to everyone with an interest in any aspect of technical communications.
Subject:Re: Word > clean HTML / SGML > HTML From:Anna Keeler <akeeler -at- MAGMA -dot- CA> Date:Mon, 26 Jul 1999 08:28:18 -0400
I read an article in Ottawa's July issue of "Monitor" that praised Word 2000
for its Web friendly features. One of these was the ability of Word 2000 to
edit HTML without corrupting any of the original elements. The web address
for Monitor is www.monitor.ca. I don't know if they have this article at
their site, but its worth a try!
Good luck,
Anna.
-----Original Message-----
From: Technical Writers List; for all Technical Communication issues
[mailto:TECHWR-L -at- LISTSERV -dot- OKSTATE -dot- EDU] On Behalf Of John Cornellier
Sent: Monday, July 26, 1999 3:32 AM
To: TECHWR-L -at- LISTSERV -dot- OKSTATE -dot- EDU
Subject: Word > clean HTML / SGML > HTML
[cross-posted to winhelp-L and techwr-L]
<background>
I have a 2000-page SGML doc set. I have decided discontinue this format
because:
a) I need a special server software to convert to HTML for web serving
b) SGML editors are expensive, not practical corporate solution
So I'm converting the lot to HTML, which I'll then publish via HTTP, or on
CD. So far so good, using Word macros (though if anyone has any Dynatext
conversion utilities, I'd like to hear from them -- I'm having to recreate
the links to graphics by hand).
</background>
<snag>
I need to enable everyone to edit the HTML pages, once they are created.
Netscape Communicator or Word are good because we already have the
licences. I was pleasantly amazed to discover that if you load a
well-formed HTML file in Word 97, then edit, Word hardly messes it up at
all (as compared to Word's .doc -> .htm export), apart from the following:
* on certain style tags (e.g. address) it applies inline formating (others
it leaves alone)
* its behaviour with ASCII values >127 is erratic.
* doesn't seem to retrieve CSS data
* redefines table widths pixel values to percentages
</snag>
<wish>
It would be brilliant if I could let people edit HTML with Word and still
have clean HTML. I'm looking at building a template (but then would have to
distribute it...) with macros to correct the above problems, but does
anyone have any other ideas or had any similar experiences? Is there some
detailed documentation about how Word 97 treats HTML files?
</wish>