Ask a Question related to PHP Development, Design and Development.
-
Nikolai Onken #1
DOMXML get unknown Attributes?
Hey List,
I was wondering how I can get all Attributes of a XML-Tag without
knowing them. The XML could look like following:
<plugin>
<args level="1" depth="2"/>
</plugin>
<plugin>
<args permission="23"/>
</plugin>
Now both plugins use different Attributes in the args tags and the
program doesn't know them. Is there a way to get them? Put them into
an array? I am using PHP5
Thanks a lot and best regards,
Nikolai Onken
Nikolai Onken Guest
-
#40513 [NEW]: Notice: Unknown: List index out of bounds (0) (errflg=2) in Unknown on line 0
From: wil at codeciti dot com Operating system: WinXP PHP version: 5.2.1 PHP Bug Type: IMAP related Bug description: ... -
#40068 [NEW]: Warning: Unknown: failed to open stream: No such file or directory in Unknown..
From: triphius at tripslair dot com Operating system: FreeBSD 6.1 PHP version: 5.2.0 PHP Bug Type: Scripting Engine problem... -
Need help with PHP DOMXML - get_elements_by_tagname
I'm having some issues with PHP DOMXML - in particular the get_elements_by_tagname method. Now, the PGP docs on this are, well, sparse, so maybe... -
domxml ?
I've written a small script using domxml. It adds some new nodes to an xml file. $file = "../news.xml"; $doc = xmldocfile($file); $root =... -
[PHP-DEV] pecl cvs and domxml
I just made a commit to PECL for domxml to the PHP_4_3 branch, but it's not updating my local PHP 4_3 branch. I am assuming it was commited wrong....



Reply With Quote

