> Is there a way to test if an XmlNode represents an enum?
I don't understand the question, XmlNode is an abstract base class for
several derived classes like XmlDocument, XmlDocumentFragment,
XmlAttribute and others.
How do you think does an XmlDocument or XmlDocumentFragment for instance
look that "represents an enum"?

Signature
Martin Honnen --- MVP XML
http://JavaScript.FAQTs.com/
Could yuo be more specific?
To check if an string/int is defined in a enum, use Enum.IsDefined
method.
Thi - http://thith.blogspot.com