Returns all the children of the specified element e. This
function behaves in a very similar way to explode, but it can only be applied to elements.
:-) children( <element>"hello", 2, <blah><child/></blah>, 72, "what"</element> );
There are 5 results
"hello"
2
<blah><child/></blah>
72
"what"