Namespaced XML nodes not accessible by their non-namespaced names
Description
The following code:
Results in the error:
In both Lucee and ACF, XML traversal is possible by both the namedspaced ( xmlObj.xmlRoot[ "SOAP-ENV:Header" ] ) and non-namespaced ( xmlObj.xmlRoot.Header ) variation of the of the object.
Activity
Show:
Fixed
Pinned fields
Click on the next to a field label to start pinning.
The following code:
Results in the error:
In both Lucee and ACF, XML traversal is possible by both the namedspaced (
xmlObj.xmlRoot[ "SOAP-ENV:Header" ]
) and non-namespaced (xmlObj.xmlRoot.Header
) variation of the of the object.