<div dir="ltr">Created data model with a model.dbx and have it working with some custom styles. Trying to validate .bib files against this model using:<br><br><div>    $ biber --tool --validate-datamodel data.bib<br></div><div><br></div><div>Of course this won't include my data model unless I add a local .conf file like:<br><br></div><div>    $ biber --tool --validate-datamodel --configfile biber-local.conf data.bib</div><div><br></div><div>The question is how to generate this conf file? Looking at the standard biber-tool.conf file included on install, this seems an entire duplicate of the datamodel included with biblatex in blx-dm.def. How then can I use the .dbx file I created without having to regenerate the same information in xml form for the .conf file?</div><div><br></div><div>Thanks!</div><div>John</div></div>