Can I resolve the uri used as an xml namespace name?
Answer Posted / Randheer Kumar
Yes, you can resolve a URI used as an XML namespace name. This is done by declaring the namespace prefix and the corresponding URI in the XML document using the xmlns attribute. When needed, the prefix can be used instead of the full URI to refer to elements or attributes within that namespace.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers