The example given above prints the name of the elements, not the content of them.

What is the function call that prints the content of the elements. For example:

<xml>hello</xml>

I would like to get the content of the element <xml>, in this case the content should be "hello".

How ?