Hi all,

If I receive a lot of XML files is there any recommendation on how to to store/view these files.
As I see it there are a few options for storing them:
In a database such as SQL I can store the xml code in a field (or as a BLOB if I store the file)
In a file structure
In some form of XML native database though I dont know a lot about these

The users need to view the XML in a "pretty" format I can add an XSLT or I like using C# so maybe I can use some of its technologies?

Any suggestions?

Cheers