473,385 Members | 1,693 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.

Cross platform XML?

Are there any good websites or books that deal with cross platform XML? I'd
like to target Internet Explorer/Netscape Navigator 5 or later, as well as
Opera, possibly konqueror on Linux as well.

OT: I'm also looking for books and websites for cross platform XHTML and
DHTML.
Jul 20 '05 #1
7 4795
I really don't understand your question, but I would suggest looking at:

http://www.xml.org/xml/resources_cover.shtml
http://www.ibiblio.org/xml/books.html

Both the parent sites for the aforementioned links are also two good
places to get some great information.

and finally:

http://msdn.microsoft.com/library/de...understxml.asp

Good luck.

-C...

Web Master wrote:
Are there any good websites or books that deal with cross platform XML? I'd
like to target Internet Explorer/Netscape Navigator 5 or later, as well as
Opera, possibly konqueror on Linux as well.

OT: I'm also looking for books and websites for cross platform XHTML and
DHTML.


Jul 20 '05 #2
Hi,

XML is inherently cross platform - thats why everyone is having a cow about
it just now.
If your wanting to target different browsers, then you are looking at using
the following techs at a minimum:
XML and XHTML (just a version of html that doesnt allow sloppy code). If you
were thinking about doing this for real you need to look at XSLT. Buy
altovas products and get some other decent web editor. I prefer the studio
MX suite from macromedia

Chow

Simon
Jul 20 '05 #3
After a long battle with technology,"Simon Harvey" <sh856531@microsofts_free_emal_service.com>, an earthling, wrote:
XML is inherently cross platform - thats why everyone is having a cow about
it just now.


That's typically a nonsequitor.

XML-based applications are commonly only implemented on one platform,
and for any given XML document, it is entirely possible that the only
application that has been written to use that document (DTD/schema)
runs on a single platform.

For instance, any of Microsoft's XML support has solely been written
for their Windows platform.

If you have a "BizTalk" document, it's more than likely that the only
place it's useful is when interpreted by a Microsoft BizTalk server.
--
output = reverse("gro.gultn" "@" "enworbbc")
http://cbbrowne.com/info/msprobs.html
Rules of the Evil Overlord #30. "All bumbling conjurers, clumsy
squires, no-talent bards, and cowardly thieves in the land will be
preemptively put to death. My foes will surely give up and abandon
their quest if they have no source of comic relief."
<http://www.eviloverlord.com/>
Jul 20 '05 #4
On 28 Jul 2003 11:47:39 GMT, Christopher Browne <cb******@acm.org>
wrote:
After a long battle with technology,"Simon Harvey" <sh856531@microsofts_free_emal_service.com>, an earthling, wrote:
XML is inherently cross platform - thats why everyone is having a cow about
it just now.
That's typically a nonsequitor.

Actually, it isn't - XML is cross-platform (but particular XML
applications may not be).
XML-based applications are commonly only implemented on one platform,
and for any given XML document, it is entirely possible that the only
application that has been written to use that document (DTD/schema)
runs on a single platform.
Again, here is the problem you seem to be having. XML is **not** the
application, it is the data format and the data format most definately
**is** cross-platform, even if the application software is not.
For instance, any of Microsoft's XML support has solely been written
for their Windows platform.
Also not true. For example, Microsoft Word (especially in later
versions) can write XML formatted documents rather than the
proprietary "DOC" format and I can (and do) read those in Open Office
on both Windows and Linux systems.
If you have a "BizTalk" document, it's more than likely that the only
place it's useful is when interpreted by a Microsoft BizTalk server.

BizTalk, to be blunt, is dead. It was only ever a Microsoft
proprietary method that tried (unsuccessfully) to make parts of the
XML standard into "Redmond-only" versions, much as they did with Java,
browser Javascript and others.

