473,385 Members | 1,848 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

XML In the future?

Do we feel it is possible that XML could become a standard to replace
current data exchange formats such as documents, spreadsheet worksheets,
images etc?
Nov 12 '05 #1
13 1273
Mike wrote:
Do we feel it is possible that XML could become a standard to replace
current data exchange formats such as documents, spreadsheet worksheets,
images etc?


It wouldn't replace them, it would simply be a new format for them. As
for bitmap images, that wouldn't really be practical or useful.

Nov 12 '05 #2
Mike wrote:
Do we feel it is possible that XML could become a standard to replace
current data exchange formats such as documents, spreadsheet worksheets,
images etc?


A great many office suites already use XML as the format for their files,
but as Leif says it wouldn't be practical for use in images - the shear
size of the files would be a put off to say the least :o)

I also don't think that it will, or even should, become a file standard
for presenting documents on the WWW. Jukka gives some good insight into
why this should be so in his article "Lurching towards Babel" in which he
explains that this move would be draconian and one backwards to the days
of typesetting macros.

See: Korpela, J. (1998, July). Lurching Toward Babel: HTML, CSS, and XML.
Computer, 31 (7), 103-104, 106.

--
Dylan Parry
http://www.webpageworkshop.co.uk - FREE Web tutorials and references

Nov 12 '05 #3
On Wed, 10 Dec 2003 13:04:02 -0000, "Mike" <mo**@microsoft.com> wrote:
Do we feel it is possible that XML could become a standard to replace
current data exchange formats


No, because XML isn't a standard for documents, it's a transport level
protocol that you can use to define standards on top of. We're
already at the point were an ability to handle XML correctly is almost
mandatory for any new tools. Sadly we're also seeing PHB's buy two
disconencted applications and expect them to talk "because they both
use XML".

--
Die Gotterspammerung - Junkmail of the Gods
Nov 12 '05 #4
In article <br***********@ID-83837.news.uni-berlin.de>,
mo**@microsoft.com says...
Do we feel it is possible that XML could become a standard to replace
current data exchange formats such as documents, spreadsheet worksheets,
images etc?


No, XML is just a way to format content

--
Whitecrest Entertainment
www.whitecrestent.com
Nov 12 '05 #5
I agree with all the responses made so far. However I have to say that I
like the way Star Office handles this problem. They bundle up the XML file
and any other files (images, etc) into a ZIP file. That way they get the
benefits of smaller files, but the data is accessible.

Personally I think many organizations are willing to take some of the
disadvantages of defaulting to XML (Larger file sizes, slower opening) for
the benefits of having all documents in XML as its easier to mine long term.

--
Chris Kunicki
www.OfficeZealot.com - Office related news, articles and tools
http://blogs.OfficeZealot.com/Chris - Personal musings on Office
"Mike" <mo**@microsoft.com> wrote in message
news:br***********@ID-83837.news.uni-berlin.de...
Do we feel it is possible that XML could become a standard to replace
current data exchange formats such as documents, spreadsheet worksheets,
images etc?

Nov 12 '05 #6
Andy Dingley wrote:
Sadly we're also seeing PHB's buy two
disconencted applications and expect them to talk "because they both
use XML".


Man, tell me about it - the number of times I've heard "It'll
take how long?? It has an 'XML link' doesn't it?"...

--
Grunff

Nov 12 '05 #7
In article <br***********@ID-83837.news.uni-berlin.de>,
mo**@microsoft.com says...
Do we feel it is possible that XML could become a standard to replace
current data exchange formats such as documents, spreadsheet worksheets,
images etc?


Is it "National Get Your Coursework Done in alt.html" week?
--
Hywel I do not eat quiche
http://hyweljenkins.co.uk/
http://hyweljenkins.co.uk/mfaq.php
Nov 12 '05 #8

"Chris Kunicki (OfficeZealot.com)" <NO**********@OfficeZealot.com> wrote in
message news:eg**************@TK2MSFTNGP09.phx.gbl...
I agree with all the responses made so far. However I have to say that I
like the way Star Office handles this problem. They bundle up the XML file
and any other files (images, etc) into a ZIP file. That way they get the
benefits of smaller files, but the data is accessible.
If you can handle zip files anyway. Seems kind of self defeating to use xml
if they are wrapping it in a binary format, no matter how commonplace, it
still means an xml parser is not all you need and that the data is to an
extent less available.

Personally I think many organizations are willing to take some of the
disadvantages of defaulting to XML (Larger file sizes, slower opening) for
the benefits of having all documents in XML as its easier to mine long term.
--
Chris Kunicki
www.OfficeZealot.com - Office related news, articles and tools
http://blogs.OfficeZealot.com/Chris - Personal musings on Office
"Mike" <mo**@microsoft.com> wrote in message
news:br***********@ID-83837.news.uni-berlin.de...
Do we feel it is possible that XML could become a standard to replace
current data exchange formats such as documents, spreadsheet worksheets,
images etc?


