2013 Data Compression Conference 2013
DOI: 10.1109/dcc.2013.90
|View full text |Cite
|
Sign up to set email alerts
|

Domain-Specific XML Compression

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1
1

Citation Types

0
7
0

Year Published

2013
2013
2017
2017

Publication Types

Select...
3
1

Relationship

0
4

Authors

Journals

citations
Cited by 4 publications
(7 citation statements)
references
References 0 publications
0
7
0
Order By: Relevance
“…Code listing 2 shows the JSON equivalent representation of the sensor XML data above. Knowledge about the data types retrieved from the XML schema allows efficient compression of XML [2] which makes it more competitive in terms of size to JSON and YAML. A schema for the sensor XML data above is available online 1 and its significance for the system is discussed in architecture section below.…”
Section: A Structured Datamentioning
confidence: 99%
See 3 more Smart Citations
“…Code listing 2 shows the JSON equivalent representation of the sensor XML data above. Knowledge about the data types retrieved from the XML schema allows efficient compression of XML [2] which makes it more competitive in terms of size to JSON and YAML. A schema for the sensor XML data above is available online 1 and its significance for the system is discussed in architecture section below.…”
Section: A Structured Datamentioning
confidence: 99%
“…It uses a set of built-in data types to efficiently compress XML data by applying encoding rules which originated from ASN.1. Data validation is achieved along with compression by adhering to strict encoding which enables loss-less decoding and a better compression ratio and it can operate on constrained hardware and limited network resources too [2]. We have studied XML compression tools such as EXI, XMILL and general text compression tool zlib and it performs better or similar in terms of compression ratio and encode/decode time [16,17].…”
Section: B Packedobjectsmentioning
confidence: 99%
See 2 more Smart Citations
“…This schemainformed compression utilises either XML Schema, RELAX NG schema or DTD to optimize compression. Packedobjects [19], [20], [21] is a library which can be used to efficiently compress an XML DOM by using the information provided by a corresponding XML Schema. The level of compression achieved is very similar to EXI but unlike EXI, Packedobjects is designed to be light-weight and simple to implement.…”
Section: Xml-conscious Compressorsmentioning
confidence: 99%