Forum Moderators: open

Message Too Old, No Replies

Funky Code

can anybody tell me where this came from

         

Newnewbie

6:24 pm on Jun 21, 2002 (gmt 0)

10+ Year Member



Look at this code! Can anybody tell me...was it generated from MS Office? Is this XML?

<html xmlns:v="urn:schemas-microsoft-com:vml"
xmlns:o="urn:schemas-microsoft-com:office:office"
xmlns:w="urn:schemas-microsoft-com:office:word"
xmlns="http://www.w3.org/TR/REC-html40">

<smilies turned off>

[edited by: tedster at 10:38 pm (utc) on June 21, 2002]

korkus2000

6:38 pm on Jun 21, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Looks like the top line of a word document that got "converted to html". If you notice in the last line it says word. When you save as web page in word it puts all sort of crap in the code. Powerpoint and excel I think take the cake for terrible code.

It is trying to conform to xml standards Bwahahha!!!

papabaer

7:46 pm on Jun 21, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



... even the "smileys" don't like it!
:o

;)

tedster

10:41 pm on Jun 21, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



A side note -
I recently discovered that Word Perfect does a relatively clean job of creating HTML. Still needs some clean-up, but it's in the ball park.

aaronjf

11:57 pm on Jun 21, 2002 (gmt 0)

10+ Year Member



Dreamweaver has a special feature designed for one purpose, cleaning up word html.

DrOliver

11:52 am on Jun 24, 2002 (gmt 0)

10+ Year Member



The reason MS Office writes such "interesting" code is that such a file can be used back in MS Office again without any limitations. If it would write plain HTML (as if M$ knew what that is - oops, did I say just that) you could no go back to MS Office with it.

But I'd like to see a "convert to PURE HTML", but again, as if they knew...

For the really seldom cases I have to do this, I use Dreamweavers function of converting to HTML from Word-HTML :)