Skip to content

Commit 4093b71

Browse files
committed
changed README.md
1 parent d9bcba0 commit 4093b71

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ back-end compressor. This idea is based on well-known XML compressor: XMill.
77
Moreover XML-WRT creates a semi-dynamic dictionary and replaces frequently
88
used words with shorter codes. There are additional techniques to improve
99
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
1111
- special model for numbers encoding
1212
- input XML file is split into containers
1313
- 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
1515
- end tags + EOL symbols can also be replaced with a single char
1616
- spaceless words model
1717
- 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)
1919

2020

2121
Comparision to other XML compressors

0 commit comments

Comments
 (0)