Hi Is it possible to "get" an attribute value for an enumerated simpleType when it is invalid? The document being read contains invalid values to certain restricted attributes and when the getter for the generated bean is invoked to read it, an XmlValueOutOfRangeException is thrown. The document instance is being created with the usual <class>.Factory.parse() interface. The getXXX() method is being invoked to retrieve the value which is an Enum. Is there a way to do this through the generated beans interfaces, or is DOM access needed?
thanks for any suggestions Les --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

