RFC: Attributes and XML-RPC

Tyler Baker tyler at infinet.com
Wed Sep 22 02:44:12 BST 1999


Several compression formats would in effect eliminate any significant difference between using
elements or attributes. One compression format that comes to mind is LZW, but it is too bad
that it is patented by the people "Who eat, sleep, and drink this stuff" (-:

Steven Livingstone wrote:

> > Would it not also be true that using attributes rather than elements can
> > also be more efficient in certain situations?
> >
> > In XML messaging for example, would it not be more efficient to use
> > attributes accross the wire.
> >
> > Consider
> >
> > <person>
> >     <name>Steven
> >     </name>
> >     <age>24
> >     <age>
> >     <height>1.87
> >     </height>
> >     <iq>7
> >     </iq>
> > </person>
> >
> > and an equivalent with attributes
> > <person name="Steven" age="24" height="1.87" iq="7">
> >
> >
> > The first has 79 characters and the second has 52. If we transferred 10
> > peoples information accross the wires, we would need 270 "redundant"
> > characters (2700 with 100 persons) !! 10 persons *is not* a lot of data
> for
> > the applications I often write.
> >
> > In the world of transferring data across the wire, this may be pretty
> > important, especially with the recent converstions on XML-bin (binary XML)
> > and the desire to speed up XML.
> >
> > Does <i>everyone</i> disagree?
> >
> > Cheers
> > Steven
> >
> > Steven Livingstone
> > Glasgow, Scotland.
> > +44 7771 957 280


xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev at ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/ and on CD-ROM/ISBN 981-02-3594-1
To (un)subscribe, mailto:majordomo at ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo at ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa at ic.ac.uk)





More information about the Xml-dev mailing list