Hi, We're having problems using statically generated SDOs to set undefined attributes in our xml. In the schema, we have a line like this:
<xsd:anyAttribute namespace="##other" processContents="lax"/> After getting the DataObject, I make a call to getAnyAttribute(): Sequence anyAttribute = person.getAnyAttribute(); All of my blind attempts to add values into this Sequence have resulted in exceptions. I'm sure I'm doing something wrong. Does anyone have an example of how to insert undefined attributes into this structure? Thanks, -Chris --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
