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. XML / XSL
  4. DTD and attributes

DTD and attributes

Scheduled Pinned Locked Moved XML / XSL
tutorial
2 Posts 2 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
    Svekke
    wrote on last edited by
    #1

    Hi, Can anyone tell me if it's possible, by using DTD to prevent elements having identical attribute content. The element and attribute names can be identical as shown in the example below. e.g., this should cause validation to fail ... <MyElem MyAttrib="10"/> <MyElem MyAttrib="10"/> Thanks !

    C 1 Reply Last reply
    0
    • S Svekke

      Hi, Can anyone tell me if it's possible, by using DTD to prevent elements having identical attribute content. The element and attribute names can be identical as shown in the example below. e.g., this should cause validation to fail ... <MyElem MyAttrib="10"/> <MyElem MyAttrib="10"/> Thanks !

      C Offline
      C Offline
      Cohen
      wrote on last edited by
      #2

      Hmm.. use ID type which quarantees that the values are unique? e.g.

      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