Function CMS_simple_xml_reader->_fix_namespace
Definitions
sources/xml.php
- Element names and attributes have complete namespace URIs as a prefix for some reason, this fixes that.
- Visibility: protected
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: string
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$node_name | string | required parameter | N/A | N/A | Node name |
$xml_namespaces | array | required parameter | N/A | N/A | XML namespaces [ 'ns-prefix:' => 'http://example.com/namespace-uri' ] |
Return
- Type: string
- Set: N/A
- Range: N/A