Good catch... I will remove Microsoft Office headers... Satheesh
Jeremy Boynes wrote: > Myrna van Lunteren wrote: > >> I had used Mozilla's html editor when I created the file. >> What's the Microsoft Office junk you refer to? >> > > Stuff like that below taken from the patch ... the Microsoft > proprietary markup makes editing the file difficult using a real HTML > editor (like vi) which is what we will need to do going forward. > > =================================================================== > --- java/testing/README.htm (revision 161156) > +++ java/testing/README.htm (working copy) > @@ -1,1189 +1,2159 @@ > <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> > -<html> > +<html xmlns:o="urn:schemas-microsoft-com:office:office" > +xmlns:w="urn:schemas-microsoft-com:office:word" > +xmlns:st1="urn:schemas-microsoft-com:office:smarttags" > +xmlns="http://www.w3.org/TR/REC-html40"> > + > <head> > - <meta content="text/html; charset=ISO-8859-1" > - http-equiv="content-type"> > - <title>readme.htm</title> > +<meta http-equiv=Content-Type content="text/html; charset=iso-8859-1"> > +<meta name=ProgId content=Word.Document> > +<meta name=Generator content="Microsoft Word 10"> > +<meta name=Originator content="Microsoft Word 10"> > +<link rel=File-List href="README_files/filelist.xml"> > +<title>readme.htm</title> > +<o:SmartTagType > namespaceuri="urn:schemas-microsoft-com:office:smarttags" > + name="date"/> > +<o:SmartTagType > namespaceuri="urn:schemas-microsoft-com:office:smarttags" > + name="City"/> > +<o:SmartTagType > namespaceuri="urn:schemas-microsoft-com:office:smarttags" > + name="State"/> > +<o:SmartTagType > namespaceuri="urn:schemas-microsoft-com:office:smarttags" > + name="place"/> > +<o:SmartTagType > namespaceuri="urn:schemas-microsoft-com:office:smarttags" > + name="time"/> > +<!--[if gte mso 9]><xml> > + <o:DocumentProperties> > + <o:Author>IBM_User</o:Author> > + <o:LastAuthor>IBM_User</o:LastAuthor> > + <o:Revision>2</o:Revision> > + <o:TotalTime>4</o:TotalTime> > + <o:Created>2005-04-07T04:38:00Z</o:Created> > + <o:LastSaved>2005-04-07T04:42:00Z</o:LastSaved> > + <o:Pages>1</o:Pages> > + <o:Words>4678</o:Words> > + <o:Characters>26668</o:Characters> > + <o:Company>IBM</o:Company> > + <o:Lines>222</o:Lines> > + <o:Paragraphs>62</o:Paragraphs> > + <o:CharactersWithSpaces>31284</o:CharactersWithSpaces> > + <o:Version>10.6714</o:Version> > + </o:DocumentProperties> > +</xml><![endif]--><!--[if gte mso 9]><xml> > + <w:WordDocument> > + <w:SpellingState>Clean</w:SpellingState> > + <w:GrammarState>Clean</w:GrammarState> > + <w:Compatibility> > + <w:ApplyBreakingRules/> > + <w:UseFELayout/> > + </w:Compatibility> > + <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel> > + </w:WordDocument> > +</xml><![endif]--><!--[if !mso]><object > + classid="clsid:38481807-CA0E-42D2-BF39-B33AF135CC4D" > id=ieooui></object> > > >
