Interview Questions

What characters are allowed in a qualified name?

XML Interview Questions and Answers


(Continued from previous question...)

108. What characters are allowed in a qualified name?

The prefix can contain any character that is allowed in the Name [5] production in XML 1.0 except a colon. The same is true of the local name. Thus, there can be at most one colon in a qualified name -- the colon used to separate the prefix from the local name.

(Continued on next question...)

Other Interview Questions