My application gets all of its data from a server as XML. What is a good way to expose this data to my StringTemplate templates? I could use a parser such as XOM, stuff the data into Lists or Maps and then push those into the templates as attributes. Are there other solutions? Thanks, -Nate