# HG changeset patch # User Henry S. Thompson # Date 1491219118 -3600 # Node ID 01e80c7a95754be90386f6792d0de2691af41990 # Parent 5f2d691014ff50d6814b873d3de72bde912ceb67 simple ascii type matrix output working diff -r 5f2d691014ff -r 01e80c7a9575 ascii.xpl --- a/ascii.xpl Sun Apr 02 23:45:02 2017 +0800 +++ b/ascii.xpl Mon Apr 03 12:31:58 2017 +0100 @@ -31,9 +31,9 @@ - + - + diff -r 5f2d691014ff -r 01e80c7a9575 ascii.xsl --- a/ascii.xsl Sun Apr 02 23:45:02 2017 +0800 +++ b/ascii.xsl Mon Apr 03 12:31:58 2017 +0100 @@ -1,8 +1,6 @@ - - + + + + + + + + + + + + + diff -r 5f2d691014ff -r 01e80c7a9575 notes.txt --- a/notes.txt Sun Apr 02 23:45:02 2017 +0800 +++ b/notes.txt Mon Apr 03 12:31:58 2017 +0100 @@ -35,3 +35,6 @@ children of in styles.xml, and bin is a built-in date format code, see 18.8.30 numFmt (Number Format) in ISO/IEC 29500-1:2016(E) == C071691e.pdf +--------- +Decided to distinguish between type (num, date, str, err, ...) and +class (cur, others to come?). If non-standard code, just record that.