I'm new to the Flex world, so please bear with me. I'm trying to figure out a way to construct a basic 'form' that will display various information stored in an XML in a nice formatted way.
Currently we have a system that collects credit applications, but they vary in the fields/information collected. Right now, using a standard website, we have a template for each different applicatino that we easily replace tags with the appropriate data to show the information in HTML. I've tried using the Text Control, but it's very limited in using HTML tags for formatting (sometimes we may need multiple columns or a table which isn't supported. Is there any suggestions? The onyl thing I can see is to build a parser that will take a 'template' or more of a direction sheet to tell it what components to add, and where to add them, but this seems a bit daunting if there is another, easier way to proceed. The final results also need to be printable. Thanks in advance!

