In the video a CDF document named "quotes" was created, you can access this document from the cache with
doc = <namespace>.getCache().getDocument('quotes') iter = doc.selectNodes('//record').iterator(); jsx3.log(iter.next().getAttribute('High')); jsx3.log(iter.next().getAttribute('High'));