Nov 12 '05 #9
Dylan Parry wrote:
A great many office suites already use XML as the format for their files,
but as Leif says it wouldn't be practical for use in images - the shear
size of the files would be a put off to say the least :o)


Yes, XML might suck for bitmapped graphics[1], but not for vector graphics
(q.v. SVG)

[1] but you could always use compressed XML files.

--
Toby A Inkster BSc (Hons) ARCS
Contact Me - http://www.goddamn.co.uk/tobyink/?page=132

Nov 12 '05 #10
Daniel O'Connell wrote:
If you can handle zip files anyway. Seems kind of self defeating to use xml
if they are wrapping it in a binary format, no matter how commonplace, it
still means an xml parser is not all you need and that the data is to an
extent less available.


The purpose of the OpenOffice.org format is not to be non-binary; but to
be readable and writable with freely available, non-proprietary tools.

--
Toby A Inkster BSc (Hons) ARCS
Contact Me - http://www.goddamn.co.uk/tobyink/?page=132

Nov 12 '05 #11

"Toby A Inkster" <Us******************@deadspam.com> wrote in message
news:pa****************************@goddamn.co.uk. ..
Daniel O'Connell wrote:
If you can handle zip files anyway. Seems kind of self defeating to use xml if they are wrapping it in a binary format, no matter how commonplace, it still means an xml parser is not all you need and that the data is to an
extent less available.
The purpose of the OpenOffice.org format is not to be non-binary; but to
be readable and writable with freely available, non-proprietary tools.

That doesn't change that the usage of xml is slightly less important because
of compression. It just means using another library, not nessecerly a bad
thing, but it dilutes the value of claiming xml support a little bit, imho.
Open office shouldn't claim it as an xml format, but xml+zip format, as an
xml parser alone is useless in that situation.
--
Toby A Inkster BSc (Hons) ARCS
Contact Me - http://www.goddamn.co.uk/tobyink/?page=132

Nov 12 '05 #12
"Mike" <mo**@microsoft.com> wrote in news:br***********@ID-83837.news.uni-
berlin.de:
Do we feel it is possible that XML could become a standard to replace
current data exchange formats such as documents, spreadsheet worksheets,
images etc?


I think it will be (is allready) a standard for most text-related-cross-
platform-web-based applications.

It will never be for bitmaps, sound, or things like that.

Vector based grafics or midi sound might get xml-ed in the future though.

--
News Updater, No cgi-bin or database needed
http://www.xmlssoftware.com/NUpdater
Nov 12 '05 #13
Hello Chris,

Chris Kunicki (OfficeZealot.com) wrote:
I agree with all the responses made so far. However I have to say
that I like the way Star Office handles this problem. They bundle up
the XML file and any other files (images, etc) into a ZIP file. That
way they get the benefits of smaller files, but the data is
accessible.


btw, Microsoft does this too in Infopath. All schemas, stylesheets,
scripts, etc. are put in one single *.cab file (ok, it has the extension
*.xsn, but you can rename it in *.cab and open the file with winzip).

Regards
--
Thomas Wenzl [MVP for Outlook]

Share what you know, learn what you don't!
(Deja/Google)
Nov 12 '05 #14

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

47
by: David Eng | last post by:
> For many years now enterprise business application development has > been the core area for the use of C++. > Today a significant share to this segment has already been lost to > SUN's Java...
35
by: GTO | last post by:
I do not believe that C# is the future of C++. I also do not believe that adding two thousand new library functions to the standard library is the future of C++. But what is the future of C++? Is...
9
by: Lyle Fairfield | last post by:
It's confusing. Many people here and elsewhere make many different predictions: There's an introduction mentioning some aspects of this at...
2
by: | last post by:
Everything seems to be moving to .NET and VC++ seems to be adding a lot of managed code support every new release. The questions: is unmanaged code in VC++ beeing phased out in favour of managed...
0
by: Fuzzyman | last post by:
Hello all, The following is a copy of a blog entry. It's asking a question about future statements and the built in compile function. I'd appreciate any pointers or comments about possible...
29
by: Zootal | last post by:
My apologies if this gets asked/discussed a lot. With c# rampaging through corporate USA (and other countries), what impact will this have on the usage and future of c++? I've used both of them a...
6
by: rohayre | last post by:
Im a long time java developer and actually have never done anything with java scripting. I'd like to write a short simple script for calculating a date in the future based on today's date and a...
190
by: blangela | last post by:
If you had asked me 5 years ago about the future of C++, I would have told you that its future was assured for many years to come. Recently, I have been starting to wonder. I have been teaching...
5
by: KimmoA | last post by:
Does C have a future? I'd like to think so, but nobody seems to agree with me. Of course, I don't use C in my profession, and maybe I wouldn't be using it if I had the pressure to actually produce...
51
by: Jon Harrop | last post by:
If Microsoft turn F# into a product and place it alongside C# and VB, will many people migrate from C# to F#? -- Dr Jon D Harrop, Flying Frog Consultancy http://www.ffconsultancy.com/products/?u
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.