AttribtueDefinition allowedTokens and Attribute value

In IDL, AttribtueDefinition#allowedTokens is StringList.  But In
Java interface, set/getAllowedTokens use String.  (It should be
Vector or array.)


<!ATTLIST FOO
  BAR CDATA "default">
In this case, What value should have AttributeDefinition#defaultType?


AttributeDefinition#defaultValue and Attribute#value is now
Node.  It is reasonable to modify these as String.  I imagine
almost applications want attribute value not as Node, but as
String.

-- 
TAMURA Kent @ Tokyo Research Laboratory, IBM Japan

Received on Monday, 30 March 1998 20:46:57 UTC