You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These are the two offending lines around line 40 of numberings.rs:
implBuildXMLforNumberings{fnbuild(&self) -> Vec<u8>{letmut b = XMLBuilder::new().declaration(Some(true)).open_numbering();//b = b.add_child(&create_default_numbering()); // not needed on the second savefor n in&self.abstract_nums{
b = b.add_child(n);}//b = b.add_child(&Numbering::new(1, 1)); // not needed on the second savefor n in&self.numberings{
b = b.add_child(n);}
b.close().build()}}
Describe the bug
There is a problem with numbering parsing when reading the document.
Reproduced step
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Actual behavior
A clear and concise description of what you actual to happen.
Screenshots
./numbering.docx:
./numbering_copy.docx:
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information)
The text was updated successfully, but these errors were encountered: