-
Notifications
You must be signed in to change notification settings - Fork 55
Olzhas Rakhimov edited this page Sep 3, 2017
·
5 revisions
scram /path/to/input/files --no-indent | gzip > output_file.xml.gz
The file compression produces up to 50x smaller file.
The compressed output can be read by XML processing tools directly (e.g., libxml
).
You can supply compressed XML input files to scram
directly as well.