Its for part of a javascript parsing engine...I have a .NET program which processes CSV files. This maps different CSV structures to database fields..an XML file tells the field where to go. On top of that, a small Javascript parsing Engine is used within the code to change the format of the code (pad digits, replace digits etc)..Its not a web application, simply uses a javascript parser for flexibility.
__________________