Stupid html parser
-
Hello, I get some (no, massive :(( ) lines in the todo list of VS.NET, because the build in html parser is to stupid. Some examples: NOTE: All postet messages are manual translated from german and can differ to original english messages! If I use DataList or Repeater together with Header- or Footertemplates, I get: The element 'FooterTemplate' is in a serverelement and has a endtag not enough or overlaps with element 'DataList'. The message appear, if there is i.e. a table-tag in Headertemplate and the closing table-tag in footer. Where I should place the closing tag otherwise. If I do this in the Headertemplate, the table is closed and I get not footer. I get some messages like: The element xxx is not supported by the active scheme. xxx = link, span, ... or No attribute xxx of the element yyy was found. xxx = class, height, style, ... yyy = body, input, tr, td, ... In both cases the scheme is definitively false, because the style-tag is correct in input or tr or some other tags. The link-tag is correct to. With this I load a external style sheet into page. Some Messages like this: According to the active scheme the element 'input' can become not within 'td' boxed. Bullshit:zzz: The same message in the connection of self defined tags (would be translated through a isapi-dll): The element xxx is not supported by the active scheme. Now the question. How I can learn the IDE (or the schme definition) for all of this problems or how I can turn off the syntax check only for the html code ? By this mass messages I can find the right mistakes barely in the list. Thanks Stephan