Thank you for sharing your findings. I suppose you could define a
semantics in such a way that the empty attribute value / missing
attribute means NONE.
e.g.,
<foo editPermissions="" />
<foo />
This would work quite nicely with JAXB where you could check
if( foo.getEditPermissions().isEmpty() )
// no permission!
else
// do something else
regards,
--
Kohsuke Kawaguchi 408-276-7063 (x17063)
Sun Microsystems kohsuke.kawaguchi_at_sun.com