This time, it failed and Microsoft have abandoned BizTalk.
--
Mark A. Preston, The Magpie's Nest, Lancashire, UK
Website : www.magpiesnest.co.uk
Jul 20 '05 #5
Web Master wrote:
Are there any good websites or books that deal with cross platform XML? I'd
like to target Internet Explorer/Netscape Navigator 5 or later, as well as
Opera, possibly konqueror on Linux as well.


If you want to use XML and be cross-browser, use XML on the server-side
and do a transformation to a cross-browser format (HTML 4.01 or XHTML
1.0). Btw, there is no Netscape Navigator version 5 release.
--
Johannes Koch
In te domine speravi; non confundar in aeternum.
(Te Deum, 4th cent.)

Jul 20 '05 #6
Hi there,

I don't have any advice on cross platform XML. XML is inherently cross
platform. The tools are not, though, currently.

For the PC the usual tool is XML Spy, www.xmlspy.com

For the Mac, there is ElfData XML Editor, from
www.elfdata.com/xmleditor/

For Linux, I'm not sure.

"Web Master" <we*@master.org> wrote in message news:<q6******************@twister.socal.rr.com>.. .
Are there any good websites or books that deal with cross platform XML? I'd
like to target Internet Explorer/Netscape Navigator 5 or later, as well as
Opera, possibly konqueror on Linux as well.

OT: I'm also looking for books and websites for cross platform XHTML and
DHTML.

Jul 20 '05 #7
"Alan J. Flavell" <fl*****@mail.cern.ch> wrote in message
news:Pi******************************@lxplus093.ce rn.ch...
That doesn't say to me that in the absence of a BOM [parsers] must be able
to deduce the [UTF-16] encoding.


True, even though the non-normative part explains in detail how to do it,
you're right, one can't depend on it.
It's a given in XML. If it isn't declared as anything else and it isn't
UTF-16, it's UTF-8.


I can't argue with that. I'm afraid that comment of mine was a
more-general one, not specific to the XML context, but I failed to
make that clear.


It's clear now.

Actually, it's great to have a clear and unambiguous spec to cite. You are
right to be precise. That's the glue that holds us all together.

Bob Foster

http://www.xmlbuddy.com/
http://bobfoster.com/blog/
http://bobfoster.com/plog/
Jul 20 '05 #8

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

Similar topics

2
by: Karsten | last post by:
Hi I'm a really a new with this cross platform development, so I have some dumb questions, which I hope you can help me with. If there is a better newsgroup for this question, please point...
0
by: demibee | last post by:
Thought this might be of interest to some out there... For those who've never encountered it, it's a free, open-source, cross-platform GUI library (Windows/Mac/Linux). Forte's Agent 2.0 will be...
14
by: John Salerno | last post by:
Bear with me, but I've been reading a lot about how the .NET languages are platform independent, and I assume this means a program written in C# can be run on a Unix or Mac machine. If this...
35
by: Alex Martelli | last post by:
Having fixed a memory leak (not the leak of a Python reference, some other stuff I wasn't properly freeing in certain cases) in a C-coded extension I maintain, I need a way to test that the leak is...
7
by: Charles | last post by:
I'd like to develop a simple cross-platform application in C++. I'd like it to run in Windows, OS X, PC-BSD and Linux. From my research, it seems I should use Qt or Gtk as a graphical library. Do...
3
by: techtonik | last post by:
Hello, everyb. Does anybody know simple cross-platform method of probing if executable binary is available and launching it. Problem no.1: test if executable file is available I'll take...
5
by: Michael Reichenbach | last post by:
After working with script languages, notepad(++) and co. and several other ide`s I found something which really improved my productivity (Visual Studio 2005). It`s imho better then dev-cpp... I...
12
by: Tomás Ó hÉilidhe | last post by:
I don't know the first thing about cross-platform GUI programming, so I'd like to ask a few quick questions. Which library is best for someone who appreciates portable programming and correct...
1
by: Vinod Sadanandan | last post by:
Cross Platform Migration An Unproblematic Approach (Windows-UNIX ) Oracle 10\11g The principal restriction on cross-platform transportable database is that the source and destination platform...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
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
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
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...
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...

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.