php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #63410 DOMElement is missing method for fetching all inscope namespaces
Submitted: 2012-11-01 10:59 UTC Modified: -
From: jirka at kosek dot cz Assigned:
Status: Open Package: DOM XML related
PHP Version: 5.4.8 OS:
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2012-11-01 10:59 UTC] jirka at kosek dot cz
Description:
------------
If XML documents you are processing are using QNames inside attribute or element values there is need to get list of all XML namespaces declared for a particular element inside DOM.

libxml2 has function for this

http://www.xmlsoft.org/html/libxml-tree.html#xmlGetNsList

Unfortunately this function is not exposed in PHP DOM extensions and there is no other way how to get namespaces inscope for some element.


Patches

Add a Patch

Pull Requests

Add a Pull Request

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 14:01:28 2024 UTC