A
Arne Vajhøj
A very free form
It can actually be pretty well defined via schemas.
BTW, you have not played with XSLT yet?
Arne
A very free form
Seems to be the standard for information exchange.Dirk said:It's probably a neat idea, but I am not used to xml [sic]
It is a little strange to lay out graphics with XML - it's like drawing
a picture with words. But no Java programmer can afford to be unfamiliar
with XML.
Hopefully the last such.
Seems to be the standard for information exchange.Dirk Bruere at NeoPax wrote:
It's probably a neat idea, but I am not used to xml [sic]
It is a little strange to lay out graphics with XML - it's like drawing
a picture with words. But no Java programmer can afford to be unfamiliar
with XML.
Hopefully the last such.
There is every reason to believe XML will be
widely used for at least 10-20 years more, because
almost everybody is pushing it - Java, .NET etc..
Arne said:Just by:
* use default namespace
* remove indentation
* use short names
* prefer attributes over elements
the readability of an XML document can be somewhat reduced.
It can actually be pretty well defined via schemas.
BTW, you have not played with XSLT yet?
That is not my experience.
Most XML (the exception typical being design by committee format)
seems rather readable to me.
start element with name for what it is + attributes with
additional information + data + end element
seems pretty logical to me.
It is also very similar to structured control structues
in programming languages.
Arne
What, nobody asked “is that binary or decimal�
Geeks aren’t what they used to be...
On 10/03/2011 23:08, Lew wrote:
Dirk Bruere at NeoPax wrote:
It's probably a neat idea, but I am not used to xml [sic]
It is a little strange to lay out graphics with XML - it's like drawing
a picture with words. But no Java programmer can afford to be
unfamiliar
with XML.
Seems to be the standard for information exchange.
Hopefully the last such.
There is every reason to believe XML will be
widely used for at least 10-20 years more, because
almost everybody is pushing it - Java, .NET etc..
XML will still be used in 10-20 years for all the same
reasons COBOL will be.
Unfortunately, all of today's DTD's will have been mislaid
or forgotten, so the XML you write today will be unintelligible.
0.5![]()
No!
I'm waiting for polymorphism in the next issue...
Dirk said:And displaying it in color helps
The world would have been a better place if we had 12 fingers instead of 10
The first three of these are not really needed if you ZIP the XML for
transfer. In my experience the processing time for the content is more
significant than the length of the identifiers once the XML is at its
processing station, but I'm swayable by evidence. You've alluded to
evidence, you are a credible source, so I now know that these techniques
have increased performance.
Which performance?
Joshua said:Pretty-printed verbose XML is larger than the tightest, most illegible XML by
a factor of 5, if not larger; even the tightest XML is larger than a
well-designed binary format by around a factor of 5-10. You can store time
within second precision in 4 bytes in binary, but the same value (without
delimiters) is 15 bytes in plain text and 20 bytes in a more readable format.
And then you have to waste space on the XML structure information which is
implied by the binary format.
Lew said:So?
I was asking about performance, not size. As mentioned, ZIP handles the
performance implications of the size just fine.
I always get the term mixed up with multiple inheritance - a weird dyslexia.I don't get it.
Depends on the color scheme.
In some cases it can have a significant effect.
Except in those cases where it has an important benefit.
You may think it is negligible.
But in some cases it has been measured to be important.
Arne
On 10/03/2011 23:08, Lew wrote:
Dirk Bruere at NeoPax wrote:
It's probably a neat idea, but I am not used to xml [sic]
It is a little strange to lay out graphics with XML - it's like drawing
a picture with words. But no Java programmer can afford to be
unfamiliar
with XML.
Seems to be the standard for information exchange.
Hopefully the last such.
There is every reason to believe XML will be
widely used for at least 10-20 years more, because
almost everybody is pushing it - Java, .NET etc..
XML will still be used in 10-20 years for all the same
reasons COBOL will be.
Processing power and bandwidth are only going to get cheaper for the
next 30 years
The first three of these are not really needed if you ZIP the XML for
transfer. In my experience the processing time for the content is more
significant than the length of the identifiers once the XML is at its
processing station, but I'm swayable by evidence. You've alluded to
evidence, you are a credible source, so I now know that these techniques
have increased performance.
Which performance?
Better than other ways, e.g., ZIP, that reduce the impact?
As for the fourth, that definitely reduces readability, as you say, but
how does it improve performance?
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.