File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,15 +7,15 @@ back-end compressor. This idea is based on well-known XML compressor: XMill.
7
7
Moreover XML-WRT creates a semi-dynamic dictionary and replaces frequently
8
8
used words with shorter codes. There are additional techniques to improve
9
9
compression ratio:
10
- - word alphabet can consist of start tags (like ' <tag >' ), urls, e-mails
10
+ - word alphabet can consist of start tags (like ` <tag> ` ), urls, e-mails
11
11
- special model for numbers encoding
12
12
- input XML file is split into containers
13
13
- there are special containers for dates, time, pages and fractional numbers
14
- - end tags (' </tag >' ) are replaced with a single char
14
+ - end tags (` </tag> ` ) are replaced with a single char
15
15
- end tags + EOL symbols can also be replaced with a single char
16
16
- spaceless words model
17
17
- very effective methods for white-space preserving
18
- - quotes modeling ('="' and '">' replaced with a single char)
18
+ - quotes modeling (` =" ` and ` "> ` replaced with a single char)
19
19
20
20
21
21
Comparision to other XML compressors
You can’t perform that action at this time.
0 commit comments