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