Svante Schubert

Results 122 comments of Svante Schubert

The Unboxing/boxing PR contained many generated files: https://github.com/tdf/odftoolkit/pull/373/files This is just a note to myself to adjust the templates according to this PR...

Apache Xalan-Java did a 2.7.3 release in April: https://xalan.apache.org/xalan-j/readme.html#notes_latest There are 7 issues mentioned to be fixed, but not especially close to what you explain. But it is worth a...

@dgerhardt Hi Daniel, I suggest to write to the Apache Xalan Dev List and list and tell them about the problem and the solution. The more you are able lower...

@dgerhardt @FlorianBruckner Could you please do me two favours - perhaps each one? ;-) 1. Provide a draft PR with a test case reproducing this issue. 2. Please paste the...

@dgerhardt Are you certain that one of them is covering your problem? Just in case you need to extend one of the above or add a new one! :-)

@dgerhardt Thanks a lot for your patch (it works by failing as expected)! One last wish: Could you please test as well the `��` from the first post of this...

It does not sound like any desired behavior. Just tested a bit adding new content in LibreOffice Writer and Calc. - In Writer: all new cell content is added left...

@MarekChr Are you able to provide some further information, a failing regression test would be great for this use case or even a pull request with a solution?

The DOM implementation should not try to expand the XML to a table without repeated. ;-) ```xml ```

Any repeated number should not be iterated but be "added"/"embraced" to the internal model. In the following, the ColumnsRepeatedNumber was added, but the Rows RepeatedNumber is looped. Looks like a...