Select which of the following correctly describes a namespace to which the "price" element in the XML document below belongs.
xmlns:product="urn:sample:product"> <name>XML study guide</name> /product:list>
Select the answer that correctly describes a namespace to which the Name element in the XML document below belongs.
<data xmlns="urn:sample1">
<name master:type="Man" xmlns="" xmlns:master="urn:sample2">Taro_Yamada</name>
</data>
Select which of the following statements about CDATA sections is correct.