Storing xml data in the browser so it can be used in the html markup.

Storing xml data in the browser so it can be used in the html markup.

I have been tasked with create pages that load data from an xml document. Then use that data in the html markup. I can load the xml but how do I make the data reusable variables?

Thanks