Todd
|
75f877dbab
|
document: Google docs writes out incorrect floating point values
Relax our parsing somewhat so we can read these documents,
truncating at the decimal point back to an integer.
Fixes #196
|
2018-09-11 20:28:33 -05:00 |
|
Todd
|
629cfb008c
|
schema: for xml ref attributes, check the namespace
One of the pml types has two attributes named 'id' with
one being a reference. This allows that to be unmarshaled
correctly.
|
2017-11-18 11:52:13 -06:00 |
|
Todd
|
5bfa034ef9
|
gooxml: add and use a Log function
This allows redirecting or discarding any
logs produced by the library.
|
2017-09-30 07:09:26 -05:00 |
|
Todd
|
ad46a6ae15
|
schema: preserve extra content on CT_R/CT_SdtPr
The extra content is non-standard, but Libre seems to support
it well so we just round-trip it for now.
|
2017-09-26 19:34:13 -05:00 |
|
Todd
|
427f7b1e45
|
schema: rename officeDocument to ofc
|
2017-09-23 10:01:17 -04:00 |
|
Todd
|
599631208a
|
schema: rename drawingml to dml
|
2017-09-23 10:01:17 -04:00 |
|
Todd
|
ca6c54dc60
|
schema: rename wordprocessingml to wml
|
2017-09-23 10:01:17 -04:00 |
|