Re: Tidy and Access 2000

In <3C38860C.000001.28231@cca-laptop>, "Gary J. Piccoli" <gpiccoli@bellatlantic.net> writes:
> I have attached the HTML output from Access 2000 for a simple file
> maintenance page.  I turned on all the XML options for my Tidy test.  I get
> my first error on line 13.  Let me know what you think.

The problem is the attribute which Microsoft Access uses to store an XML 
fragment, this contains a large number of < and > characters, which makes tidy
assume there is a missing double quote in an attribute.

About the shortest possible test case is

<PARAM NAME="XMLData" VALUE="<xml xmlns:a=&quot;urn:schemas-microsoft-com:office:access&quot;>&#13;&#10; 
<a:something></a:something><a:something></a:something></xml>'&quot;">

I have uploaded a Bug report and test case 500236 for this, the fix should be a
simple change to the heuristics in lexer.c.

-- 
Klaus Johannes Rusch
KlausRusch@atmedia.net
http://www.atmedia.net/KlausRusch/

Received on Sunday, 6 January 2002 14:11:34 UTC