Mantis - Quercus
Viewing Issue Advanced Details
4426 major always 03-04-11 00:07 03-04-11 11:55
jamesdlow  
 
normal  
new 4.0.14  
open  
none    
none  
0004426: SimpleXMLElement::registerXPathNamespace
SimpleXMLElement::registerXPathNamespace seems to be missing from SimpleXMLElement.java

More info on the function can be found here:
http://www.php.net/manual/en/simplexmlelement.registerxpathnamespace.php [^]



 SimpleXMLElement.java [^] (32,239 bytes) 03-04-11 11:54
 SimpleXMLElementNamespaceContext.java [^] (4,907 bytes) 03-04-11 11:54

Notes
(0005121)
jamesdlow   
03-04-11 11:55   
Hi,

I've come up with an implementation of this that works for me. I've tried to implement the javax.xml.NamespaceContext according to the official Java documentation, though I think only one of the functions is used when using XPath in SimpleXMLElement

Thanks,
James