Interview Questions

Can the attribute list of an element type contain attributes whose names come from other XML namespaces?

XML Interview Questions and Answers


(Continued from previous question...)

90. Can the attribute list of an element type contain attributes whose names come from other XML namespaces?

Yes and no.
For example, the following is legal:
<!ATTLIST google:A
bar:B CDATA #IMPLIED>

(Continued on next question...)

Other Interview Questions