# A question about xml and reading data

**URL:** https://forum.kirupa.com/t/a-question-about-xml-and-reading-data/293332
**Category:** Uncategorized
**Created:** [July 27, 2009, 4:30pm UTC](https://forum.kirupa.com/t/a-question-about-xml-and-reading-data/293332 "2009-07-27T16:30:52Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![regbolD](https://avatars.discourse-cdn.com/v4/letter/r/ecccb3/32.png) [@regbolD](https://forum.kirupa.com/u/regbolD)
#### Post date: [July 27, 2009, 4:30pm UTC](https://forum.kirupa.com/t/a-question-about-xml-and-reading-data/293332/1 "2009-07-27T16:30:52Z")

</div>

Lets say when you have a news component like so or something similar:

[http://flashden.net/item/xml-news-2/full\_screen\_preview/18160](http://flashden.net/item/xml-news-2/full_screen_preview/18160)

which reads text and all the stuff from a xml file.

So at the beggining you load xml file.

But what to do with all the data?

(especially large text files)

Do you store it in the arrays or simply when you need certain item you simply point to it in the xml file like so:

myXML.someItem.@description;
