array XML_Util::splitQualifiedName (
string $qname
, string $defaultNs
= null
)
Splits a qualified name and returns array with namespace and local part.
string $qname
- qualified tag name (e.g. xsl:stylsheet)
string $defaultNs
- default namespace, will be used in return value, if qualified name contains only a local part
array assoc array containing namespace and local part of the tag
This function should be called statically.