Archived Forum Post

Index of archived forum posts

Question:

How can I specify a namespace in XML document?

Sep 20 '12 at 16:30
<MWT:MyRequest xmlns:MWT="https://api.myapi.com/documentation/exaples">

As in the xmlns above is it just an attribute named xmlns:MWT?


Answer

Yes, it may be added just like any attribute name/value pair.