Interview Questions

Can I use the same prefix for more than one XML namespace?

XML Interview Questions and Answers


(Continued from previous question...)

116. Can I use the same prefix for more than one XML namespace?

Yes.


117. What happens if there is no prefix on an element type name?

If a default XML namespace declaration is in scope, then the element type name is in the default XML namespace. Otherwise, the element type name is not in any XML namespace.

(Continued on next question...)

Other Interview Questions