| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
| |
This makes it easier to identify diff lines caused by quick_xml from
those of the wrapper.
|
| |
|
|
|
| |
This saves on memory. Bytes are read from the file as needed, and
written to zip as soon as they are ready.
|
| | |
|
| |
|
|
|
|
| |
This is done by not including it in the xml! macro in the first place.
Instead, it is inserted later by using format!. This is because ogrim
does not support injecting raw xml yet (to my knowledge).
|
| |
|
|
|
| |
This commit does not produce a working version, as processed_fragment is
escaped by xml!. This needs to be resolved.
|
|
|
Change resource URLs using attribute matching (only img src for now,
should add more later).
Add respective stylesheets to chapters.
|