- From: David Brownell <david-b@pacbell.net>
- Date: Fri, 25 Feb 2000 07:09:28 -0800
- To: Wachter Stefan <SWachter@heyde.de>
- Cc: "'www-dom@w3.org'" <www-dom@w3.org>
Wachter Stefan wrote: > > can anyone tell me the right way to process multivalued attributes? I have a > DTD which specifies an attribute as type NMTOKENS. In the dom-tree I get > only a single string containing the NMTOKENS separated by spaces. Do I have > to parse this string by myself if I want to access the single NMTOKENS? Yes. But then you also had to discover its type was NMTOKENS by yourself too, so at least it's consistent in that ... :-) - Dave
Received on Friday, 25 February 2000 10:10:11 UTC