posted 17 years ago
<!ELEMENT method-permission (description?, (role-name+|unchecked), method+)>
I am not expert in XML, but
since in one <method-permission> tag can have only one role-name or unchecked.
I was thiking it should have been --
<!ELEMENT method-permission (description?, (role-name|unchecked), method+)>
What am I missing here?
Gemini