Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Text:span elements with a space character are treated as self-closed elements #63

Open
rtclay opened this issue Sep 7, 2017 · 0 comments

Comments

@rtclay
Copy link

rtclay commented Sep 7, 2017

A text span with a space character as content is erroneously treated as a self-closed element without any text. I'm not sure where the problem lies.

This xml in a odf file's content.xml file:
<text:span text:style-name="T1"> </text:span>

Becomes this xml after going through the functions load and toXml:
<text:span text:style-name="T1"/>

I've described the problem more fully at this stack exchange question.

https://stackoverflow.com/q/46049584/621604

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant