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