• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

multiple ID in DTD

 
Greenhorn
Posts: 22
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
posted June 19, 2004 04:48 PM
--------------------------------------------------------------------------------
hi all,

how can we create DTD for composite primary key as we can not have 2 ID atributes for one element?

consider the following e.g.

<name firstname="a" lastname="b">
<age>21</age>
<location>usa</location>
</name>

suppose i want to assign ID to both firstname and lastname atributes. is it possible through DTD?

thanks
kamlesh
 
We don't have time for this. We've gotta save the moon! Or check this out:
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic