Hello i’d like to know if it’s possible to store namespaces in an array?
Imagine i had infinite namespaces and i’d use “for” to store them automatically, what would i need? i don’t think an array would save namespaces as they are.
Hello i’d like to know if it’s possible to store namespaces in an array?
Share
Just get your XML file into XML object and call
namespaceDeclarations():Here
namespacesis Array of Namespace objects. First one has prefix “ns” and uri “some.namespace”.