With the intro of #77, d-ser-t now supports outputting JSON or XML. XmlWriterService closely mirrors TranscriptionFileService, and is called in the same way as well.
As a design enhancement, we should create an interface to be used by this.localFileService in main.ts. The interface and design of these two files should work in a way that calling a single function will correctly route the work to either the XML or JSON writer.
With the intro of #77, d-ser-t now supports outputting JSON or XML.
XmlWriterService
closely mirrorsTranscriptionFileService
, and is called in the same way as well.As a design enhancement, we should create an interface to be used by
this.localFileService
inmain.ts
. The interface and design of these two files should work in a way that calling a single function will correctly route the work to either the XML or JSON writer.