diff options
author | Jon Parise <jon@php.net> | 2004-01-17 20:02:01 +0000 |
---|---|---|
committer | Jon Parise <jon@php.net> | 2004-01-17 20:02:01 +0000 |
commit | c303c352d0d7eb4dc839a64086296c1e1c69bcb2 (patch) | |
tree | 5d6ab59e2cf4f9b627efcdde569e488888c3e2f1 /ext/simplexml | |
parent | 1a5599242f9d86b21d4471dc1095f53f4bb5195d (diff) | |
download | php-git-c303c352d0d7eb4dc839a64086296c1e1c69bcb2.tar.gz |
Spell 'element' correctly.
Diffstat (limited to 'ext/simplexml')
-rwxr-xr-x | ext/simplexml/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/simplexml/README b/ext/simplexml/README index f99f6ac3c9..7b8fcf3d7b 100755 --- a/ext/simplexml/README +++ b/ext/simplexml/README @@ -8,7 +8,7 @@ SimpleXML objects follow four basic rules: 4) string conversion allows to access TEXT data When iterating proerties then the extension always iterates over -all nodes with that elemtnt name. Thus method childen() must be +all nodes with that element name. Thus method childen() must be called to iterate over subnodes. But also doing the following: foreach $obj->node_name as $elem) { // do something with $elem @@ -31,4 +31,4 @@ TODO At the moment property access to multiple elements of the same name returns an array of SimpleXML objetcs. This should be an object of a new type instead so that all kinds of linkage, -assignment and deleting would work.
\ No newline at end of file +assignment and deleting would work. |