Kori Maleski
Kori Maleski
Modify **XmlBuilder.js** by adding a new function to end documents. Here a xsl sheet url can be passed to the builder where it will be inserted. writeEndDocumentwithStylesheet: {writable:true,value:function(sheet) { //console.log("writeEndDocument",this.stack.length);...
+1 You have to resort to this bypass: https://github.com/CodeByZach/pace/issues/470#issuecomment-613802934
Use System.Globalization to avoid cultural date formatting. Convert your text to date and then use .ToString(0 to reformat. CultureInfo invC = CultureInfo.InvariantCulture; GedcomChangeDate gedcomChangeDateF = new GedcomChangeDate(database); gedcomChangeDateF.Date1 = Convert.ToDateTime(family.changedate).ToString("d...
Multipart fix: 1) In GedcomRecordReader ReadGedcom above line 378: `// set pedigree here to allow for ADOP/FOST in the FAM tag // FAM record overrides link status if they differ...