It seems that lots of DOM stuff was added in 4.2.1! Still I can't seem to see the
namespace definition attributes of an element.
The code:
$xmlstr='http://www.ns.com/ns1/";
attr="value"/>';
$domdoc=domxml_open_mem($xmlstr);
$root=$domdoc->document_element();
echo("".htmlentities($domdoc->html_
It seems that lots of DOM stuff was added in 4.2.1! Still I can't seem to see the
namespace definition attributes of an element.
The code:
$xmlstr='http://www.ns.com/ns1/";
attr="value"/>';
$domdoc=domxml_open_mem($xmlstr);
$root=$domdoc->document_element();
echo("".htmlentities($domdoc->html_
2 matches
Mail list logo