idilhaq / duke

Automatically exported from code.google.com/p/duke
0 stars 1 forks source link

Validation of config file #15

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
We need to do some kind of structural validation of the config file to help 
users get the format right. The best choice is to use RELAX-NG, but this 
involves an extra dependency (Jing). We could try using a DTD, if we can 
convince the crap standard parser to load our DTD and not listen to the 
document.

Original issue reported on code.google.com by lar...@gmail.com on 21 May 2011 at 9:22

GoogleCodeExporter commented 9 years ago
It looks like Xerces cannot do this in any sort of sensible way. So we need to 
think of something else.

Original comment by lar...@gmail.com on 22 May 2011 at 9:25