We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
xml
Description: $subject
type X xml; type XE xml<xml:Element>; type XP xml<xml:ProcessingInstruction>; type XC xml<xml:Comment>; type UX XE|XP|XC|xml:Text;
In the current implementation, X is identified as a subtype of UX which is not correct.
Status