Quoted ID attributes are always scoped as illegal.
Fix it by adding a context to handle quoted IDs.
NOTE: I'm not sure why anyone would enclose an ID within quotes, cine they can't contain spaces or special characters that might need escaping, but since I've encountered them in the PML manuals I realized it needs to be supported since it's a valid syntax construct.
Quoted ID attributes are always scoped as illegal. Fix it by adding a context to handle quoted IDs.
NOTE: I'm not sure why anyone would enclose an ID within quotes, cine they can't contain spaces or special characters that might need escaping, but since I've encountered them in the PML manuals I realized it needs to be supported since it's a valid syntax construct.