Greetings, members of the Coding Technorati. I bring my dilemma to you in search of an answer. Does anyone know how to render javascript feed data into a string and parse to xml?
here is the javascript feed:
<div class="pouch"ng-show="coin0">
<div class="pouchA">
<script type="text/javascript" src="https://files.coinmarketcap.com/static/widget/currency.js"></script>
<div class="coinmarketcap-currency-widget" data-currencyid="1" data-base="USDT" data-secondary="BTC" data-ticker="true" data-rank="true" data-marketcap="true" data-volume="true" data-stats="USD" data-statsticker="true"></div>
</div>
Is it possible to grab data and place it into a variable and then use a slice() function to further separate the array data? Please enlighten me as to the error of my ways.
Thanks in advance,
Batoe