You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by Rajesh Kommineni <r_...@hotmail.com> on 2001/04/10 19:04:53 UTC

OT: DTD help!

Hello everyone,
This is a DTD question. I tried to search on the list but couldnt find any 
information. I have a DTD definition of an element like this:

<!ELEMENT Session(#PCDATA)>
  <!ATTLIST Session id ID #REQUIRED>

When I looked at the spec, it says the attribute value of id should always a 
*valid* xml name. So, I should always start with a letter. This, in my case 
(as a matter of fact, many cases where usually IDs are numeric), doesnt 
work, since Session IDs are always numeric.

keeping in the mind that i have to make sure all my session elements have to 
different, is there any way to get around this?

Thanks
rajesh
_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com


---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-c-dev-help@xml.apache.org