Re: Strange tag: <o:p>

Word2000 will use the o: namespace prefix (o for Office).  Using 
--word-2000 yes should also fix the problem.  This option will also clean 
up a bunch of the cruft Office puts in HTML files.  Often used with --clean 
and --bare.

See also:
http://tidy.sourceforge.net/docs/quickref.html#word-2000
http://tidy.sourceforge.net/docs/quickref.html#clean
http://tidy.sourceforge.net/docs/quickref.html#bare

take it easy,
Charlie


At 04:18 PM 6/24/2002 +0100, Matthew Stanfield wrote:

>Bert Van Kets wrote:
> >
> > The "o:p" stand for the p tag inside the o namespace.  Is a namespace by
> > that name defined anywhere in the file?  You can recognize it by the xmlns
> > prefix.
> > Most probably it's a left over from a faulty XSL transformation.
> > Without seeing the file it's a bit difficult to tell you why Tidy does not
> > mark all of them as errors.  Probably it's the order of the tags that makes
> > them faulty or not.  ex. <o:p> inside <body> can be excepted, but outside
> > <body> not.
>
>Thanks Bert.
>
>I've got rid of it using: "new-blocklevel-tags: o:p".
>
>Regards,
>
>..matthew

Received on Monday, 24 June 2002 12:03:23 UTC