<div id="videos">
<div id="video">
<embedcode>....</embedcode>
</div>
</div>
I need to grab the video embed code, and not just the text inside a XMl tag. Any idea how can I grab the snippet of XML using XmlSlurper?
I need the whole line: <embedcode>....</embedcode>