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
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.