The root element in XML data has the xmlns:prod="http://www.cisco.com/ns/" namespace. How can you easily apply the namespace to all elements with the least amount of effort?

a.) Nothing. The namespace will be applied to all child elements by default.

b.) Using the and syntaxes, only apply the namespace to the child elements. Subchild elements inherit it automatically.

c.) Using the and syntaxes, apply the namespace to the child and subchild elements.

d.) Change the namespace type to default.