20 Commits

Author SHA1 Message Date
Todd
16cda3ea7a schema: treat xsd:integer as 64 bit
It's arbitrary precision per XSD, so may have to
change again. Treating it as a 64 bit value for now.
2017-08-31 18:12:29 -05:00
Todd
dbfdc74c9f meta: remove coveralls.io
takes forever on 250k+ SLOC and doesn't want to work
with vanity import URL
2017-08-30 20:33:21 -05:00
Todd
d2f44b6655 meta: add coveralls.io support 2017-08-30 20:17:09 -05:00
Todd
5f7ff0029f schema: add constructor tests 2017-08-30 20:17:09 -05:00
Todd
2d3cc73ea6 schema: initialize non-optional members in constructors
- initialize enums
- initialize native types using constraints
- initialize patterns
2017-08-30 20:17:09 -05:00
Todd
8e630657bf examples: add Word template example
Add an example that shows how to use a Word document
as a template and pull its styles for use in a new document.
2017-08-30 17:25:49 -05:00
Todd
9237920cf3 meta: add more documentation 2017-08-29 23:12:33 -05:00
Todd
d27beada57 meta: don't let travis try to install deps
I removed the Makefile which causes travis to run
go get -t -v ./... from the checkout directory. This is
wrong since it doesn't checkout to the correct vanity path.
2017-08-29 22:40:44 -05:00
Todd
0da5ce4a82 schema: rework xsd:any type 2017-08-29 22:40:44 -05:00
Todd
c22fc148de schema: qualify core properties 2017-08-29 22:40:44 -05:00
Todd
8e3907464b schema: handle occurs=multi sequence elements 2017-08-29 22:40:44 -05:00
Todd
105ef6916e document: read/restore all contents of a Word 2016 file
Adds support for serializing/deserializing of:

- webSettings
- fontTable
- endnotes
- footnotes
- themes
- optional numbering
2017-08-29 22:40:44 -05:00
Todd
13f1b33002 examples: remove makefile and rebuild-examples 2017-08-29 17:07:50 -05:00
Todd
366c3b51ec schema: rework xsd:any handling 2017-08-29 16:55:03 -05:00
Todd
528202b6e8 meta: update docs and .travis.yml 2017-08-29 16:54:24 -05:00
Todd
4b781edcf7 docs: fix typos and reword 2017-08-29 15:06:12 -05:00
Todd
720a9a8fc0 zippkg: fix typo in conditional 2017-08-29 15:06:12 -05:00
Todd
934dc9ea6b document: move benchmarks to another file 2017-08-29 15:06:12 -05:00
Todd
4bd04dd2e5 initial commit 2017-08-29 15:06:08 -05:00
tbaliance
48722f0679 Initial commit 2017-08-28 20:25:48 -05:00