xml data compression
#1

hello sir,
i am kukab..my seminar topic is xml data compression....i am in need of document and ppt for my seminar please send me the doc and ppt for xml data compression.
thank you[/size][/font]

hello sir,
i am kukab..my seminar topic is xml data compression....i am in need of document and ppt for my seminar please send me the doc and ppt for xml data compression.my email id is pretty_gurl0581[at]yahoo.com
thank you

Reply
#2



Greg Leighton, Jim Diamond, Tomasz Müldner
February 18, 2005


Overview
A (brief) introduction to data compression
XML lossless data compression
New XML Compression Programs
AXECHOP
TREECHOP

XML Data Compression

A (brief) introduction to XML
Techniques for achieving XML compression
Traditional approaches – Huffman, LZ
Specialized approaches
XML Compression Programs
XMill
XGrind
XPRESS

eXtensible Markup Language

separate syntax from semantics
support semi-structured data
support internationalization and platform independence
is self-describing (through labeling of the tree)

eXtensible Markup Language : 2

XML is a framework for defining markup languages:

no fixed collection of markup tags
each XML language is specialized for its own application domain
a common set of generic tools supports processing documents

XML: textual convention to represent tagged trees


eXtensible Markup Language : 3

Code:
<?xml version=“1.0”  encoding=“UTF-8”?>

<Employees>

   <Employee id=“123456”>

      <Name>Homer Simpson</Name>

      <Department>Sector 7-G</Department>

   </Employee>

   <Employee id=“123457”>

      <Name>Frank Grimes</Name>

      <Department>Sector 7-G</Department>

   </Employee>

   …

</Employees>
Element
Attribute
Data Value



eXtensible Markup Language : 4

Correctness of an XML document:
Well-formed: complies with XML syntax
Valid: obeys the structure described in a grammar, such as XML schema document
Two kinds of XML parsers:
SAX
DOM

Why Compress XML?

XML is verbose:

Each non-empty element tag must end with a matching closing tag -- <tag>data</tag>
Ordering of tags is often repeated in a document (e.g. multiple records)
Tag names are often long

XML Compressors

View XML as a tree
Separate the tree structure and what is stored in leaves
Save the tree structure so that it can be restored
The compressed file may or may not remember the tree structure

breadfruit tree





XMill: Liefke and Suciu


Tree structure:
Start tags and attribute names are dictionary-encoded
(as T1, T2, etc.)
End tags replaced with ‘/’ token
Data values are replaced with their container number

Code:
<Book><Title  lang="English">Views</Title>

   <Author>Miller</Author>

   <Author>Tai</Author>

</Book>


More


Reply

Important Note..!

If you are not satisfied with above reply ,..Please

ASK HERE

So that we will collect data for you and will made reply to the request....OR try below "QUICK REPLY" box to add a reply to this page
Popular Searches: xml data compression of seminar topics, what is xml data comression, pdf for seminar topic xml data compression, webb simpson, xml compression techniques, xml data compression, satellite image compression ppt doc html pdf xml,

[-]
Quick Reply
Message
Type your reply to this message here.

Image Verification
Please enter the text contained within the image into the text box below it. This process is used to prevent automated spam bots.
Image Verification
(case insensitive)

Possibly Related Threads...
Thread Author Replies Views Last Post
  data flow diagram for whatsapp 2 4,219 09-12-2018, 02:30 PM
Last Post: Rhysevans371a
  A New Data Mining Based Network Intrusion Detection Model prem0597 2 4,251 04-05-2018, 09:42 PM
Last Post: Guest
  5d data storage technology ppt 2 1,630 01-12-2017, 09:43 PM
Last Post: Ajaykc
  vodacom cheat codes unlimited data bundles 3 1,485 01-03-2017, 04:35 PM
Last Post: jaseela123d
  hack my cell c sim to unlimited data 2 1,578 25-08-2016, 09:55 PM
Last Post: Guest
  vodacom free data bundles cheat code 3 1,502 04-08-2016, 04:01 PM
Last Post: dhanabhagya
  how to hack mtn network and free airtime and data 2 1,325 16-07-2016, 04:17 PM
Last Post: jaseela123d
  vodacom cheat codes unlimited data bundles BillTheCaptain 3 1,453 15-07-2016, 02:16 PM
Last Post: jaseela123d
  dfd diagrams for dual framework and algo targetted data online delivery 1 701 04-07-2016, 11:42 AM
Last Post: visalakshik
  how to hack cellc simcard to unlimited data bundles 3 1,049 04-07-2016, 11:30 AM
Last Post: visalakshik

Forum Jump: