- From: Neerven, Marc van <marc@pointer.nl>
- Date: Wed, 27 Sep 2000 02:41:34 -0400 (EDT)
- To: "'html-tidy@w3.org'" <html-tidy@w3.org>
Hi, I'm having some trouble when using the Word2000 option via the TidyCOM wrapper object, but André Blavier says it has to do something with the Tidy Code itself. Could you tell me what the status of my problem is? Has it already been reported, am doing something wrong, are there workarounds, etc...? Marc -----Original Message----- From: Neerven, Marc van Sent: woensdag 27 september 2000 8:37 To: 'André Blavier' Subject: RE: TidyCOM problem with Word2000 option Thanks, I'll do that! Marc -----Original Message----- From: André Blavier [mailto:ablavier@wanadoo.fr] Sent: dinsdag 26 september 2000 22:16 To: Neerven, Marc van Subject: Re: TidyCOM problem with Word2000 option Hi Marc, I'm afraid I can't really help you with the problem you describe. TidyCOM is just a wrapper around Dave Raggett's HTML Tidy and your problem comes from the Tidy core. I suggest you submit it to the HTML Tidy mailing list. Cheers. -- André > Hi Andre, > > I am trying to use your TidyCOM object from VB6 and it seems that the > Word2000 option does too much stripping: it removes images from the HTML. > > Or is it me? What am I doing wrong? > > These are my settings: > > Set objTidy = New TidyCOM.TidyObject > > With objTidy.Options > .Clean = True > .Doctype = "loose" > .DropEmptyParas = True > .DropFontTags = True > .Wrap = 1000 > .Indent = IndentBlocks > .Quiet = True > .Word2000 = True > End With > > I've tried other settings, but whenever I use the Word2000 option it removes > my images. > > Can you help me? > Thanks! > > Marc > > PS: attached you'll find a test document, the Word-rendered HTML and the > tidied HTML > > _____ > > Drs M.C. van Neerven > Pointer Interactieve Media BV > phone +31 15 251 37 20 > fax +31 15 251 37 21 > marc@pointer.nl <mailto:marc@pointer.nl> > mvn@kabelfoon.nl <mailto:mvn@kabelfoon.nl> > http://www.smartsitedws.com <http://www.smartsitedws.com/> > http://www.pointer.nl <http://www.pointer.nl/> > >
Received on Wednesday, 27 September 2000 03:05:49 UTC