Since you can post with sling via form with content application/x-www-urlformencoded. This seems to able to create only one node. If my encoded form has child nodes, how should the encoding look?
&./firstnode=value&./secondNode=value
If I want the secondNode to be the child of the first node, what should I do?