Hi,
I am looking for a way to access a dtd from a java code, and given an
element+attribute name extract it's possible values (if exist)
For example, from:

      <!ELEMENT pesron EMPTY>
      <!ATTLIST person
             married (true | false) 'false'>

I'd like to be able to do:  getPossibleValues(person,married)
                  getDefaultValues(person,married)

Does xerces provide something for such needs?

Thanks,

Royi Ronen
Active Management Technologies
IBM Haifa Research Laboratories, 165 Abba Hushi Ave. Haifa 31905, Israel
Email: [EMAIL PROTECTED]
Phone: ++ 972-4-8296314


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to