Dear DOM-Gurus,
is there a way to recognise that a specific attribute is of type ID or NMTOKEN ?
I use a validating parser, and while traversing my DOM tree, I need information about the type of attributes:
* is it a namespace definition (can be easily detected) * is it of type ID (based of DTD or Schema) - how do I do that? * is it of type IDREF or IDREFS or NMTOKEN or NMTOKENS?
Is there an "easy" way to get this info?
Best regards,
Christian
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]