XML node information retrieval

Supose i have this xml:

<foo>
<info>this is my info</info>
</foo>

How can I retrieve the information nested between the <info> tags?

Thx! :smiley: