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="urn:schemas-microsoft-com:office:access"> <a:something></a:something><a:something></a:something></xml>'""> 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 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Tuesday, 3 April 2012 06:13:51 GMT