Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Visual Studio
  4. Stupid html parser

Stupid html parser

Scheduled Pinned Locked Moved Visual Studio
visual-studioquestioncsharphtml
1 Posts 1 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    Stephan Pilz
    wrote on last edited by
    #1

    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

    1 Reply Last reply
    0
    Reply
    • Reply as topic
    Log in to reply
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes


    • Login

    • Don't have an account? Register

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • World
    • Users
    • Groups