views:

44

answers:

0

I am currently working on a scenario where I am converting an input flat file (.txt) to an output XML file using JavaScript.

I might have a requirement to validate that output XML file against a 5000 lines XSD. So, could someone please help me with the advantages or disadvantages of doing a schema validation within a JavaScript function?